notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/clisp/Makefile

Number of commits found: 99

Monday, 22 Jan 2024
20:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/clisp: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: e979a3ee143019c1cef448ad4d991ea2b890a05b commit hash: e979a3ee143019c1cef448ad4d991ea2b890a05b commit hash: e979a3ee143019c1cef448ad4d991ea2b890a05b commit hash: e979a3ee143019c1cef448ad4d991ea2b890a05b e979a3e
Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Friday, 3 Nov 2023
07:17 Michael Osipov (michaelo) search for other commits by this committer
*/*: Bump PORTREVISION for Ghostscript 10 change

Reported by:	sunpoet
Approved by:	jrm (mentor), sunpoet
Differential Revision:	https://reviews.freebsd.org/D42412
commit hash: fcf68ae5ecb03e0f4479c9ba7c255d4e2b8adcea commit hash: fcf68ae5ecb03e0f4479c9ba7c255d4e2b8adcea commit hash: fcf68ae5ecb03e0f4479c9ba7c255d4e2b8adcea commit hash: fcf68ae5ecb03e0f4479c9ba7c255d4e2b8adcea fcf68ae5e
Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 28 Sep 2022
02:25 Yuri Victorovich (yuri) search for other commits by this committer
math/pari: Update 2.13.4 -> 2.15.0

Reported by:	portscout
commit hash: 3064601ea2fe9494101daaf46402335ee05ca21a commit hash: 3064601ea2fe9494101daaf46402335ee05ca21a commit hash: 3064601ea2fe9494101daaf46402335ee05ca21a commit hash: 3064601ea2fe9494101daaf46402335ee05ca21a 3064601
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Anton Shterenlikht
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bob Eager <bob@eager.cx>
  *  Bruce M Simpson
  *  Bruce M. Simpson
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Danilo Egea Gondolfo <danilogondolfo@gmail.com>
  *  Dario Freni <saturnero@gufi.org>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@NUXI.org)
  *  David O'Brien <obrien@NUXI.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  Dereckson <dereckson@gmail.com>
  *  Devon H. O'Dell <devon.odell@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas Anestad <yotta@dougdidit.com>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eugene Ossintsev
  *  Frank Fischer
  *  Frank Gruender <elwood@mc5sys.in-berlin.de>
  *  Frederic Cambus
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  GreenDog <fiziologus@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jeff Brown <jabrown@caida.org>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  John Hein <jhein@symmetricom.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper <coop9211@uidaho.edu>
  *  John Merryweather Cooper et al
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Elsasser <jre@vineyard.net>
  *  Josh Gilliam <josh@quick.net>
  *  Julian H. Stacey <jhs@FreeBSD.org>
  *  Julian Stecklina
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lev Walkin <vlm@lionet.info>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Hunt <mph@FreeBSD.org>
  *  Michael Butschky <butsch@computi.erols.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mitsuru YOSHIDA <mitsuru@riken.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Neal Nelson <ports@nicandneal.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nils M Holm <nmh@t3x.org>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Breuninger <ob@seicom.NET>
  *  Patrick Li <pat@databits.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pete French <pete@twisted.org.uk>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter van Heusden <pvh@egenetics.com>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Pontus Stenetorp <ninjin@kth.se>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Rick van der Zwet <rick@wzoeterwoude.net>
  *  Rob Zinkov
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stephen Weeks <sweeks@sweeks.com>
  *  Steven G. Kargl
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping <wenhping@gmail.com>
  *  Wes Peters <wes@softweyr.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zach Garner <zach@neurosoft.org>
  *  aaron@FreeBSD.org
  *  andrewb@cs.cmu.edu
  *  arved
  *  chinsan
  *  chuckr
  *  dd
  *  erik@smluc.org
  *  gahr
  *  gahr@FreeBSD.org
  *  gpalmer
  *  hsu
  *  ijliao
  *  jasone
  *  jkh
  *  jkoshy
  *  jmacd
  *  jmacd@FreeBSD.org
  *  jmz
  *  js@jeannot.org
  *  jseger@FreeBSD.org
  *  kappa@FreeBSD.org.ua
  *  kbyanc
  *  msmith@gsoft.com.au
  *  mutoh@openedu.org
  *  netchild@FreeBSD.org
  *  patrick
  *  pst
  *  rene@FreeBSD.org
  *  ruslan@shevchenko.kiev.ua
  *  stas
  *  tobez

With hat:	portmgr
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 f98ae56
Wednesday, 27 Apr 2022
13:19 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/clisp: enable on powerpc
commit hash: 0614dffc4db32d18f6f480db3a9f87e07eebdab9 commit hash: 0614dffc4db32d18f6f480db3a9f87e07eebdab9 commit hash: 0614dffc4db32d18f6f480db3a9f87e07eebdab9 commit hash: 0614dffc4db32d18f6f480db3a9f87e07eebdab9 0614dff
Friday, 4 Jun 2021
05:53 Gerald Pfeifer (gerald) search for other commits by this committer
*/*: Replace USE_GCC=any with USE_GCC=yes

USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 d09ed09
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 26 Oct 2020
08:23 danfe search for other commits by this committer
Correct dependency on `devel/libffcall': clisp(1) actually links to
`libffcall.so.0' shared library, and will not run if it is missing.

PR:	241505
Original commitRevision:553323 
Sunday, 25 Oct 2020
05:39 yuri search for other commits by this committer
math/pari: Update 2.11.4 -> 2.13.0

Bump 15 depending ports.

Reported by:	portscout
Original commitRevision:553237 
Wednesday, 6 Nov 2019
18:06 zeising search for other commits by this committer
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.
Original commitRevision:516915 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Saturday, 25 May 2019
11:58 tobik search for other commits by this committer
lang/clisp: Remove BROKEN_ia64

ia64 support has been gone for a while.
Original commitRevision:502569 
Friday, 17 May 2019
19:23 pkubaj search for other commits by this committer
lang/clisp: fix build with GCC-based architectures

Add -lthr to LDFLAGS on GCC architectures.

While here, also add USES=localbase:ldflags.

PR:		237524
Approved by:	tcberner (mentor)
Original commitRevision:501883 
Saturday, 6 Apr 2019
20:06 pi search for other commits by this committer
New/resurrected port: lang/clisp

ANSI Common Lisp is a high-level, general-purpose programming language.
GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
University and Michael Stoll of Munich University, both in Germany.
It mostly supports the Lisp described in the ANSI Common Lisp standard.
It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD,
Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on
other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only
4 MB of RAM.

It is Free Software and may be distributed under the terms of GNU GPL,
while it is possible to distribute commercial proprietary applications
compiled with GNU CLISP.

The user interface comes in English, German, French, Spanish, Dutch,
Russian and Danish, and can be changed at run time.

GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP,
a foreign language interface, sockets, i18n, fast bignums and more.
An X11 interface is available through CLX, Garnet, CLUE/CLIO.
GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.

WWW: http://www.gnu.org/software/clisp/

Submitted by:	KIRIYAMA Kazuhiko <kiri@kx.openedu.org>
Original commitRevision:498199 
Wednesday, 16 Jul 2014
08:13 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362049 
Sunday, 13 Jul 2014
23:36 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361728 
Thursday, 29 May 2014
09:07 marino search for other commits by this committer
lang/clisp: Unbreak by specifying proper iconv

Adding a configure argument for libiconv make clisps build with either
libc or libiconv as appropriate.  Fix verified on Redports on all supported
platforms.

PR:		ports/187282
Submitted by:	Robert Cina
Fixed by:	marino
Approved by:	maintainer timeout (due to impending death of port)
Approved by:	portmgr (implicit)

Note that this port is still going to die in a few weeks, so I am not
bothering to stage it.
Original commitRevision:355678 
Tuesday, 29 Apr 2014
02:13 linimon search for other commits by this committer
Mark net-im/pidgin-facebookchat and lang/clisp as deprecated: upstream
development as ceased.  Reset maintainer.

Submitted by:	former maintainer
Approved by:	portmgr (antoine)
Original commitRevision:352565 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Tuesday, 7 May 2013
06:01 jgh search for other commits by this committer
- conversion to USES (gettext) and optionsNG framework

Approved by:	jsa@, portmgr (bapt@)
Original commitRevision:317572 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Tuesday, 9 Oct 2012
22:12 linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Original commitRevision:305610 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Original commit
Thursday, 10 Nov 2011
05:38 linimon search for other commits by this committer
Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:            portmgr
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Monday, 12 Sep 2011
13:46 gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
Original commit
Monday, 15 Nov 2010
00:27 jsa search for other commits by this committer
Swith to using the dynamic modules system.
Fix several options, now all options actually work.
Enable ZLIB by default since this requires no extra depends.
End support for the ancient ORACLE option.

