aboutsummaryrefslogtreecommitdiff
path: root/lang/gprolog
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Update to 1.3.0. It might also build on amd64 now, but I haven't been ableVolker Stolz2008-03-194-51/+7
| | | | | | | to run it on a tinderbox, so it stays i386 for now. Notes: svn path=/head/; revision=209357
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Fix permissions and use PORTDOCSVolker Stolz2006-08-292-82/+5
| | | | | | | | PR: ports/100962 Submitted by: Stanislav Sedov Notes: svn path=/head/; revision=171606
* Somehow GCC 3.x generates a gprolog binary which fails immediately on startup.Volker Stolz2006-03-161-6/+3
| | | | | | | | | | | | | Fall back to GCC 2.95 and bump PORTREVISION accordingly. This update also brings back the FD-solver! Maybe somebody should check what other distros do about this, but e.g. blindly applying the Debian patch set doesn't fix this error. Reminded by: Fernando López Notes: svn path=/head/; revision=157394
* SHA256ifyEdwin Groothuis2006-01-221-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Unbreak: Build w/o FD-solver on 6.x+Volker Stolz2006-01-102-7/+11
| | | | | | | Currently I do not have the resources to find out why it's breaking Notes: svn path=/head/; revision=153180
* BROKEN on 6.0: Does not buildKris Kennaway2005-11-211-0/+4
| | | | Notes: svn path=/head/; revision=148903
* 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
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Unbreak on 5.x by disabling fast-calls. Notice that you will still seeVolker Stolz2005-03-151-1/+1
| | | | | | | | | | build errors if you have -march=pentium4 in your CFLAGS PR: ports/78794 Submitted by: Arne Wörner Notes: svn path=/head/; revision=131308
* Fix plistVolker Stolz2005-02-181-0/+1
| | | | | | | Noticed by: cluster Notes: svn path=/head/; revision=129128
* - Update to CVS snapshot 1.2.18 (tarball from Debian)Volker Stolz2005-02-173-159/+175
| | | | | | | | - Use PORTDOCS/EXAMPLESDIR - We still use the pre-built docs from 1.2.16 Notes: svn path=/head/; revision=129096
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118243
* Fix plist.Volker Stolz2004-04-281-0/+1
| | | | | | | | Noticed by: bento Approved by: linimon (mentor) Notes: svn path=/head/; revision=107840
* SIZE-ify distinfoVolker Stolz2004-03-221-0/+1
| | | | | | | | Reminded by: trevor Approved by: linimon (mentor) Notes: svn path=/head/; revision=104914
* - Update MAINTAINER-line of my ports to new @FreeBSD.org addressVolker Stolz2004-03-101-1/+1
| | | | | | | | | - Nuke 2x USE_SIZE while here Approved by: linimon (mentor) Notes: svn path=/head/; revision=103524
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Enable line-edit (works fine on -STABLE & -CURRENT)Kirill Ponomarev2003-12-171-2/+3
| | | | | | | | | | | - Bump PORTREVISION - Grab maintainership PR: 60323 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=96044
* Per bento logs, this port won't configure except on i386.Erwin Lansing2003-10-051-0/+2
| | | | | | | | | | | | Mark it as ignore to warn the unwary. (There's probably little reason to mark it as broken since it has no maintainer. Any volunteers?) PR: 57594 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90298
* - Fix buildErwin Lansing2003-06-221-13/+12
| | | | | | | | | | | - Support CFLAGS properly - Fix COMMENT format PR: 53390 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83454
* Reset bouncing maintainer addressKris Kennaway2003-05-181-1/+1
| | | | Notes: svn path=/head/; revision=81241
* BROKEN: Does not buildKris Kennaway2003-05-181-0/+2
| | | | Notes: svn path=/head/; revision=81234
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Fix pkg-plist.Norikatsu Shigemura2002-11-231-9/+0
| | | | | | | | PR: ports/45615 Submitted by: Douglas Anestad <yotta@anestad.com> (maintainer) Notes: svn path=/head/; revision=70878
* Fix problems with two files not correctly upgraded duringNorikatsu Shigemura2002-11-233-165/+198
| | | | | | | | | | upgrade from 1.2.1 to 1.2.16. PR: ports/45615 Submitted by: Douglas Anestad <yotta@anestad.com> (maintainer) Notes: svn path=/head/; revision=70818
* Maintainer update to version 1.2.16Edwin Groothuis2002-11-234-14/+18
| | | | | | | | PR: ports/45381 Submitted by: Douglas Anestad <yotta@anestad.com> <yotta@anestad.com> Notes: svn path=/head/; revision=70797
* add gprologYing-Chieh Liao2001-07-086-0/+222
A free Prolog compiler developed by Daniel Diaz PR: 28651 Submitted by: Douglas Anestad <yotta@dougdidit.com> Notes: svn path=/head/; revision=44911