summaryrefslogtreecommitdiff
path: root/lang/ecl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327452
* Mark jobs unsafe and convert to USES=gmakeBaptiste Daroussin2013-07-101-2/+3
| | | | Notes: svn path=/head/; revision=322656
* Upgrde to version 13.5.1.Jimmy Olgeni2013-05-303-8/+17
| | | | Notes: svn path=/head/; revision=319420
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-181-5/+1
| | | | Notes: svn path=/head/; revision=312502
* Replace spaces with tabs in assignments.Jimmy Olgeni2012-08-291-1/+1
| | | | Notes: svn path=/head/; revision=303342
* - Upgrade to version 12.7.1 [0].Jimmy Olgeni2012-08-143-31/+106
| | | | | | | | | - Convert to OptionsNG while I'm here. Submitted by: Krishna <v.krishnakumar@gmail.com> (by email) [0] Notes: svn path=/head/; revision=302525
* Upgrade to version 12.2.1.Jimmy Olgeni2012-02-173-54/+220
| | | | Notes: svn path=/head/; revision=291559
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Add missing @dirrm entries.Jimmy Olgeni2010-08-132-0/+3
| | | | | | | Noticed by: QAT Notes: svn path=/head/; revision=259189
* Upgrade to version 10.4.1.Jimmy Olgeni2010-08-135-134/+57
| | | | Notes: svn path=/head/; revision=259187
* Clean up my pkg-descr files (spelling and whitespace).Jimmy Olgeni2010-08-041-1/+1
| | | | Notes: svn path=/head/; revision=258774
* Convert LDCONFIG_DIRS to USE_LDCONFIG.Max Brazhnikov2010-06-081-4/+1
| | | | | | | | | PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks) Notes: svn path=/head/; revision=256132
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Adopt unmaintained port.Jimmy Olgeni2010-01-091-1/+1
| | | | Notes: svn path=/head/; revision=247462
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+2
| | | | Notes: svn path=/head/; revision=233833
* - Update to 0.9lPav Lucistnik2008-09-044-65/+44
| | | | | | | | PR: ports/126920 Submitted by: fulvio ciriaco <oivulf@gmail.com> Notes: svn path=/head/; revision=219860
* Reset maintainer at his request.Mark Linimon2008-08-291-1/+1
| | | | Notes: svn path=/head/; revision=219433
* - 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-231-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209636
* BROKEN on ia64 and sparc64: Does not compileKris Kennaway2006-09-171-0/+4
| | | | Notes: svn path=/head/; revision=173191
* - Add OPTIONS.Alejandro Pulver2006-06-254-35/+201
| | | | | | | | | | | - Avoid installing the GNU license. - Fix building on !i386. PR: 99439 Approved by: maintainer Notes: svn path=/head/; revision=166332
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-1/+2
| | | | Notes: svn path=/head/; revision=161929
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Populate virtual category "lisp"Volker Stolz2005-10-161-1/+1
| | | | | | | | | PR: ports/86370 Submitted by: Julian Stecklina Approved by: portmgr (linimon) Notes: svn path=/head/; revision=145553
* Update to 0.9gVolker Stolz2005-09-203-9/+8
| | | | | | | | | | Highlights: a port of the ASDF system definition, and a port of SBCL's socket libraries PR: ports/84873 Submitted by: maintainer Notes: svn path=/head/; revision=143204
* - Update to 0.9ePav Lucistnik2005-02-252-7/+8
| | | | | | | | PR: ports/78034 Submitted by: Julian Stecklina <der_julian@web.de> (maintainer) Notes: svn path=/head/; revision=129793
* Add missing perl dependency.Kirill Ponomarev2004-12-021-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=122962
* Add missing dependency and fix build.Kirill Ponomarev2004-11-281-0/+1
| | | | | | | | PR: ports/74345 Submitted by: maintainer Notes: svn path=/head/; revision=122653
* Update to 0.9d.041103Volker Stolz2004-11-032-4/+8
| | | | | | | | PR: ports/73435 Submitted by: maintainer Notes: svn path=/head/; revision=120718
* - Mark only for i386, does not build on 64-bit archsPav Lucistnik2004-10-271-0/+3
| | | | | | | | PR: ports/73217 Submitted by: Julian Stecklina <der_julian@web.de> (maintainer) Notes: svn path=/head/; revision=120342
* - Update to 0.9d-041019Pav Lucistnik2004-10-202-3/+3
| | | | | | | | PR: ports/72851 Submitted by: Julian Stecklina <der_julian@web.de> (maintainer) Notes: svn path=/head/; revision=119826
* upgrade to 040726Ying-Chieh Liao2004-07-263-19/+21
| | | | | | | | PR: 69597 Submitted by: maintainer Notes: svn path=/head/; revision=114723
* Add ecl 0.9d.040206, an ANSI Common Lisp implementation.Volker Stolz2004-07-254-0/+70
PR: ports/62455 Submitted by: Julian Stecklina Notes: svn path=/head/; revision=114633