non port: lang/swi-pl/Makefile |
SVNWeb
|
Number of commits found: 89 |
Mon, 17 Oct 2022
|
[ 12:46 Wen Heping (wen) ] ab863e3
lang/swi-pl: Update to 8.4.1
Update BROKEN_i386 message
PR: 260351
Reported by: freebsd-bugs@micallef.io
Approved by: maintainer(timeout, > 10 months)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
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 )
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Mon, 28 Jun 2021
|
[ 20:27 Piotr Kubaj (pkubaj) ] 224f6e3
lang/swi-pl: enable libunwind on all supported architectures
|
Sat, 1 May 2021
|
[ 17:55 Tobias Kortkamp (tobik) ] 6707a3c (Only the first 10 of 47 ports in this commit are shown above. )
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
Wed, 7 Apr 2021
|
[ 04:19 Tobias Kortkamp (tobik) ] 01979e7
lang/swi-pl: Add explicit readline dependency (D29353)
This unbreaks the build when using devel/samurai.
It previously got it through ninja->python->readline.
===> Building package for swi-pl-8.2.3_1
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/doc/packages/readline.html:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/lib/amd64-freebsd/readline4pl.so:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/library/readline.pl:No
such file or directory
*** Error code 1
http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/swi-pl-8.2.3_1.log
PR: 254678
|
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.
|
Wed, 27 Jan 2021
|
[ 01:48 wen ]
- Add a few more port options (DOCS GMP THREADED ODBC)
PR: 252482
Submitted by: mailinglist@diamondbox.dk(maintainer)
|
Sun, 27 Dec 2020
|
[ 03:12 wen ]
- Update to 8.2.3
- Remove DOCS option
- Add tcmalloc option
|
Tue, 7 Jul 2020
|
[ 12:27 tobik ] (Only the first 10 of 18 ports in this commit are shown above. )
Clean up some things
Reported by: portscan and common sense
|
Tue, 30 Jun 2020
|
[ 16:35 fernape ]
lang/swi-pl: update to 8.2.0 and update MAINTAINER
ChangeLog: https://www.swi-prolog.org/ChangeLog?branch=stable
While here, mark BROKEN on i386 but keep the dependency condition for
when this builds again. (Possible duplicate of PR #242229)
Submitter takes maintainership
PR: 247500
Submitted by: mailinglist@diamondbox.dk
|
Wed, 6 Nov 2019
|
[ 18:06 zeising ] (Only the first 10 of 16 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories l
Add USES=xorg and USES=gl to ports in categories starting with 'l'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Thu, 26 Sep 2019
|
[ 20:28 pkubaj ]
lang/swi-pl: fix build on powerpc64
Builds fine with GCC 9.
Approved by: mentors (implicit approval)
|
Fri, 12 Jul 2019
|
[ 16:09 linimon ]
Simplify the test for 64-bit architecture.
Since the test result is positive for 64-bit, switch the order of the
--enable-XYZ-bit definitions, to avoid one more negative in the test.
Approved by: portmgr (tier-2 blanket)
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Sat, 8 Dec 2018
|
[ 22:12 linimon ]
gnu qsort check goes into an infinite loop on aarch64. Disable it.
PR: 233033
Submitted by: Greg V <greg at unrelenting dot technology>
Approved by: portmgr (tier-2 blanket)
|
Mon, 5 Feb 2018
|
[ 15:40 johans ]
Update SWI Prolog to 7.6.4
|
Sun, 26 Nov 2017
|
[ 10:19 johans ]
Make hidden dependency on PCRE explicit
Pet portlint while here
PR: 223875
Submitted by: transitive@gmail.com
|
Fri, 24 Nov 2017
|
[ 22:18 johans ]
Update to SWI Prolog 7.6.2
http://www.swi-prolog.org/ChangeLog?branch=stable
|
Tue, 10 Oct 2017
|
[ 21:31 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Fri, 2 Jun 2017
|
[ 15:49 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Thu, 11 May 2017
|
[ 11:35 johans ]
- Update to SWI Prolog 7.4.2
- Make hidden dependencies explicit
- Add licence
|
Sat, 10 Sep 2016
|
[ 19:23 marino ]
lang/swi-pl: USES+=ssl and handle SSLv3 method for LibreSSL support
While here, used OPSYS:tl instead of hardcoded freebsd
Approved by: SSL blanket
|
Wed, 18 May 2016
|
[ 12:48 johans ]
Remove deprecated reference to malloc.h
Reported by: Nikolaj Thygesen
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Aug 2015
|
[ 19:33 johans ]
Update to SWI prolog 7.2.3
|
Sun, 16 Aug 2015
|
[ 21:39 amdmi3 ]
- Switch to USES=libarchive
- Add empty directories to plist
Approved by: portmgr blanket
|
Mon, 10 Aug 2015
|
[ 17:31 johans ]
Update to SWI Prolog 7.2.2
"7.2.x is a major release, providing native key-value support by means of
dicts, native strings using "hello world" syntax, web-accessible Prolog
engines (Pengines) and a high level SQL library called CQL."
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 14 May 2015
|
[ 12:08 johans ]
Fix build on armv6
PR: 200119
Submitted by: mikael.urankar@gmail.com
|
Mon, 2 Jun 2014
|
[ 11:44 johans ]
Update SWI Prolog to 6.6.6
|
Sun, 11 May 2014
|
[ 20:13 antoine ]
Fix packaging after IODBC / UNIXODBC changes
Reported by: pkg-fallout
|
Mon, 5 May 2014
|
[ 16:24 bapt ] (Only the first 10 of 45 ports in this commit are shown above. )
Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Sat, 3 May 2014
|
[ 14:40 johans ]
Update to SWI Prolog 6.6.5
|
Wed, 26 Mar 2014
|
[ 18:52 johans ]
- Update to SWI Prolog 6.6.4
- Remove patch file (now included upstream)
|
Sat, 15 Mar 2014
|
[ 18:34 johans ]
Update to SWI Prolog 6.6.2
|
Thu, 13 Feb 2014
|
[ 05:58 johans ]
Install shared library
Submitted by: sbremal@hotmail.com
|
Sun, 5 Jan 2014
|
[ 20:03 johans ]
- Update SWI Prolog to 6.6.1 (bugfix release)
- Simplify options check
|
Tue, 26 Nov 2013
|
[ 17:01 johans ]
- Update SWI Prolog to 6.6.0
- Enable stage support
|
Mon, 23 Sep 2013
|
[ 04:49 johans ]
- Work around failing detection of dlopen()
this should fix the build on CURRENT
- While here, minor style cleanups and dependency correction
Reported by: eadler
|
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, 3 Aug 2013
|
[ 09:32 johans ]
Explicitly disable hidden dependency
Reported by: cpghost <cpghost@cordula.ws>
|
Sun, 21 Jul 2013
|
[ 15:47 johans ]
Update SWI Prolog to 6.4.1
|
Mon, 15 Jul 2013
|
[ 05:10 johans ]
- Correct iodbc dependency
- Disable Java bindings for now (doesn't work with OpenJDK6)
PR: ports/172837
Submitted by: C.P. Ghost <cpghost@cordula.ws>
|
Thu, 11 Jul 2013
|
[ 05:05 johans ]
- Update SWI Prolog to 6.2.6
- Remove patches now included upstream
- Add option to use libiodbc (inspired by [1])
- Adopt port
PR: ports/172837 [1]
Submitted by: C. P. Ghost <cpghost@cordula.ws>
|
Sat, 18 May 2013
|
[ 23:13 stefan ]
Reset maintainer due to continuous timeouts since 2009.
|
Sat, 8 Sep 2012
|
[ 07:41 linimon ]
Attempt to fix build on powerpc. While here, remove remnants from alpha.
Hat: portmgr
|
Mon, 6 Feb 2012
|
[ 12:25 miwi ] (Only the first 10 of 44 ports in this commit are shown above. )
- Chase unixODBC shlib bump
|
Sat, 10 Dec 2011
|
[ 22:01 rm ]
- join multiple LIB_DEPENDS to single one
- convert X11 dependencies to USE_XORG
It's a non-functional change.
Approved by: novel (mentor)
Feature safe: yes
|
Wed, 26 Oct 2011
|
[ 20:17 glarkin ] (Only the first 10 of 12 ports in this commit are shown above. )
- Updated to latest stable version (5.10.5)
- Removed BROKEN line
- Removed CONFLICTS - binaries were renamed in this release, so no problem
- Set new SWIPLDIR variable to use in pkg-plist and Makefile, that
contains the new directory name that swi-pl now using.
- Undefined HAVE_EXECINFO too in src/config.h to let it build successfuly
- Adjusted local patches to new version (not tested on "alpha" for sure :))
- Removed files/patch-configure to make --without-jpl in CONFIGURE_ARGS
actually work
PR: ports/161414
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: g.gonter@ieee.org (maintainer; timeout - 2+ weeks)
|
Sat, 24 Sep 2011
|
[ 20:14 pav ]
- Mark BROKEN: does not compile
/usr/local/include/X11/Xdefs.h:47: error: conflicting types for 'Bool'
Reported by: pointyhat
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Mon, 19 Apr 2010
|
[ 10:43 ale ] (Only the first 10 of 132 ports in this commit are shown above. )
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
|
Wed, 31 Mar 2010
|
[ 22:14 rene ]
Update to 5.8.3
PR: ports/144815
Submitted by: rene
Approved by: tabthorpe, maintainer timeout
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 22 Nov 2009
|
[ 19:49 pav ] (Only the first 10 of 86 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Fri, 1 May 2009
|
[ 20:04 wxs ]
- Update to 5.6.64
PR: ports/133578
Submitted by: Kazumasa Kotani <freebsd@cuma.sakura.ne.jp>
Approved by: maintainer timeout
|
Mon, 5 Jan 2009
|
[ 20:36 pav ] (Only the first 10 of 102 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Sat, 29 Jul 2006
|
[ 19:27 miwi ]
- Update to 5.6.16
PR: ports/100829
Submitted by: Gerhard Gonter <g.gonter(at)ieee.org>
Approved by: krion (mentor)
|
Tue, 9 May 2006
|
[ 20:52 edwin ] (Only the first 10 of 72 ports in this commit are shown above. )
Remove USE_REINPLACE from the categories starting with L
|
Wed, 18 Jan 2006
|
[ 18:00 mnag ]
Update to 5.6.2
Mark as IGNORE < 500100. Require some C99 functions.
PR: 91936
Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
|
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'.
|
Fri, 11 Mar 2005
|
[ 09:14 vs ]
- Update to 5.4.7
- Use readline for ports
PR: ports/77893
Submitted by: Gerhard Gonter (maintainer)
|
Mon, 7 Mar 2005
|
[ 02:41 linimon ]
Note that math/ploticus now installs as bin/ploticus rather than bin/pl.
Remove obsoleted conflicts.
Prodded by: vs
|
Sun, 13 Feb 2005
|
[ 17:29 arved ]
Unbreak package build on amd64
Submitted by: Gerhard Gonter <g.gonter@ieee.org>
|
Mon, 31 Jan 2005
|
[ 19:23 vs ]
Fix build on alpha.
PR: ports/76865
Submitted by: Gerhard Gonter (maintainer)
|
Fri, 28 Jan 2005
|
[ 14:36 vs ]
Update to 5.4.6
PR: ports/76446
Submitted by: Gerhard Gonter (maintainer)
|
Mon, 27 Dec 2004
|
[ 04:00 max ]
Upgrade to 5.4.5.
Submitted by: Gerhard Gonter <g.gonter@ieee.org>
PR: 74279, 74791
Gerhard Gonter agreed to take over the maintainership.
|
Thu, 11 Nov 2004
|
[ 16:27 leeym ]
- correct CONFLICTS
- add NOPRECIOUSMAKEVARS to avoid changing ARCH
- fix build and unbreak this port on 5.x
- not to STRIP scripts
PR: (based on) 71982
Submitted by: leeym
Approved by: maintainer timeout
|
Sun, 26 Sep 2004
|
[ 03:17 kris ]
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self)
|
Sat, 3 Jul 2004
|
[ 23:49 kris ]
Still BROKEN on 64-bit architectures.
|
Mon, 14 Jun 2004
|
[ 22:28 vs ]
- Fix PLIST on non-32-bit-architectures
- Do not use -O3 on alpha
PR: ports/60420
Approved by: maintainer silence
|
Mon, 23 Feb 2004
|
[ 05:40 kris ]
BROKEN on !i386: Broken pkg-plist
|
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)
|
Mon, 2 Feb 2004
|
[ 11:45 arved ]
Add a missing conflict
|
Tue, 14 Oct 2003
|
[ 05:18 max ]
Disable the build of multithread version.
This should fix the build on 5.x.
|
Mon, 6 Oct 2003
|
[ 05:01 max ]
Upgrade to 5.2.8.
PR: 56277
|
Sun, 29 Jun 2003
|
[ 01:19 arved ]
Add a conflict for ploticus, slffea and swi-pl.
All install a program bin/pl.
|
Fri, 7 Mar 2003
|
[ 06:05 ade ] (Only the first 10 of 118 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Mon, 25 Nov 2002
|
[ 00:09 max ]
Upgrade to 5.0.10.
This port requires further work, as this just installs the pl-lite at the
moment. Other packages, such as XPCE are not installed for now.
|
Mon, 1 Jan 2001
|
[ 22:13 max ]
Upgrade to 3.4.4.
|
[ 10:15 will ] (Only the first 10 of 51 ports in this commit are shown above. )
Goodbye, YEAR2000. Hello, 2001.
|
Mon, 26 Jun 2000
|
[ 10:08 max ]
Upgrade to 3.3.8. originally submitted by: Makoto MATSUSHITA
<matusita@ics.es.osaka-u.ac.jp>
|
Number of commits found: 89 |