73 Commits

Author SHA1 Message Date
fcambus
72dd2d74cd Follow redirects chain for HOMEPAGE, point to SourceForge directly. 2022-05-03 18:21:44 +00:00
naddy
e93f9d0ca9 drop RCS Ids 2022-03-11 19:28:46 +00:00
naddy
6453f17f4f lang/clisp: fix parallel make build
makemake parts from upstream.
With gkoehler@, who found gmake's grouped targets.
2021-09-15 19:13:46 +00:00
gkoehler
1633e6aa1f Override some configure tests for mmap, shm.
sthen@ reported that clisp sometimes fails to build, with an error at
MAP_ANON.  Some tests, including MAP_ANON, might give a random 'no' when
their fixed addresses conflict with ASLR.  Override to 'yes'.

ok sthen@
2020-04-29 19:04:02 +00:00
jca
3b03358811 Drop -mcmodel=medany, used only on sparc64 and not understood by clang
Fixes early configure error
http://build-failures.rhaalovely.net/sparc64/2020-04-03/lang/clisp.log
2020-04-06 01:25:18 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
902b542fe0 more ncurses->curses 2019-05-21 09:34:30 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
kili
488ab96c98 Disable the use of groff.
Otherwise, the PostScript versions of the man pages may
be created or not during build, depending on wether groff
is installed or not, which may lead to consusion when
updating this port.

Suggested by Ingo a few days ago.
2017-06-04 21:09:15 +00:00
kili
a850837b13 Quick fix: drop manpages rendered to PostScript from plist.
However, this is not enough, because if groff is installed,
the .ps files will be generated. I'll have a look on how to
completely disable the use of groff here, as suggested by
Ingo.
2017-06-02 23:43:00 +00:00
schwarze
08b267a247 Drop USE_GROFF and bump.
Mandoc now copes with DocBook lists implemented with \h.
2017-06-02 08:29:19 +00:00
espie
f139d36d56 steal clang amd64 support from netbsd 2017-04-27 21:42:24 +00:00
naddy
e70007de6d don't try to use ps2pdf if it happens to be around during configure 2015-12-20 15:40:17 +00:00
jca
03ba6a2315 Update to clisp-2.49
Dynamic modules have been disabled so that the port looks like
clisp-2.48.  People willing to enable and test them are welcome.

Build can fail on i386 but clisp-2.48 has the same problem.  clisp
makes bad assumptions about adress space layout.

Tests by krw@ joshe@ and Markus Lude, ok krw@ joshe@ (ex. maintainer)
2015-10-06 11:37:06 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
pascal
9af6846f71 configure doesn't pass LDFLAGS for some tests, so add -nopie to CFLAGS as well
on powerpc.

ok aja@
2012-10-11 18:12:53 +00:00
pascal
07ffe3ec07 Adapt PIE fixes to new gcc/ld behaviour: Use -nopie as LDFLAGS and -fno-pie as
CFLAGS.

found in a bulk by and ok naddy@
2012-08-30 20:54:59 +00:00
pascal
ffeba43ac8 PIE preparations: Do not use gmalloc, except on powerpc, which breaks with
libc malloc and as a result must use -fno-pie for now.

Various diffs tested by joshe@ and landry@ on sparc64/powerpc;
ok joshe@ (maintainer)
2012-08-20 09:23:15 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
naddy
8bed395ddb Undo bogus change to PLIST that slipped in with an unrelated commit.
Bump, in case people built the package in the meantime.
2010-11-09 21:28:36 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
espie
88dd25abf4 USE_GROFF=Yes 2010-10-18 19:20:41 +00:00
joshe
128680d7d9 Build on sparc64.
ok jasper@
2010-09-23 13:42:22 +00:00
jasper
ce0efa6ba2 - allow clisp to build on powerpc too
- switch to new style LIB_DEPENDS/WANTLIB
- move emacs lisp files to a location where emacs can find and use them

from josh elasser, thanks!
2010-08-23 16:31:33 +00:00
edd
85631eff8f update to clisp-2.48. patch for texlive follows.
OK kili@
2010-01-07 10:55:28 +00:00
martynas
5acddb0235 make it build on amd64. ok naddy@ 2009-03-05 23:44:38 +00:00
okan
83d84acad5 - use gettext module
noticed by Dasn <dasn@lavabit.com> -thanks!

mkay jasper@
2008-06-03 13:54:18 +00:00
jasper
4044cbec5c - update clisp to 2.43 2007-11-25 22:16:21 +00:00
jasper
aeaeb0a900 - update clisp to 2.42
from pedro martelletto, with tweaks by me.
2007-11-24 23:52:55 +00:00
merdely
f525d52359 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN 2007-09-16 00:27:05 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
pvalchev
caacdc0ffd use GNU malloc for now which unbreaks this (which is borked due to
our random mmap malloc); from Andreas Vögele <voegelas@gmx.net>
maxima seems happy with this too
2006-02-27 17:22:09 +00:00
pvalchev
55f08ee617 sync line numbers 2006-02-27 16:45:37 +00:00
naddy
bcc7662bfd Admit that it's BROKEN due to randomized mmap(). 2006-02-16 20:56:58 +00:00
alek
4bb7a34bb7 - Fix libintl/libiconv linking
- Add WANTLIB marker
- Bump PKGNAME

ok naddy@
2005-02-11 12:14:37 +00:00
espie
515f6874fe grr cvs 2005-01-20 11:03:04 +00:00
espie
b53beb6d8b update to 2.33.2, passes all its tests. 2005-01-20 10:48:56 +00:00
naddy
a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
naddy
5afe4605d8 fix man page location 2004-11-03 19:30:37 +00:00
naddy
c87f480cd6 drop kluge, now that trailing spaces are stripped from CFLAGS 2004-09-18 16:06:55 +00:00
espie
7baa1914ab new plists.
some fragment games with python.
2004-09-15 19:16:07 +00:00
xsa
569ca0e221 new-style MODULES. 2004-08-10 09:14:47 +00:00
naddy
3340a6d43b fix up MODGNU_CONFIG_GUESS_DIRS 2004-08-01 21:19:17 +00:00
naddy
eafbd44f06 update to 2.33; from Rich Cannings <rich@cannings.org> 2004-05-10 18:32:41 +00:00
brad
8a86783ca1 this is silly, use ONLY_FOR_ARCHS. 2004-04-06 05:28:01 +00:00
naddy
4b36dfe39f Update to 2.32: fixes compilation with gcc3.
Mostly from cannings@, cleanup by yours truly, some help from espie@.
2004-01-20 23:15:19 +00:00