summaryrefslogtreecommitdiff
path: root/lang/clisp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-8/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13upgrade to 2.30dillo1-6/+10
does no longer include (copies of) libintl and libiconv numerous enhancements and bug fixes, see included NEWS file
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-01USE_PKGLOCALEDIR, cp -> ${CP}, PKGVERSION -> PKGREVISION.salo1-5/+6
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-03-14Port to powerpc:jmc1-1/+7
Provide a trampoline implementation that doesn't presume r11 is free (it's not in dynamically linked programs and the ELF ABI says as much but somehow linux managed to avoid this it seems). Use r13 for the time being since while gcc will allocate it, it's the last "local" one allocated so none of the clisp code hits that (nothing needed 17+ local registers in use ever). Update the vacall implementation to match the trampoline calls but otherwise for any assembly use the linux code. Make these changes specific to netbsd, update the test cases so everything works. This now passes all the clisp tests when done/installed.
2002-02-21Update CLISP to 2.27, based on PR 15224 by Shell Hung, libtool-overriddendillo1-19/+20
and buildlinked by me. Changes: Now distributed under the GPL. All .fas files generated by previous CLISP versions are invalid and must be recompiled. Hostname resolution is now optional in EXT:SOCKET-STREAM-PEER and EXT:SOCKET-STREAM-LOCAL. EXT:SOCKET-STATUS now accepts SOCKET-SERVERs too, and the direction of the checks can be specified. Added install.bat for win32 installation. Fixed handling of circular structs and pointers to functions in the FFI. Fixed binary I/O for streams with element type longer than one byte, but not a whole number of bytes.
2002-01-30Unlimit stacksize during build, per discussion on port-sparc.agc1-1/+2
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc1-2/+2
defs.${OPSYS}.mk files.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-03-23Add patch by the author: bugfixes for array.d.wiz1-2/+6
Bump version to 20000306nb1. Package update by Dieter Baron.
2001-03-23The configure script in the package isn't a real GNU configure script,agc1-2/+2
otherwise it would understand --x-includes and --x-libraries, so don't feed it CONFIGURE_ARGS (if xpkgwedge is installed) which will make it puke. Instead, pass only the --host and --prefix arguments to configure which it can understand. Fixes PR 11040, from Sean Doran.
2001-02-17Move the COMMENT from being in its own file to a definition in theagc1-1/+2
package Makefile.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+4
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-06-16Restructure patch-aa to get it integrated in the main tree.wiz1-4/+3
Remove patch-a{b,c,d} since self tests work now. Correct HOMEPAGE.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-27Update to 2000-03-06. Changes too many to list here, please take a lookwiz1-4/+9
at the NEWS file included in the distribution. Update provided by Dieter Baron in private communication.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
1999-12-18Make this package patch and compile again.mjl1-8/+6
1999-10-27Mark packages as broken, where necessary.agc1-4/+7
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-9/+9
pattern match format. Minor pkglint along the way.
1999-04-17Make this work with egcs using the compilation notes providedmjl1-8/+4
by Sean Doran <smd@ebone.net>. Closes PR/6339.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-31Update for clisp package to version 19990108 supplied by Martin J. Laubach.tron1-7/+8
1998-11-26Don't attempt to build package if egcs is installed.tron1-1/+6
1998-11-22Update for "clisp" to "19980909" supplied by Martin J. Laubach intron1-15/+14
PR pkg/6471.
1998-11-13pkglint: move NOT_FOR_ARCHS out of the way and WRKSRC where it belongs.frueauf1-4/+4
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-09-06New "clisp" package created by Martin J. Laubach:tron1-0/+24
CLISP, a Common Lisp implementation.