aboutsummaryrefslogtreecommitdiff
path: root/lang/metaocaml
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209683
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove USE_TK/USE_TK_BUILD (can only be used before bsd.port.pre.mk).Alejandro Pulver2006-11-051-3/+2
| | | | Notes: svn path=/head/; revision=176506
* - Update lang/metaocaml to 3.09.a30.Alejandro Pulver2006-10-313-982/+37
| | | | | | | | PR: ports/104319 Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer) Notes: svn path=/head/; revision=175597
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* It works on amd64.Jean-Yves Lefort2006-04-091-1/+1
| | | | | | | | | PR: ports/95220 Submitted by: Erik Greenwald <erik@smluc.org> Approved by: maintainer Notes: svn path=/head/; revision=159180
* - Update to 3.08.a27 [1]Jean-Yves Lefort2005-11-295-24/+48
| | | | | | | | | | | | | - Respect ${CC} - Remove -O from vendor CFLAGS - Use SUB_FILES=pkg-message [1]: PR: ports/89701 Submitted by: maintainer Notes: svn path=/head/; revision=149911
* Add file forgotten in last commit.Simon Barner2005-09-141-0/+4
| | | | | | | | | | | | | | | | | | Previous cvs log was: Modified files: lang/metaocaml Makefile distinfo pkg-plist lang/metaocaml/files patch-Makefile patch-stdlib_Makefile lang/ocaml Makefile Log: - Update metaocaml to 3.08.a23 - Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236 Notes: svn path=/head/; revision=142719
* - Update metaocaml to 3.08.a23Simon Barner2005-09-145-934/+954
| | | | | | | | | | - Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236 Notes: svn path=/head/; revision=142718
* The vendor has removed the distfile from his website. Add the distfileJean-Yves Lefort2005-07-011-1/+3
| | | | | | | | | to my distfiles space. Reported by: pointyhat Notes: svn path=/head/; revision=138316
* Add metaocaml.Jean-Yves Lefort2005-06-279-0/+1256
MetaOCaml is a multi-stage extension of the OCaml programming language, and provides three basic constructs called Brackets, Escape, and Run for building, combining, and executing future-stage computations, respectively. MetaOCaml is a compiled dialect of MetaML. WWW: http://www.metaocaml.org/ PR: ports/82330 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Notes: svn path=/head/; revision=138062