Approved by:    wxs (mentor)
Original commit
Sunday, 25 Jul 2010
11:18 jsa search for other commits by this committer
Update my email address to my new @FreeBSD.org addy

Approved by:    wxs (mentor)
Original commit
Monday, 12 Jul 2010
14:17 wxs search for other commits by this committer
Update to 2.4.9

Changes can be found here:
http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/src/NEWS?revision=clisp_2_49-2010-07-07

and more in the ChangeLog.

The new dynamic modules is not enabled for this port.

PR:             ports/148512
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
Original commit
Saturday, 19 Jun 2010
07:45 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:            portmgr
Feature safe:   yes
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Thursday, 27 May 2010
20:03 johans search for other commits by this committer
Chase devel/libsigsegv shlib bump
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 27 Nov 2009
18:21 amdmi3 search for other commits by this committer
- Add D-Bus and threads support

PR:             140504
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net>
Original commit
Thursday, 12 Nov 2009
00:05 amdmi3 search for other commits by this committer
- Update to 2.48

PR:             140282
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net>
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 12 May 2009
11:28 itetcu search for other commits by this committer
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.

Forgotten by:   araujo@
Reported by:    QAT
Original commit
Tuesday, 7 Apr 2009
22:50 wxs search for other commits by this committer
- Fix build when WITH_PARI is selected.

PR:             ports/133386
Submitted by:   Peter Jeremy <peterjeremy@optushome.com.au>
Approved by:    Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
Original commit
Friday, 27 Feb 2009
11:17 miwi search for other commits by this committer
- Update to 2.47

PR:             131581
Submitted by:   maintainer
Original commit
Saturday, 7 Feb 2009
17:46 alepulver search for other commits by this committer
- From now on, Joseph S. Atkinson will be mainaining ftp/filezilla and
  lang/clisp.
Original commit
Friday, 6 Jun 2008
13:41 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Wednesday, 30 Apr 2008
01:32 alepulver search for other commits by this committer
- Update to version 2.44.1.
- Remove USE_GCC=3.4 for FreeBSD/i386 7.x (not needed anymore).
- Remove wrong mirror (does not have this version).

Obtained from:  "Joseph S. Atkinson" <jsatkinson@embarqmail.com> (private
e-mail)
Original commit
Sunday, 23 Mar 2008
11:11 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 20 Mar 2008
16:43 gahr search for other commits by this committer
- Chase devel/libsigsegv shlib version bump

Approved by:    miwi (mentor)
Original commit
Friday, 15 Feb 2008
19:11 alepulver search for other commits by this committer
- Update to version 2.44.
- External ffcall is used instead of bundled one.
- Remove BROKEN for 8.x.
- Add USE_GCC=3.4 for FreeBSD >= 7.x on i386 (others build with base GCC).
Original commit
Tuesday, 29 Jan 2008
22:31 erwin search for other commits by this committer
Mark BROKEN on 8.0: dumps core during build
Original commit
Tuesday, 11 Dec 2007
21:23 alepulver search for other commits by this committer
- Update to version 2.43.
- Remove regular expression to correct PORTVERSION for MASTER_SITES/WRKSRC.
- Define USE_GHOSTSCRIPT_BUILD instead of using BUILD_DEPENDS.
- Remove NOT_FOR_ARCHS=ia64 (should work now).
- Use HAS_CONFIGURE instead of GNU_CONFIGURE to avoid workarouds for removing
  automatically added but unrecognized configure options.
- Add GDBM, GTK2 and SVM options (for new modules).
- Add pkg-message to note that Vim/Emacs syntax files install in DATADIR.
- Remove USE_GCC=3.4 since it now builds with GCC 4.x.
- Increase base BDB version (now supports 4.3-4.6, not 4.2 anymore).
- Remove BROKEN when PARI module was enabled, since it doesn't segfault now.
- Remove post-configure target because the main configure includes those steps.
Original commit
Friday, 30 Nov 2007
21:23 alepulver search for other commits by this committer
- Use GCC 3.4 to build in FreeBSD >= 7 since it fails with GCC 4.x (the reason
  and a proper fix will be evaluated later, together with the 2.42 update).

