Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
1.5.0 10 Jul 2021 22:17:51 |
Eugene Grosbein (eugen) |
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) |
1.4.5 14 May 2021 16:12:31 |
Eugene Grosbein (eugen) |
lang/gprolog: unbreak for FreeBSD 13+
It needs GNU as to build and -fcommon to link. |
1.4.5 26 Apr 2021 14:19:17 |
Dmitry Marakasov (amdmi3) |
lang/gprolog: mark BROKEN |
1.4.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.5 23 Nov 2020 13:26:15 |
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 |
1.4.4_9 01 Sep 2019 15:40:05 |
rene |
Remove expired ports:
2019-08-31 devel/pure-stldict: Depends on expiring devel/llvm35
2019-08-31 lang/dmd1: No longer supported upstream
2019-08-31 lang/gprolog: Abandonware upstream (more than five years), fails in
various ways with remotely recent compilers
2019-08-31 math/pure-mpfr: Depends on expiring devel/llvm35
2019-08-31 math/pure-rational: Depends on expiring devel/llvm35
2019-08-31 net/pure-sockets: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-csv: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-xml: Depends on expiring devel/llvm35
2019-08-31 x11-toolkits/pure-tk: Depends on expiring devel/llvm35
2019-08-31 databases/pure-sql3: Depends on expiring devel/llvm35
2019-08-31 devel/pure-readline: Depends on expiring devel/llvm35
2019-08-31 devel/pure-stllib: Depends on expiring devel/llvm35 |
1.4.4_9 26 Jul 2019 20:46:57 |
gerald |
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 |
1.4.4_8 07 Apr 2019 07:22:04 |
antoine |
Add DEPRECATED again |
1.4.4_8 08 Mar 2019 09:52:04 |
mandree |
Bump expiration date and reference PR #231393. |
1.4.4_8 15 Dec 2018 09:35:04 |
antoine |
Mark BROKEN: fails to build
Reported by: pkg-fallout |
1.4.4_8 12 Dec 2018 01:35:36 |
gerald |
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 |
1.4.4_7 03 Nov 2018 14:42:22 |
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 |
1.4.4_7 29 Jul 2018 22:18:46 |
gerald |
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 |
1.4.4_6 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.4.4_5 25 Dec 2017 19:04:23 |
tijl |
Fix pkg-plist for FD option. |
1.4.4_5 25 Dec 2017 18:39:39 |
tijl |
- Remove unneeded USE_AUTOTOOLS.
- Various cleanups + regenerate pkg-plist. |
1.4.4_5 10 Sep 2017 20:55:39 |
gerald |
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 |
1.4.4_4 18 Aug 2017 18:47:38 |
tcberner |
Don't override existing configure args.
Reported by: rakuco |
1.4.4_4 18 Aug 2017 18:41:51 |
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 |
1.4.4_4 01 Apr 2017 15:23:32 |
gerald |
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 |
1.4.4_3 09 Feb 2017 22:51:00 |
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. |
1.4.4_2 06 Feb 2017 10:55:31 |
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) |
1.4.4_1 20 Nov 2016 09:38:09 |
gerald |
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. |
1.4.4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.4.4 19 Aug 2015 08:19:09 |
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 |
1.4.4 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.4.4 15 Jul 2014 15:49:34 |
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. |
1.4.4 14 Jul 2014 11:24:33 |
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) |
1.4.1 26 May 2014 14:47:57 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
1.4.1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.4.1 22 Jun 2013 21:23:22 |
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) |
1.4.1 27 May 2013 16:04:02 |
bapt |
Fix build on HEAD by adding USE_GCC=any (uses global register) |
1.4.1 25 Oct 2012 08:32:46 |
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 |
1.4.0 12 Mar 2012 06:52:24 |
jgh |
- Update to 1.4.0 and update maintainer address
PR: ports/165961
Submitted by: maintainer, nsmoot@make.sh
Feature safe: yes |
1.3.1_2 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
1.3.1_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.3.1_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.3.1_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.3.1_1 26 Jun 2010 12:02:08 |
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 |
1.3.1 25 Jun 2010 13:05:33 |
stefan |
Make it build on amd64, too, by adjusting CONFIGURE_TARGET.
PR: 141440
Submitted by: Nathan Smoot <putwastehere@gmail.com>
Feature safe: yes |
1.3.1 12 Feb 2010 17:24:58 |
miwi |
- Update to 1.3.1
PR: 143232
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer timeout |
1.3.0 02 Jan 2010 17:31:42 |
linimon |
Reset vs@FreeBSD.org at his request due to lack of time. |
1.3.0 21 Aug 2008 06:18:49 |
rafan |
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 ) |
1.3.0 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.3.0 19 Mar 2008 07:43:36 |
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. |
1.2.18_3 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.2.18_2 29 Aug 2006 07:39:35 |
vs |
Fix permissions and use PORTDOCS
PR: ports/100962
Submitted by: Stanislav Sedov |
1.2.18_1 16 Mar 2006 09:43:11 |
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 |
1.2.18 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.18 10 Jan 2006 09:51:24 |
vs |
Unbreak: Build w/o FD-solver on 6.x+
Currently I do not have the resources to find out why it's breaking |
1.2.18 21 Nov 2005 01:32:18 |
kris |
BROKEN on 6.0: Does not build |
1.2.18 15 Nov 2005 06:52:12 |
ade |
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. |
1.2.18 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.2.18 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.2.18 15 Mar 2005 14:42:32 |
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 |
1.2.18 18 Feb 2005 08:10:48 |
vs |
Fix plist
Noticed by: cluster |
1.2.18 17 Feb 2005 15:58:21 |
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 |
1.2.16_2 18 Sep 2004 17:32:36 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
1.2.16_2 28 Apr 2004 18:15:30 |
vs |
Fix plist.
Noticed by: bento
Approved by: linimon (mentor) |
1.2.16_2 22 Mar 2004 10:38:34 |
vs |
SIZE-ify distinfo
Reminded by: trevor
Approved by: linimon (mentor) |
1.2.16_2 10 Mar 2004 13:16:51 |
vs |
- Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here
Approved by: linimon (mentor) |
1.2.16_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.2.16_1 17 Dec 2003 12:02:13 |
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> |
1.2.16 05 Oct 2003 09:16:54 |
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> |
1.2.16 22 Jun 2003 22:09:39 |
erwin |
- Fix build
- Support CFLAGS properly
- Fix COMMENT format
PR: 53390
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.2.16 18 May 2003 12:42:48 |
kris |
Reset bouncing maintainer address |
1.2.16 18 May 2003 12:25:06 |
kris |
BROKEN: Does not build |
1.2.16 21 Feb 2003 12:35:09 |
knu |
De-pkg-comment. |
1.2.16 23 Nov 2002 17:31:13 |
nork |
Fix pkg-plist.
PR: ports/45615
Submitted by: Douglas Anestad <yotta@anestad.com> (maintainer) |
1.2.16 23 Nov 2002 08:20:10 |
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) |
1.2.16 23 Nov 2002 00:43:33 |
edwin |
Maintainer update to version 1.2.16
PR: ports/45381
Submitted by: Douglas Anestad <yotta@anestad.com> <yotta@anestad.com> |
08 Jul 2001 08:57:58 |
ijliao |
add gprolog A free Prolog compiler developed by Daniel Diaz |