notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/ocaml/Makefile

Number of commits found: 143 (showing only 43 on this page)

«  1 | 2 

Saturday, 23 Sep 2006
17:37 stas search for other commits by this committer
- Update to 3.09.3

ChangeLog:
- Mainly bugfix release

Approved by:    sem (mentor)
Original commit
Wednesday, 20 Sep 2006
10:44 stas search for other commits by this committer
Change my maintainer address to FreeBSD one.

Approved by:    sem (mentor)
Original commit
Saturday, 19 Aug 2006
09:38 itetcu search for other commits by this committer
Don't depend on X11 when WITHOUT_X11 was defined, even if X11 exists on
target machine.

PR:             ports/102261
Submitted by:   Stanislav Sedov (maintainer)
Requested by:   John E Hein <jhein@timing.com>
Original commit
Wednesday, 2 Aug 2006
14:00 itetcu search for other commits by this committer
- Add support for threaded Tk by passing PTHREAD_LIBS to configure in -tklibs
  swith. This allows build with threaded Tk (otherwise configure fails to use
  Tk). Also depend on threaded Tk by default in case of THREADS support - with
  non-pthread tk library it will not be stable enough
- Add OPTIONS
- Enable builds of non-threaded targets
- Depend on X in case if X is installed, since configure does this by default.
- Rename patchfiles to make portlint happy
- Eliminate the number of reinplace patterns (remove duplicates, optimize)
- Move manpage list in the separate files
- Pass pthread flags to compiler (PTHREAD_CFLAGS/LIBS safety)
- Remove some ugly hacks on setting permissions etc (eliminated by setting
  correct permission in COPY_TREE macros)
- Eliminate duplicate entries in PLIST in case of unstalling optimized binaries,
  also optimize this part
- Remove unused PLIST_SUB variable
- Miscelanios cleanups in Makefile
- Pass maintainership to submitter

The following files was added:
- files/man1
- files/manlinks
- files/mann
- files/patch-camlp4-man_Makefile
- files/patch-camlp4_lib_Makefile
- files/patch-ocamldoc_Makefile
- files/patch-stdlib_Makefile

I removed the following files:
- files/patch-camlp4-man::Makefile
- files/patch-camlp4::lib::Makefile
- files/patch-ocamldoc::Makefile
- files/patch-stdlib::Makefile

Also add bsd.ocaml.mk until it will be included in Mk/

PR:             ports/101122
Submitted by:   Stanislav Sedov
Original commit
Wednesday, 14 Jun 2006
21:46 sat search for other commits by this committer
- Update to 3.09.2
- Add MASTER_SITE_GENTOO
- Unqoute a BROKEN

PR:             ports/97555
Submitted by:   sat
Tested by:      Joseph Koshy <jkoshy@freebsd.org>, Denis Shaposhnikov
<dsh@vlink.ru>,
                Holger Lamm <holger@e-gitt.net>, Hubert Tournier
<hubert.tournier@online.fr>,
                Dan Pelleg <daniel+unison@pelleg.org> (many thanks are due)
Original commit
21:38 linimon search for other commits by this committer
Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.

Hat:            portmgr
Original commit
Tuesday, 9 May 2006
20:52 edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
Original commit
Thursday, 1 Dec 2005
15:46 garga search for other commits by this committer
- Update to 3.09.0

PR:             ports/89780
Submitted by:   maintainer
Original commit
Friday, 28 Oct 2005
22:50 kris search for other commits by this committer
BROKEN on ia64: Segfault during build
Original commit
Wednesday, 14 Sep 2005
15:20 barner search for other commits by this committer
- Update metaocaml to 3.08.a23
- Remove CONFLICTS with lang/ocaml

