Date: Sat, 3 Nov 2018 14:42:22 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483898 - head/lang/gprolog Message-ID: <201811031442.wA3EgMcd006798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Nov 3 14:42:22 2018 New Revision: 483898 URL: https://svnweb.freebsd.org/changeset/ports/483898 Log: 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 Modified: head/lang/gprolog/Makefile Modified: head/lang/gprolog/Makefile ============================================================================== --- head/lang/gprolog/Makefile Sat Nov 3 14:22:05 2018 (r483897) +++ head/lang/gprolog/Makefile Sat Nov 3 14:42:22 2018 (r483898) @@ -12,6 +12,9 @@ COMMENT= Free Prolog compiler LICENSE= GPLv2 +DEPRECATED= Abandonware upstream (more than five years), fails in various ways with remotely recent compilers +EXPIRATION_DATE= 2018-12-18 + ONLY_FOR_ARCHS= i386 amd64 USES= gmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811031442.wA3EgMcd006798>