aboutsummaryrefslogtreecommitdiff
path: root/lang/gcl
Commit message (Collapse)AuthorAgeFilesLines
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Support USE_READLINE.Marcelo Araujo2012-12-141-21/+20
| | | | | | | | | | - Add MAKE_JOBS_UNSAFE. PR: ports/172027 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=308879
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - 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
* 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
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+1
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Ok, it builds fine with Tcl/Tk-8.5, so allow that version to be used.Mikhail Teterin2009-12-071-3/+2
| | | | | | | | | Also, remove the strate --enable-debug left over... Bump PORTREVISION. Notes: svn path=/head/; revision=245358
* Add a hunk to appease the new sh's pickiness about correctness ofMikhail Teterin2009-12-071-1/+6
| | | | | | | unreachable code. Notes: svn path=/head/; revision=245354
* Let the healing begin by unbreaking. The main thing was to set DBEGIN toMikhail Teterin2009-12-076-21/+113
| | | | | | | | | | | | | | | | 0 as seems to happen with the upcoming version 2.6.8 (not released yet). Add minor patches to ensure clean build with `-Wall -Werror', proper definition of HZ, etc. Instead of explicitly specifying LIB_DEPENDS, convert to USE_TK. Leave the TCL_VER at 8.4 for now. Gentoo builds theirs for various platforms -- not just i386 -- so that would be the next step. Notes: svn path=/head/; revision=245353
* Return this to the pool at maintainer's request. While here, mark itMark Linimon2009-11-131-1/+4
| | | | | | | | deprecated with a 2 month expiration period, since it has been broken for quite some time. Notes: svn path=/head/; revision=244189
* Revert unmarking BROKEN, still dumps core during build.Erwin Lansing2009-08-181-0/+4
| | | | | | | | Submitted by: pointyhat Approved by: maintainer Notes: svn path=/head/; revision=239848
* The port maintainer says that this works on amd64 for him, but pointyhatRobert Noland2009-08-081-1/+1
| | | | | | | | | | fails. After discussing with the maintainer, revert enabling amd64 ARCH. Reported by: pointyhat (pav) Submitted by: maintainer (via irc) Notes: svn path=/head/; revision=239151
* Remove BROKEN and allow amd64 ARCHRobert Noland2009-08-051-5/+1
| | | | | | | | PR: 127304 Submitted by: markm@ (maintainer) Notes: svn path=/head/; revision=239000
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-2/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-2/+2
| | | | Notes: svn path=/head/; revision=233833
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+0
| | | | | | | | | | | | | | | | | | - 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
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Mark BROKEN on FreeBSD 7.xPav Lucistnik2007-12-261-1/+7
| | | | | | | | Reported by: pointyhat Ok'ed by: markm (maintainer) Notes: svn path=/head/; revision=204576
* Add new files that got accidently missed during autoconf update patch.Ade Lovett2007-09-301-0/+16
| | | | | | | PR: 116639 Notes: svn path=/head/; revision=200416
* Remove now-empty file.Mark Linimon2007-09-301-0/+0
| | | | Notes: svn path=/head/; revision=200415
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-302-30/+1
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+3
| | | | Notes: svn path=/head/; revision=161929
* Add SHA256 checksum.Mark Murray2005-12-271-0/+1
| | | | Notes: svn path=/head/; revision=152159
* 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
* Fix the package list.Mark Murray2005-11-041-3/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=147194
* Needed for v 2.6.7, to compile Maxima.Mark Murray2005-11-031-0/+11
| | | | Notes: svn path=/head/; revision=147129
* Upgrade to v 2.6.7, which can compile Maxima.Mark Murray2005-11-032-3/+4
| | | | Notes: svn path=/head/; revision=147128
* Remove sparc64 from supported arch list; afaik this port has neverKris Kennaway2005-10-211-1/+1
| | | | | | | built on sparc64 because it seems to go into an infinite loop at build time. Notes: svn path=/head/; revision=146059
* Now builds on 4.xKris Kennaway2005-04-301-7/+1
| | | | Notes: svn path=/head/; revision=134390
* Update to GCL-2.6.6Mark Murray2005-04-022-3/+3
| | | | Notes: svn path=/head/; revision=132231
* BROKEN on 4.x: Does not compileKris Kennaway2004-12-111-0/+4
| | | | Notes: svn path=/head/; revision=123763
* Oops. Needs libgmp.Mark Murray2004-08-181-0/+1
| | | | Notes: svn path=/head/; revision=116626
* Update to v 2.6.5.Mark Murray2004-08-1812-84/+42
| | | | Notes: svn path=/head/; revision=116624
* Upgrade to GCL 2.6.3.Mark Murray2004-07-1917-418/+184
| | | | Notes: svn path=/head/; revision=114223
* BROKEN on sparc64: Does not compileKris Kennaway2004-04-121-1/+7
| | | | Notes: svn path=/head/; revision=106784
* Add size info.Mark Murray2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104401
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* This port only works on sparc64 and i386. ELF gurus who want to fixMark Murray2004-02-021-0/+2
| | | | | | | | this are welcome to take a look. The problem is in the undump() arena. Notes: svn path=/head/; revision=99797
* Fix for 4.*.Mark Murray2003-09-161-0/+17
| | | | | | | Submitted by: Bakul Shah <bakul@bitblocks.com> Notes: svn path=/head/; revision=89005
* Rescue a hosed port from death row. GCL is now healthy enough toMark Murray2003-09-1422-252/+537
| | | | | | | | compile and run Maxima (see math/). Make portlint-clean as well. Claim maintainership in case it breaks again. Notes: svn path=/head/; revision=88980
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* BROKEN: Dies with sig11 during buildKris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59373
* upgrade to 2.4.0Ying-Chieh Liao2001-12-0814-272/+161
| | | | | | | | | | assign maintainer (was ports@FreeBSD.org0 PR: 32548 Submitted by: Tim Pierce <twp@unchi.org> Notes: svn path=/head/; revision=51208
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Mark this broken for -CURRENT.Brian Feldman2000-02-271-1/+7
| | | | Notes: svn path=/head/; revision=26373
* Unbreak and upgrade to gcl-2.3Justin M. Seger1999-11-2510-148/+311
| | | | Notes: svn path=/head/; revision=23330