non port: lang/gprolog/Makefile |
SVNWeb
|
Number of commits found: 62 |
Sat, 10 Jul 2021
|
[ 22:17 Eugene Grosbein (eugen) ] 941d1da
lang/gprolog: update to 1.5.0
Port changes:
- the version 1.5.0 now recognizes clang for amd64 so
the patch files/patch-EnginePl_machine.h reduced but
it is still needed for i386 build;
- this version correctly defines NO_MACHINE_REG_FOR_REG_BANK
and adds -fcommon for clang, so CFLAGS reduced too;
- the patch files/patch-Ma2Asm_x86__64__any.c rebuilt for new code,
it is still needed as build fails with an error without the patch:
Fatal Error: Segmentation Violation (bad address: 0x100ec814853)
|
Fri, 14 May 2021
|
[ 16:12 Eugene Grosbein (eugen) ] f81d67c
lang/gprolog: unbreak for FreeBSD 13+
It needs GNU as to build and -fcommon to link.
|
Mon, 26 Apr 2021
|
[ 14:19 Dmitry Marakasov (amdmi3) ] fd84b36
lang/gprolog: mark BROKEN
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 23 Nov 2020
|
[ 13:26 eugen ]
lang/gprolog: recover GNU Prolog under FreeBSD.
Update to version 1.4.5 released in 2020.
Make it build and run with Clang 10:
- clang has no register reservation for x86, hence patch-EnginePl_machine.h
and -DNO_MACHINE_REG_FOR_REG_BANK to prevent using missing feature;
- add patch-Ma2Asm_x86__64__any.c fetched from upstream SourceForge
post-release commit dealing with PIC issues;
- disable usage of spinlocks that results in a hang eating all available
CPU cycles; fixed with -DUSE_LOCKS=1 -DUSE_RECURSIVE_LOCKS=1
-DUSE_SPIN_LOCKS=0;
- the software uses bundled dlmalloc dated back 2011 that replaces
functions like calloc() with own implemenations and it's calloc()
sometimes fails to clear allocated memory; this results in SIGSEGV
when its own hash-table implementation dereferences junk that
supposed to be NULL pointer, so it fails to complete build;
fixed with MMAP_CLEARS=0.
PR: 231393
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sun, 7 Apr 2019
|
[ 07:22 antoine ]
Add DEPRECATED again
|
Fri, 8 Mar 2019
|
[ 09:52 mandree ]
Bump expiration date and reference PR #231393.
|
Sat, 15 Dec 2018
|
[ 09:35 antoine ]
Mark BROKEN: fails to build
Reported by: pkg-fallout
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sat, 3 Nov 2018
|
[ 14:42 gerald ]
The last years this port, based on an upstream abandoned half a decade
ago, has merely seen patching and prodding by several of us, often when
it got into the way of updates of other parts of the Ports Collection.
This is the case once again with a pending update of GCC to version 8,
where we run into
gmake[2]: Entering directory
'/wrkdirs/usr/ports/lang/gprolog/work/gprolog-1.4.4/src/Fd2C'
gplc -c --fast-math fd2c.pl
=>> Killing runaway build after 7200 seconds with no output
after already workarounds in place for other versions of remotely
recent compilers. Bite the bullet and mark for deprecation and
removal one-and-a-half months from now
PR: 231590
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Mon, 25 Dec 2017
|
[ 18:39 tijl ]
- Remove unneeded USE_AUTOTOOLS.
- Various cleanups + regenerate pkg-plist.
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Fri, 18 Aug 2017
|
[ 18:47 tcberner ]
Don't override existing configure args.
Reported by: rakuco
|
[ 18:41 tcberner ]
Disable machine registers on i386.
Follow debians lead [1] and pass --disable-regs on i386, to fix build with gcc6.
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852008
PR: 219275
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Thu, 9 Feb 2017
|
[ 22:51 marino ]
lang/gprolog: Clean up port (fix build with non-default options)
The no-docs and no-examples options weren't correct. The configuration
value in those causes were no absolute paths as apparently expected, but
relative to STAGEDIR. Fix by letting them install and use post-install
option targets to remove if necessary.
Do other cleanup such as wrap to 80 (when possible) and use options
framework. Also remove option-dependent packagename; that isn't
conventional. Also make configure target generic by platform.
|
Mon, 6 Feb 2017
|
[ 10:55 jbeich ]
lang/gprolog: pass -O3 to unbreak with gcc5
gplc -c --fast-math fd2c.pl
====>> Killing runaway build after 7200 seconds with no output
PR: 216707
Reported by: antoine (via exp-run)
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Wed, 19 Aug 2015
|
[ 08:19 erwin ]
Reset maintainer
<nsmoot@make.sh>: host in1-smtp.messagingengine.com[66.111.4.74] said: 550
5.1.1 <nsmoot@make.sh>: Recipient address rejected: User unknown in local
recipient table (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S
|
Tue, 15 Jul 2014
|
[ 15:49 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE.
|
Mon, 14 Jul 2014
|
[ 11:24 wen ]
- Update to 1.4.4
- Stage support
- Add LICENSE
- Pet portlint
PR: 191072
Submitted by: Keith Gaughan<k@stereochro.me>
Approved by: maintainer(timeout, >28 days)
|
Mon, 26 May 2014
|
[ 14:47 miwi ] (Only the first 10 of 22 ports in this commit are shown above. )
- Convert gmake,bzip2 to USES
Approved by: portmgr
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Sat, 22 Jun 2013
|
[ 21:23 rakuco ]
Make the port fetchable again.
Point MASTER_SITES to old_versions/, which is where previous releases go.
PR: ports/179656
Submitted by: John Marino <draco@marino.st> (maintainer)
|
Mon, 27 May 2013
|
[ 16:04 bapt ]
Fix build on HEAD by adding USE_GCC=any (uses global register)
|
Thu, 25 Oct 2012
|
[ 08:32 jhale ]
- Update to 1.4.1
- Trim Makefile header
While here:
- Remove indefinite article from COMMENT
- Convert to new options framework
PR: ports/172180
Submitted by: wen@
Approved by: maintainer timeout (25 days)
makc, avilla (mentors, implicit)
Feature safe: yes
|
Mon, 12 Mar 2012
|
[ 06:52 jgh ]
- Update to 1.4.0 and update maintainer address
PR: ports/165961
Submitted by: maintainer, nsmoot@make.sh
Feature safe: yes
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sat, 26 Jun 2010
|
[ 12:02 stefan ]
- Fix plist with NOPORTDOCS/NOPORTEXAMPLES. [1]
- Update MAINTAINER. [2]
PR: ports/141440 [2]
Submitted by: Nathan Smoot <n.smoot@gmail.com> [2]
Patch by: swell.k@gmail.com [1]
Feature safe: yes
|
Fri, 25 Jun 2010
|
[ 13:05 stefan ]
Make it build on amd64, too, by adjusting CONFIGURE_TARGET.
PR: 141440
Submitted by: Nathan Smoot <putwastehere@gmail.com>
Feature safe: yes
|
Fri, 12 Feb 2010
|
[ 17:24 miwi ]
- Update to 1.3.1
PR: 143232
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer timeout
|
Sat, 2 Jan 2010
|
[ 17:31 linimon ] (Only the first 10 of 16 ports in this commit are shown above. )
Reset vs@FreeBSD.org at his request due to lack of time.
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Wed, 19 Mar 2008
|
[ 07:43 vs ]
Update to 1.3.0. It might also build on amd64 now, but I haven't been able
to run it on a tinderbox, so it stays i386 for now.
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Tue, 29 Aug 2006
|
[ 07:39 vs ]
Fix permissions and use PORTDOCS
PR: ports/100962
Submitted by: Stanislav Sedov
|
Thu, 16 Mar 2006
|
[ 09:43 vs ]
Somehow GCC 3.x generates a gprolog binary which fails immediately on startup.
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
|
Tue, 10 Jan 2006
|
[ 09:51 vs ]
Unbreak: Build w/o FD-solver on 6.x+
Currently I do not have the resources to find out why it's breaking
|
Mon, 21 Nov 2005
|
[ 01:32 kris ]
BROKEN on 6.0: Does not build
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Tue, 15 Mar 2005
|
[ 14:42 vs ]
Unbreak on 5.x by disabling fast-calls. Notice that you will still see
build errors if you have -march=pentium4 in your CFLAGS
PR: ports/78794
Submitted by: Arne Wörner
|
Thu, 17 Feb 2005
|
[ 15:58 vs ]
- Update to CVS snapshot 1.2.18 (tarball from Debian)
- Use PORTDOCS/EXAMPLESDIR
- We still use the pre-built docs from 1.2.16
|
Sat, 18 Sep 2004
|
[ 17:32 kris ]
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Wed, 10 Mar 2004
|
[ 13:16 vs ] (Only the first 10 of 14 ports in this commit are shown above. )
- Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here
Approved by: linimon (mentor)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Wed, 17 Dec 2003
|
[ 12:02 krion ]
- Enable line-edit (works fine on -STABLE & -CURRENT)
- Bump PORTREVISION
- Grab maintainership
PR: 60323
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
Sun, 5 Oct 2003
|
[ 09:16 erwin ]
Per bento logs, this port won't configure except on i386.
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>
|
Sun, 22 Jun 2003
|
[ 22:09 erwin ]
- Fix build
- Support CFLAGS properly
- Fix COMMENT format
PR: 53390
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sun, 18 May 2003
|
[ 12:42 kris ]
Reset bouncing maintainer address
|
[ 12:25 kris ]
BROKEN: Does not build
|
Fri, 21 Feb 2003
|
[ 12:35 knu ] (Only the first 10 of 134 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 23 Nov 2002
|
[ 08:20 nork ]
Fix problems with two files not correctly upgraded during
upgrade from 1.2.1 to 1.2.16.
PR: ports/45615
Submitted by: Douglas Anestad <yotta@anestad.com> (maintainer)
|
[ 00:43 edwin ]
Maintainer update to version 1.2.16
PR: ports/45381
Submitted by: Douglas Anestad <yotta@anestad.com> <yotta@anestad.com>
|
Sun, 8 Jul 2001
|
[ 08:57 ijliao ]
add gprolog A free Prolog compiler developed by Daniel Diaz
|
Number of commits found: 62 |