Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.49.93+_7 15 Nov 2024 12:02:11 |
Lorenzo Salvadore (salvadore) |
lang/clisp: Fix build with GCC 14
GCC 14 turns some warnings into errors. Add -fpermissive flag to switch
them back to warnings.
PR: 281236 |
2.49.93+_7 22 Jan 2024 20:26:41 |
Muhammad Moinur Rahman (bofh) |
lang/clisp: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
2.49.93+_6 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
2.49.93+_6 03 Nov 2023 07:17:38 |
Michael Osipov (michaelo) |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
2.49.93+_5 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
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 |
2.49.93+_5 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.49.93+_4 28 Sep 2022 02:25:36 |
Yuri Victorovich (yuri) |
math/pari: Update 2.13.4 -> 2.15.0
Reported by: portscout |
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) |
2.49.93+_3 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 ) |
2.49.93+_3 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 ) |
2.49.93+_3 27 Apr 2022 13:19:00 |
Piotr Kubaj (pkubaj) |
lang/clisp: enable on powerpc |
2.49.93+_3 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: 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 |
2.49.93+_3 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
2.49.93+_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.49.93+_3 26 Oct 2020 08:23:19 |
danfe |
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 |
2.49.93+_2 25 Oct 2020 05:39:49 |
yuri |
math/pari: Update 2.11.4 -> 2.13.0
Bump 15 depending ports.
Reported by: portscout |
2.49.93+_1 06 Nov 2019 18:06:41 |
zeising |
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. |
2.49.93+_1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.49.93+_1 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 |
2.49.93+ 25 May 2019 11:58:02 |
tobik |
lang/clisp: Remove BROKEN_ia64
ia64 support has been gone for a while. |
2.49.93+ 17 May 2019 19:23:07 |
pkubaj |
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) |
2.49.93+ 06 Apr 2019 20:06:38 |
pi |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.49_6 28 Jul 2014 16:38:08 |
rene |
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only
2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp
2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp
2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp
2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp
2014-07-28 lang/clisp: development has ceased, not staged |
2.49_6 16 Jul 2014 08:13:59 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
2.49_6 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.49_6 29 May 2014 09:07:21 |
marino |
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. |
2.49_5 29 Apr 2014 02:13:30 |
linimon |
Mark net-im/pidgin-facebookchat and lang/clisp as deprecated: upstream
development as ceased. Reset maintainer.
Submitted by: former maintainer
Approved by: portmgr (antoine) |
2.49_5 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.49_5 07 May 2013 06:01:00 |
jgh |
- conversion to USES (gettext) and optionsNG framework
Approved by: jsa@, portmgr (bapt@) |
2.49_5 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
10 Dec 2012 19:11:12
|
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.49_4 09 Oct 2012 22:12:14 |
linimon |
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. |
2.49_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.49_3 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.49_2 10 Nov 2011 05:38:32 |
linimon |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
2.49_2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
2.49_2 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
2.49_1 15 Nov 2010 00:27:57 |
jsa |
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) |
2.49 25 Jul 2010 11:18:55 |
jsa |
Update my email address to my new @FreeBSD.org addy
Approved by: wxs (mentor) |
2.49 12 Jul 2010 14:17:13 |
wxs |
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) |
2.48_4 19 Jun 2010 07:45:43 |
linimon |
Mark as broken on sparc64.
Hat: portmgr
Feature safe: yes |
2.48_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.48_3 27 May 2010 20:03:24 |
johans |
Chase devel/libsigsegv shlib bump |
2.48_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.48_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.48 27 Nov 2009 18:21:12 |
amdmi3 |
- Add D-Bus and threads support
PR: 140504
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> |
2.48 12 Nov 2009 00:05:43 |
amdmi3 |
- Update to 2.48
PR: 140282
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> |
2.47_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.47_1 12 May 2009 11:28:17 |
itetcu |
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.
Forgotten by: araujo@
Reported by: QAT |
2.47 07 Apr 2009 22:50:17 |
wxs |
- 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) |
2.47 27 Feb 2009 11:17:17 |
miwi |
- Update to 2.47
PR: 131581
Submitted by: maintainer |
2.44.1_1 07 Feb 2009 17:46:08 |
alepulver |
- From now on, Joseph S. Atkinson will be mainaining ftp/filezilla and
lang/clisp. |
2.44.1_1 06 Jun 2008 13:41:15 |
edwin |
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) |
2.44.1 30 Apr 2008 01:32:18 |
alepulver |
- 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) |
2.44_2 23 Mar 2008 11:11:33 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.44_1 20 Mar 2008 16:43:36 |
gahr |
- Chase devel/libsigsegv shlib version bump
Approved by: miwi (mentor) |
2.44 15 Feb 2008 19:11:04 |
alepulver |
- 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). |
2.43 29 Jan 2008 22:31:12 |
erwin |
Mark BROKEN on 8.0: dumps core during build |
2.43 11 Dec 2007 21:23:42 |
alepulver |
- 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. |
2.41a_1 30 Nov 2007 21:23:11 |
alepulver |
- 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) |
2.41a_1 24 Oct 2007 00:43:51 |
alepulver |
- Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related to
pointyhat (a user reported success).
- Change BROKEN message accordingly. |
2.41a_1 23 Jul 2007 09:36:52 |
rafan |
- 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 |
2.41a_1 05 Jun 2007 04:38:38 |
alepulver |
- Mark BROKEN for FreeBSD 7.x (coredumps).
Reported by: pointyhat |
2.41a_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.41a 03 May 2007 21:04:53 |
alepulver |
- Update to version 2.41a. |
2.41 13 Jan 2007 02:05:57 |
alepulver |
- Add NOT_FOR_ARCHS=ia64 (is not supported by the application).
- Make BROKEN message when enabling PARI option more clear.
Reported by: pointyhat |
2.41 08 Dec 2006 15:53:41 |
alepulver |
- Fix building the fastcgi module.
- Import patch from clisp project [1].
- Add patch for missing strndup() function in FreeBSD [2].
PR: ports/106464
Submitted by: Hyo.geol [2]
Obtained from:
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1595306&group_id=1355
[1] |
2.41 07 Dec 2006 04:29:03 |
alepulver |
- Update to version 2.41.
- Add more MASTER_SITES. |
2.38_1 29 Jun 2006 17:31:11 |
alepulver |
- 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 |
2.38_1 28 Jun 2006 22:04:01 |
alepulver |
- Take maintainership.
- Add OPTIONS and support for modules.
- Fix building on non-i386.
- Fix building on FreeBSD 4.X. |
2.38_1 02 Jun 2006 08:56:14 |
vd |
Fix CFLAGS to make devel/meta-cvs buildable
PR: ports/94456
Submitted by: Shaun Amott <shaun@inerd.com> |
2.38 22 Apr 2006 22:13:39 |
kris |
BROKEN on amd64, ia64 and 4.x: Does not build |
2.38 15 Mar 2006 13:34:12 |
mnag |
- Drop maintainership
- portlint(1)
PR: 93874
Submitted by: maintainer |
2.38 07 Feb 2006 11:14:59 |
barner |
- Avoid recursive variable definition
Submitted by: pfgshield-freebsd@yahoo.com (maintainer) |
2.38 05 Feb 2006 23:42:57 |
barner |
- Update to 2.38
Submitted by: Jakub Rehor <jakub@rehor.net> (maintainer)
PR: ports/92831 |
2.37 19 Jan 2006 12:53:20 |
tdb |
- 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 |
2.37 14 Jan 2006 09:12:45 |
kris |
BROKEN: Size mismatch |
2.37 03 Jan 2006 04:43:41 |
edwin |
[maintainer-update] lang/clisp to version 2.37
Update port to latest upstream version.
PR: ports/91253
Submitted by: Jakub Rehor <jakub@rehor.net> |
2.36 22 Dec 2005 18:23:47 |
garga |
- Update to 2.36
PR: ports/90781
Submitted by: maintainer |
2.35_1 28 Oct 2005 22:44:44 |
kris |
BROKEN on amd64 and ia64: Does not compile |
2.35_1 10 Sep 2005 03:26:42 |
lawrance |
Add missing build dependency (needs dvipdf from ghostscript)
Reported by: kris |
2.35_1 06 Sep 2005 03:32:47 |
lawrance |
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) |
2.35 04 Sep 2005 04:49:53 |
lawrance |
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) |
2.33.2_1 06 Apr 2005 07:53:58 |
flz |
- Fix packing list.
- Mark BROKEN for 64bits architectures.
PR: ports/79438
Submitted by: Matthew X. Economou <xenophon@irtnog.org>
Approved by: maintainer |
2.33.2 26 Mar 2005 19:35:31 |
kris |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self) |
2.33.2 06 Mar 2005 21:22:01 |
sem |
- Update to 2.33.2
- Unorphaning the port
PR: ports/77624
Submitted by: Jakub Rehor <jakub@rehor.net> |
2.30_2 14 Feb 2005 16:02:57 |
pav |
- Really fix build under locale
Submitted by: Clemens Fischer <ino-qc@spotteswoode.de.eu.org> |
2.30_2 29 Jan 2005 23:02:44 |
pav |
- Fix build on Unicode locales by forcing LANG=C
PR: ports/76585
Submitted by: clemens fischer <ino-qc@spotteswoode.dnsalias.org> |
2.30_2 02 Jan 2005 00:46:39 |
kris |
Does not compile on alpha
Approved by: portmgr (self) |
2.30_2 16 Dec 2004 05:49:27 |
kris |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
2.30_2 06 Dec 2004 07:19:28 |
kris |
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) |
2.30_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.30_2 30 Mar 2004 19:20:23 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
2.30_2 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
2.30_1 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
2.30_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
2.30 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
2.30 19 May 2003 12:31:00 |
arved |
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 |
2.30 22 Feb 2003 03:59:59 |
kris |
Add missing files |
2.30 21 Feb 2003 12:35:09 |
knu |
De-pkg-comment. |