PR:             ports/117783
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Approved by:    portmgr (linimon)
Original commit
Wednesday, 24 Oct 2007
00:43 alepulver search for other commits by this committer
- Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related to
  pointyhat (a user reported success).
- Change BROKEN message accordingly.
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Tuesday, 5 Jun 2007
04:38 alepulver search for other commits by this committer
- Mark BROKEN for FreeBSD 7.x (coredumps).

Reported by:    pointyhat
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 3 May 2007
21:04 alepulver search for other commits by this committer
- Update to version 2.41a.
Original commit
Saturday, 13 Jan 2007
02:05 alepulver search for other commits by this committer
- Add NOT_FOR_ARCHS=ia64 (is not supported by the application).
- Make BROKEN message when enabling PARI option more clear.

Reported by:    pointyhat
Original commit
Thursday, 7 Dec 2006
04:29 alepulver search for other commits by this committer
- Update to version 2.41.
- Add more MASTER_SITES.
Original commit
Thursday, 29 Jun 2006
17:31 alepulver search for other commits by this committer
- Add CFLAGS to the CFLAGS internal variable of clisp, which fixes building a
  dependency (devel/meta-cvs). This fix was accidentaly removed by me when
  committing the last fix.

Reported by:    shaun
Original commit
Wednesday, 28 Jun 2006
22:04 alepulver search for other commits by this committer
- Take maintainership.
- Add OPTIONS and support for modules.
- Fix building on non-i386.
- Fix building on FreeBSD 4.X.
Original commit
Friday, 2 Jun 2006
08:56 vd search for other commits by this committer
Fix CFLAGS to make devel/meta-cvs buildable

PR:             ports/94456
Submitted by:   Shaun Amott <shaun@inerd.com>
Original commit
Saturday, 22 Apr 2006
22:13 kris search for other commits by this committer
BROKEN on amd64, ia64 and 4.x: Does not build
Original commit
Wednesday, 15 Mar 2006
13:34 mnag search for other commits by this committer
- Drop maintainership
- portlint(1)

PR:             93874
Submitted by:   maintainer
Original commit
Tuesday, 7 Feb 2006
11:14 barner search for other commits by this committer
- Avoid recursive variable definition

Submitted by:   pfgshield-freebsd@yahoo.com (maintainer)
Original commit
Sunday, 5 Feb 2006
23:42 barner search for other commits by this committer
- Update to 2.38

Submitted by:   Jakub Rehor <jakub@rehor.net> (maintainer)
PR:             ports/92831
Original commit
Thursday, 19 Jan 2006
12:53 tdb search for other commits by this committer
- Fix distinfo and unbreak.
- Distfile rerolled, changes as follows (full diff is ~500 lines):
    Change version number from 2.36 to 2.37
    configure.in contains a few changes like this:
      -AC_MSG_NOTICE([ * Berkeley-DB (Tools):])
      +AC_MSG_NOTICE([ * Berkeley-DB (Tools)])

PR:             91739
Submitted by:   Andreas Eder <are@staffa.eder.local>
Approved by:    maintainer
Original commit
Saturday, 14 Jan 2006
09:12 kris search for other commits by this committer
BROKEN: Size mismatch
Original commit
Tuesday, 3 Jan 2006
04:43 edwin search for other commits by this committer
[maintainer-update] lang/clisp to version 2.37

        Update port to latest upstream version.

PR:             ports/91253
Submitted by:   Jakub Rehor <jakub@rehor.net>
Original commit
Thursday, 22 Dec 2005
18:23 garga search for other commits by this committer
- Update to 2.36

PR:             ports/90781
Submitted by:   maintainer
Original commit
Friday, 28 Oct 2005
22:44 kris search for other commits by this committer
BROKEN on amd64 and ia64: Does not compile
Original commit
Saturday, 10 Sep 2005
03:26 lawrance search for other commits by this committer
Add missing build dependency (needs dvipdf from ghostscript)

Reported by:    kris
Original commit
Tuesday, 6 Sep 2005
03:32 lawrance search for other commits by this committer
Disable the clisp X module at the request of the maintainer, until he
sorts out the options and dependencies.
Bump PORTREVISION.

