non port: devel/ocaml-camlp5/Makefile |
SVNWeb
|
Number of commits found: 34 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 21 Apr 2022
|
[ 11:41 Alexey Dokuchaev (danfe) ] 6c6ff4e
devel/ocaml-camlp5: the port had been updated to version 7.14
This is the latest 7.x release and features support for contemporary
versions of OCaml. While here, don't set DIST_SUBDIR, there is just
one distfile and it's uniquely named.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 24 Jun 2019
|
[ 10:14 danfe ] (Only the first 10 of 56 ports in this commit are shown above. )
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine
|
Sat, 14 Jan 2017
|
[ 15:27 hrs ]
- Remove extra PATCH_SITES.
- Take maintainership.
|
Wed, 14 Dec 2016
|
[ 21:48 johans ] (Only the first 10 of 38 ports in this commit are shown above. )
Stepping down as maintainer for some ports.
|
Wed, 11 May 2016
|
[ 07:33 johans ]
Update to camlp5 6.16 (bugfixes + support for ocaml trunk version)
Grab maintainership for a while
|
Fri, 19 Feb 2016
|
[ 14:29 vanilla ]
Update to 6.15.
|
Fri, 20 Nov 2015
|
[ 09:17 sunpoet ]
- Update to 6.14
- Strip object files
- Convert to new options helper
- Convert to new options target helper
- Cosmetic change
Changes: http://camlp5.gforge.inria.fr/CHANGES
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Tue, 23 Jun 2015
|
[ 12:42 vanilla ]
Upgrade to 6.13.
|
Sat, 16 May 2015
|
[ 06:49 marino ]
devel/ocaml-camlp5: Upgrade version 6.11 => 6.12, reset maintainer
This port broke at configuration after the latest upgrade of ocaml.
The listed maintainer timed out again, and he did not stage this port
(meaning that if it hadn't have been done for him, he would have been
removed as maintainer long ago). I'm resetting maintainership now.
PR: 199835
Submitted by: h.skuhra (gmail)
Approved by: maintainer timeout (maintainer reset)
|
Wed, 3 Sep 2014
|
[ 13:55 antoine ]
Fix packaging
|
Wed, 7 May 2014
|
[ 17:41 marino ]
devel/ocaml-camlp5: Upgrade from 6.08p1 => 6.11 to unbreak and stage
This port broke after Ocaml moved to version 4.01, so bring in the
latest version to fix it. Stage support was added. Other changes:
* The license wasn't exactly BSD. Use the license it provided.
* Remove PATCHLEVEL code, not needed currently
* convert to USES+=tar
* Move definition above <options> inclusion
|
Fri, 21 Feb 2014
|
[ 13:36 ehaupt ] (Only the first 10 of 54 ports in this commit are shown above. )
Remove trailing whitespaces from category devel
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sun, 26 May 2013
|
[ 20:06 wg ]
- Update to 6.08.p1 [1]
- Convert to OptionsNG [1]
- Trim Makefile header [1]
- Remove leading article from COMMENT
- Do not use bsd.port.pre.mk and bsd.port.post.mk
- Do not install LICENSE file
Changes: http://pauillac.inria.fr/~ddr/camlp5/CHANGES
PR: ports/177112 [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Approved by: jpaetzel (mentor)
|
Mon, 15 Oct 2012
|
[ 08:36 rene ]
Update to 6.07p1, which makes it compatible with Ocaml 4.
Changelog: http://pauillac.inria.fr/~ddr/camlp5/CHANGES
PR: ports/172596
Submitted by: maintainer
Feature safe: yes
|
Sat, 9 Jun 2012
|
[ 14:54 miwi ]
- Update to 6.06
PR: 168856
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Mon, 5 Mar 2012
|
[ 07:44 culot ]
- Update to 6.05
Changes: http://pauillac.inria.fr/~ddr/camlp5/CHANGES
PR: ports/165704
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Sat, 3 Mar 2012
|
[ 00:09 scheidell ]
- Update to 6.04
PR: ports/165625
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Approved by: gabor (mentor, implicit)
Obtained from: http://cristal.inria.fr/~ddr/camlp5/
|
Tue, 7 Feb 2012
|
[ 09:52 miwi ]
- Update to 6.03
PR: 164697
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Sat, 2 Jul 2011
|
[ 17:53 jlaffaye ]
Update to 6.02.3
PR: ports/158597
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Approved by: bapt (mentor, implicit)
|
Mon, 11 Apr 2011
|
[ 07:10 wen ]
- Update to 6.02.2
PR: port/156221
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Tue, 5 Apr 2011
|
[ 22:23 stas ] (Only the first 10 of 42 ports in this commit are shown above. )
- Bump portrevisions on all ocaml libraries, as it appears that compiled
interface files (.cmi) are not backward compatible with a newer ocaml
version.
PR: ports/156195
Suggested by: mandree
|
Fri, 3 Dec 2010
|
[ 07:13 wen ]
- Update to 6.02.0
- Add LICENSE
PR: ports/152785
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Wed, 17 Mar 2010
|
[ 18:57 pav ]
- Update to 5.13
PR: ports/144729
Submitted by: soulcatcher <soulcatcher13@gmail.com>
Approved by: maintainer
|
Fri, 20 Nov 2009
|
[ 22:53 pav ] (Only the first 10 of 102 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Mon, 6 Jul 2009
|
[ 17:00 itetcu ]
Update to 5.12 which works with out current lang/ocaml-5.11.1.
PR: 136230
Submitted by: maintainer
|
Fri, 23 Jan 2009
|
[ 14:16 amdmi3 ]
- Update to 5.11
PR: 130844
Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp> (maintainer)
|
Mon, 19 May 2008
|
[ 11:51 stas ]
- Install META file to allow this port to be used with findlib
system.
- Bump PORTREVISION.
PR: ports/122850
Submitted by: Jaap Boender <Jaap.Boender@pps.jussieu.fr>
Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Tue, 15 Apr 2008
|
[ 20:51 barner ]
Add ocaml-camlp5 5.08, a preprocessor-pretty-printer of OCaml.
PR: ports/121963
Submitted by: Hirohisa Yamaguchi <umq at ueo.co.jp>
|
Number of commits found: 34 |