aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ecl
Commit message (Collapse)AuthorAgeFilesLines
* These ports now build on powerpc64.linimon2018-12-061-1/+0
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* devel/boehm-gc: update to 7.6.8fernape2018-09-011-1/+1
| | | | | | | | | | | | ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8 * Giving maintainership to yasu@utahime.org * Bumping PORTREVISION for dependent ports PR: 230577 Submitted by: yasu@utahime.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16704
* Mark ports broken on mips64 that are already broken on powerpc64. Inlinimon2018-07-021-3/+5
| | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6cpm2018-06-011-1/+1
| | | | | PR: 228597 Approved by: portmgr (antoine)
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4cpm2018-03-101-1/+1
| | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine)
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2cpm2018-01-081-1/+1
| | | | Approved by: portmgr (antoine)
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-291-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1
|
* Mark as broken on various tier-2 archs.linimon2016-11-161-0/+1
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Now builds on sparc64.linimon2016-11-041-5/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Switch to options helpersolgeni2015-09-152-45/+79
| | | | | | | - Add missing files to plist (THREADS option) PR: 203051 Submitted by: amdmi3
* Upgrade to version 15.3.7 and add LICENSE.olgeni2015-05-073-60/+11
|
* Fix pkg-plist for THREADS option; use OPTIONS_SUB.olgeni2015-03-252-6/+54
| | | | | PR: 198897 Submitted by: marino
* lang category: Remove $PTHREAD_LIBSmarino2015-03-251-3/+2
| | | | | | Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket
* Upgrade to version 15.2.21 and unbreak.olgeni2015-02-223-270/+215
|
* Cleanup plistbapt2014-10-271-15/+0
|
* Mark broken: Fails to link with new libgcantoine2014-08-031-0/+2
| | | | | | | | | | | | | | | | | | | cc -L/usr/local/lib -pthread -Wl,--rpath,/usr/local/lib -L/usr/local/lib -o ecl_min cinit.o c/all_symbols.o -L./ libeclmin.a -leclatomic -lgmp -lgc-threaded -lffi -pthread -lm ;\ fi libeclmin.a(cosh.o): In function `ecl_cosh_long_float': numbers/cosh.o.c:(.text+0x151): warning: coshl has lower than advertised precision libeclmin.a(sinh.o): In function `ecl_sinh_long_float': numbers/sinh.o.c:(.text+0x151): warning: sinhl has lower than advertised precision libeclmin.a(tanh.o): In function `ecl_tanh_long_float': numbers/tanh.o.c:(.text+0x151): warning: tanhl has lower than advertised precision libeclmin.a(alloc_2.o): In function `init_alloc': alloc_2.o.c:(.text+0x614): undefined reference to `GC_start_call_back' libeclmin.a(alloc_2.o): In function `si_gc_stats': alloc_2.o.c:(.text+0xcfb): undefined reference to `GC_print_stats' alloc_2.o.c:(.text+0xdf6): undefined reference to `GC_print_stats' alloc_2.o.c:(.text+0xe30): undefined reference to `GC_print_stats' Reported by: pkg-fallout
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Fix some non default LIB_DEPENDSbapt2014-07-161-2/+2
| | | | With hat: portmgr
* Modernize LIB_DEPENDSbapt2014-07-141-2/+2
| | | | With hat: portmgr
* - Stage supportmiwi2014-02-032-3/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* Convert to new perl frameworkbapt2013-09-171-2/+2
| | | | Convert from USE_GMAKE to USES=gmake
* Mark jobs unsafe and convert to USES=gmakebapt2013-07-101-2/+3
|
* Upgrde to version 13.5.1.olgeni2013-05-303-8/+17
|
* Convert Makefile headers to the new format.olgeni2013-02-181-5/+1
|
* Replace spaces with tabs in assignments.olgeni2012-08-291-1/+1
|
* - Upgrade to version 12.7.1 [0].olgeni2012-08-153-31/+106
| | | | | | - Convert to OptionsNG while I'm here. Submitted by: Krishna <v.krishnakumar@gmail.com> (by email) [0]
* Upgrade to version 12.2.1.olgeni2012-02-173-54/+220
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* - remove MD5ohauer2011-07-031-1/+0
|
* Add missing @dirrm entries.olgeni2010-08-142-0/+3
| | | | Noticed by: QAT
* Upgrade to version 10.4.1.olgeni2010-08-145-134/+57
|
* Clean up my pkg-descr files (spelling and whitespace).olgeni2010-08-041-1/+1
|
* Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-4/+1
| | | | | | PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks)
* Switch to use newer GMP version.ale2010-04-191-2/+2
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* Adopt unmaintained port.olgeni2010-01-101-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with H,I,J,K,L
* Chase libgmp and bump PORTREVISION.ale2009-05-131-1/+2
|
* - Update to 0.9lpav2008-09-054-65/+44
| | | | | PR: ports/126920 Submitted by: fulvio ciriaco <oivulf@gmail.com>
* Reset maintainer at his request.linimon2008-08-301-1/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* BROKEN on ia64 and sparc64: Does not compilekris2006-09-171-0/+4
|
* - Add OPTIONS.alepulver2006-06-264-35/+201
| | | | | | | | - Avoid installing the GNU license. - Fix building on !i386. PR: 99439 Approved by: maintainer
* Chase gmp library and bump PORTREVISION.ale2006-05-101-1/+2
|
* Conversion to a single libtool environment.ade2006-02-231-1/+0
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Populate virtual category "lisp"vs2005-10-161-1/+1
| | | | | | PR: ports/86370 Submitted by: Julian Stecklina Approved by: portmgr (linimon)
* Update to 0.9gvs2005-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
* - Update to 0.9epav2005-02-262-7/+8
| | | | | PR: ports/78034 Submitted by: Julian Stecklina <der_julian@web.de> (maintainer)
* Add missing perl dependency.krion2004-12-021-0/+1
| | | | Reported by: pointyhat
* Add missing dependency and fix build.krion2004-11-281-0/+1
| | | | | PR: ports/74345 Submitted by: maintainer
* Update to 0.9d.041103vs2004-11-042-4/+8
| | | | | PR: ports/73435 Submitted by: maintainer
* - Mark only for i386, does not build on 64-bit archspav2004-10-281-0/+3
| | | | | PR: ports/73217 Submitted by: Julian Stecklina <der_julian@web.de> (maintainer)
* - Update to 0.9d-041019pav2004-10-202-3/+3
| | | | | PR: ports/72851 Submitted by: Julian Stecklina <der_julian@web.de> (maintainer)
* upgrade to 040726ijliao2004-07-263-19/+21
| | | | | PR: 69597 Submitted by: maintainer
* Add ecl 0.9d.040206, an ANSI Common Lisp implementation.vs2004-07-254-0/+70
PR: ports/62455 Submitted by: Julian Stecklina