Submitted by:   Geoffrey Mainland (metaocaml maintainer)
PR:             ports/85236
Original commit
Monday, 4 Jul 2005
14:50 mi search for other commits by this committer
Don't try to fix compile flags on sparc64 and just mark the port broken
on the platform -- ocamlc.opt keeps seg-faulting even with `-O0 -g' even
on 5-stable.

Patch(es) needed.

Notified by:    Peter van Dijk
Original commit
Sunday, 3 Jul 2005
06:02 mi search for other commits by this committer
OCaml folks use $(ARCH) in Makefiles to mean, what configure identified
as the architecture (and wrote out ${WRKSRC}/config/Makefile).
Our make, however, ignores assigments to this variable. Fortunately for
most concerned, make's ARCH is the same as configure's. Except on
sparc64.
This update fixes this problem as well as
        . adds a hunk to patch-configure to enable profiling on all
          platforms;
        . modifies REPLINPLACE_ARGS to not even create .bak files instead
          of removing them later.

at the moment, the build still dies on Panther due to a segfault in the
freshly built ocamlc.opt. It may be due to Panther's running 6-current,
however and there is no other sparc64 to check...

Notified by:    kris    (the sparc vs. sparc64 issue)
Original commit
Friday, 1 Jul 2005
16:17 mi search for other commits by this committer
Remove architecture limitations. It certainly builds fine on my amd64
machine. If our other platforms still have problems, I'll cross them
out after pointyhat's notification(s).

Approved by:    maintainer timeout
Original commit
Monday, 27 Jun 2005
14:09 jylefort search for other commits by this committer
Conflicts with metaocaml.
Original commit
Wednesday, 8 Jun 2005
21:16 thierry search for other commits by this committer
- Add a knob WITHOUT_COMPILER_LIB, in order to install compiler libs
  (additionnal libs needed to build programs manipulating OCaml modules,
  like the ocaml/cduce interface for example.);

- add an option WITH_OPT_DEFAULT, telling the port to replace ocamlc and
  other tools by there native and faster version;
        WARNING: This option may break other ports!

- Take maintainership.

PR:             ports/81868
Submitted by:   Marwan Burelle <marwan.burelle (at) lri.fr>
Original commit
Monday, 23 May 2005
00:12 kris search for other commits by this committer
BROKEN on !i386: Does not compile
Original commit
Saturday, 21 May 2005
19:57 sem search for other commits by this committer
- Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports.
Original commit
Saturday, 23 Apr 2005
12:33 pav search for other commits by this committer
- Fix plist: delete .bak files after REINPLACE_CMD so they don't get installed
  later
Original commit
01:34 lioux search for other commits by this committer
o Update to 3.08.3
o Uphold both CFLAGS and INSTALL_* permission safeness
o Both sort and update PLIST
o Tested against net/mldonkey-devel for 24 hours
Original commit
Thursday, 7 Apr 2005
05:17 sem search for other commits by this committer
- Reset maintainer

Requested by:   Eugene Ossintsev <eugos@gmx.net>
Original commit
Saturday, 4 Dec 2004
15:57 kwm search for other commits by this committer
Update to version 3.08.2.
Mark broken on sparc64.

PR:             74342
Submitted by:   maintainer
Original commit
Wednesday, 24 Nov 2004
01:55 kris search for other commits by this committer
BROKEN on sparc64 when defined(WITHOUT_X11): Does not compile
Original commit
Friday, 12 Nov 2004
19:27 pav search for other commits by this committer
- Add an empty directory to the package, so deinstalling of the package does
  not produce the warning about a nonexisting directory.

PR:             ports/73842
Submitted by:   Eugene Ossintsev <eugos@gmx.net> (maintainer)
Original commit
Saturday, 21 Aug 2004
06:31 krion search for other commits by this committer
Update to 3.08.1

PR:             ports/70745
Submitted by:   maintainer
Original commit
Monday, 19 Jul 2004
21:13 vs search for other commits by this committer
Update to 3.08.0

PR:             ports/69254
Submitted by:   Eugene Ossintsev (maintainer)
Original commit
Thursday, 13 May 2004
09:10 kris search for other commits by this committer
BROKEN on sparc64: Coredump during build
Original commit
Monday, 22 Mar 2004
23:49 pav search for other commits by this committer
- Replace nasty [A-Za-hj-z] with a recursive cp. Not that elegant but it
  works under all locales.

Approved by:    maintainer
Original commit
Friday, 27 Feb 2004
07:26 sergei search for other commits by this committer
- Split the port into 3 parts: ocaml, ocaml-nox11 (slave port), ocaml-doc
- Strip all the executables which are allowed to be stripped
  according to the OCaml documentation
- PORTVERSION looks now more correct because the documentation
  (which has the other version number, without the patch level prefix)
  is now in a separate port

PR:             ports/62291
Submitted by:   maintainer
Original commit
Sunday, 14 Dec 2003
15:53 sergei search for other commits by this committer
- Added a patch to the original OCaml's configure script
  to fix building the port when using WITHOUT_X11 knob.
- Fixed Makefiles to avoid gmake-isms.
- Fix pkg-plist

PR:             60219
Submitted by:   maintainer
Noticed by:     Dmitry Morozovsky <marck@rinet.ru>,
                Marwan Burelle <Marwan.Burelle@ens.fr>
Original commit
Saturday, 6 Dec 2003
00:05 sergei search for other commits by this committer
- Update to 3.07 (patchlevel 2
- Fix MASTER_SITES list
- Update MANN and MLINK
- Re-sort pkg-plist for better maintenance
- Assign maintainership to the submitter

PR:             59602
Submitted by:   Eugene Ossintsev <eugos@gmx.net>
Approved by:    previous maintainer
Original commit
Wednesday, 24 Sep 2003
09:37 osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
Original commit
Saturday, 28 Jun 2003
17:41 lev search for other commits by this committer
  Add WITHOUT_X11 knob. It allows to build OCAML on servers and other
  systems withou XFree86 libraries.

PR:             ports/53289
Submitted by:   myself
Approved by:    sobomax
Original commit
Friday, 21 Feb 2003
12:35 knu search for other commits by this committer
De-pkg-comment.
Original commit
Wednesday, 21 Aug 2002
02:14 kevlo search for other commits by this committer
Update to version 3.06

PR: 41822
Submitted by: Ronald Kuehn <rk@ronald.org>
Original commit
Monday, 12 Aug 2002
14:22 naddy search for other commits by this committer
Update to ocaml 3.05.

PR:             41299
Submitted by:   Ronald Kuehn <rk@ronald.org>
Approved by:    maintainer timeout
Original commit
Monday, 11 Feb 2002
05:22 pat search for other commits by this committer
Update to 3.04    
Original commit
Sunday, 12 Aug 2001
21:06 knu search for other commits by this committer
Update to 3.02.    
Original commit
Sunday, 18 Mar 2001
07:41 dinoex search for other commits by this committer
Update to new Version 3.01   Patch diddn't apply cleanly, not reflecting the
current version.   Merged the changes.   Tested both standard package and
"WITH_TK=yes"    
Original commit
Saturday, 24 Feb 2001
00:23 olgeni search for other commits by this committer
Remove backup file from html documentation.    
Original commit
Saturday, 17 Feb 2001
23:01 jeh search for other commits by this committer
Attached patch allows OCAML to detect and use FreeBSD's native   pthreads in
Thread module. Also fixes the bug in OCAML   distribution which nobody
apparently noticed before.    
Original commit
Tuesday, 16 Jan 2001
17:33 sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
Original commit
Monday, 2 Oct 2000
15:40 ade search for other commits by this committer
Change maintainership    
Original commit
Sunday, 13 Aug 2000
13:21 alex search for other commits by this committer
Update to version 3.00.   Portlint, while I'm here.    
Original commit

Number of commits found: 143 (showing only 43 on this page)

«  1 | 2