PR:             ports/85723
Submitted by:   Jakub Rehor <jakub@rehor.net> (maintainer)
Original commit
Sunday, 4 Sep 2005
04:49 lawrance search for other commits by this committer
Update to 2.35

From submitter:
* Unmark BROKEN for 64-bit architectures: developers report that it works fine
  (not tested, I only have i386).
* Instead of patching makemake.in, specify correct location of mandir via
  ./makemake option.
* Add build dependency on libsigsegv for better garbage collection.
* Update pkg-descr per request from developers.

PR:             ports/85677
Submitted by:   Jakub Rehor <jakub@rehor.net> (maintainer)
Original commit
Wednesday, 6 Apr 2005
07:53 flz search for other commits by this committer
- Fix packing list.
- Mark BROKEN for 64bits architectures.

PR:             ports/79438
Submitted by:   Matthew X. Economou <xenophon@irtnog.org>
Approved by:    maintainer
Original commit
Saturday, 26 Mar 2005
19:35 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist

Approved by:    portmgr (self)
Original commit
Sunday, 6 Mar 2005
21:22 sem search for other commits by this committer
- Update to 2.33.2
- Unorphaning the port

PR:             ports/77624
Submitted by:   Jakub Rehor <jakub@rehor.net>
Original commit
Monday, 14 Feb 2005
16:02 pav search for other commits by this committer
- Really fix build under locale

Submitted by:   Clemens Fischer <ino-qc@spotteswoode.de.eu.org>
Original commit
Saturday, 29 Jan 2005
23:02 pav search for other commits by this committer
- Fix build on Unicode locales by forcing LANG=C

PR:             ports/76585
Submitted by:   clemens fischer <ino-qc@spotteswoode.dnsalias.org>
Original commit
Sunday, 2 Jan 2005
00:46 kris search for other commits by this committer
Does not compile on alpha

Approved by:    portmgr (self)
Original commit
Monday, 6 Dec 2004
07:19 kris search for other commits by this committer
Reset bouncing maintainer address:

<henrik.motakef@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
    <henrik.motakef@web.de> Benutzer nicht bekannt/User unknown (in reply to
    RCPT TO command)
Original commit
Tuesday, 30 Mar 2004
19:20 krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
Tuesday, 26 Aug 2003
20:25 marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Original commit
Monday, 25 Aug 2003
05:41 marcus search for other commits by this committer
Chase the libintl.so shared lib version.
Original commit
Monday, 19 May 2003
12:31 arved search for other commits by this committer
Put back USE_GCC=2.95:

There are some problems with lang/clisp when it's compiled with
GCC 3:

- The foreign function interface (i.e. loading C libraries) doesn't
  work. This breaks devel/meta-cvs, among other things
- A readline-related issue makes CLISP crash when a user hits TAB under
  some circumstances

PR:             52407
Submitted by:   maintainer
Original commit
Friday, 21 Feb 2003
12:35 knu search for other commits by this committer
De-pkg-comment.
Original commit
Wednesday, 8 Jan 2003
10:32 ijliao search for other commits by this committer
upgrade to 2.30
pass maintainership

PR:             46843
Submitted by:   Henrik Motakef <henrik.motakef@web.de> (new maintainer)
Original commit
Friday, 8 Nov 2002
20:44 arved search for other commits by this committer
Add USE_GCC=2.95, since the build dumps core with gcc 3.x

PR:             39189
Submitted by:   Stanislav Grozev <tacho@factline.com>
Original commit
Friday, 28 Jun 2002
08:23 kevlo search for other commits by this committer
Update to 2.28

PR: 39898
Submitted by: MAINTAINER
Original commit
Thursday, 7 Feb 2002
21:11 pat search for other commits by this committer
Remove dead MASTER_SITES    
Original commit
Saturday, 12 Jan 2002
01:20 nectar search for other commits by this committer
Commit after maintainer timeout:    
Original commit
Saturday, 1 Sep 2001
06:38 knu search for other commits by this committer
Update to 2.27.    
Original commit
Friday, 1 Jun 2001
07:05 obrien search for other commits by this committer
Use proper POSIX syntax for `chown'.    
Original commit
Saturday, 19 May 2001
20:03 ijliao search for other commits by this committer
upgrade to 2.25.1    
Original commit

Number of commits found: 99