Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-28 | Include libiconv's buildlink3.mk file, since gettext doesn't include it for | salo | 1 | -1/+2 | |
us automagically anymore. Fixes compilation on 1.6-ish systems, should fix PR pkg/26460 by <bad>. | |||||
2004-05-18 | Enable pkgviews installation. | uebayasi | 1 | -1/+3 | |
2004-05-02 | Convert to buildlink3. | snj | 1 | -4/+4 | |
2004-03-29 | Update to 2.33 | perry | 15 | -266/+49 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -8/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-08-18 | Tweak the getrusage test to a much larger loop value as my machine was fast | jmc | 3 | -1/+29 | |
enough in the testing for instance that it never got usage on the process. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | upgrade to 2.30 | dillo | 12 | -89/+145 | |
does no longer include (copies of) libintl and libiconv numerous enhancements and bug fixes, see included NEWS file | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-01 | Forgot share/locale -> ${PKGLOCALEDIR}/locale in previous commit. | salo | 1 | -11/+11 | |
2002-12-01 | USE_PKGLOCALEDIR, cp -> ${CP}, PKGVERSION -> PKGREVISION. | salo | 1 | -5/+6 | |
2002-10-25 | buildlink1 -> buildlink2. | wiz | 1 | -3/+3 | |
2002-03-14 | Port to powerpc: | jmc | 12 | -2/+390 | |
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-21 | Update CLISP to 2.27, based on PR 15224 by Shell Hung, libtool-overridden | dillo | 6 | -207/+87 | |
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-30 | Unlimit stacksize during build, per discussion on port-sparc. | agc | 1 | -1/+2 | |
2001-12-05 | s/root/${ROOT_USER}/g, now that the definition appears in the | agc | 1 | -2/+2 | |
defs.${OPSYS}.mk files. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -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-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | add distfile sizes | agc | 1 | -1/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-23 | Add patch by the author: bugfixes for array.d. | wiz | 2 | -4/+9 | |
Bump version to 20000306nb1. Package update by Dieter Baron. | |||||
2001-03-23 | The configure script in the package isn't a real GNU configure script, | agc | 1 | -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-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+4 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-06-16 | Restructure patch-aa to get it integrated in the main tree. | wiz | 6 | -117/+69 | |
Remove patch-a{b,c,d} since self tests work now. Correct HOMEPAGE. | |||||
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -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-27 | Update to 2000-03-06. Changes too many to list here, please take a look | wiz | 6 | -59/+79 | |
at the NEWS file included in the distribution. Update provided by Dieter Baron in private communication. | |||||
2000-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-18 | Make this package patch and compile again. | mjl | 9 | -102/+176 | |
1999-10-27 | Mark packages as broken, where necessary. | agc | 1 | -4/+7 | |
1999-07-21 | Add ELF -rpath incantations. | mjl | 3 | -14/+23 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+7 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -9/+9 | |
pattern match format. Minor pkglint along the way. | |||||
1999-04-17 | Make this work with egcs using the compilation notes provided | mjl | 6 | -12/+61 | |
by Sean Doran <smd@ebone.net>. Closes PR/6339. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-01-31 | Update for clisp package to version 19990108 supplied by Martin J. Laubach. | tron | 5 | -35/+44 | |
1998-11-26 | Don't attempt to build package if egcs is installed. | tron | 1 | -1/+6 | |
1998-11-22 | Update for "clisp" to "19980909" supplied by Martin J. Laubach in | tron | 3 | -20/+19 | |
PR pkg/6471. | |||||
1998-11-13 | pkglint: move NOT_FOR_ARCHS out of the way and WRKSRC where it belongs. | frueauf | 1 | -4/+4 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-09-06 | Add missing rcs id. | frueauf | 1 | -0/+2 | |
1998-09-06 | New "clisp" package created by Martin J. Laubach: | tron | 6 | -0/+138 | |
CLISP, a Common Lisp implementation. |