Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-01-10 | Install a ${PREFIX}/bin/shlibtool as part of the devel/libtool-base | jlam | 1 | -2/+1 | |
package. shlibtool will not build static libraries. Add handling in bsd.pkg.mk for a variable named "SHLIBTOOL_OVERRIDE" that is analogous to LIBTOOL_OVERRIDE and causes any listed libtool scripts to be replaced with a symlink to shlibtool, and teach buildlink2 about shlibtool. Bump PKGREVISION of devel/libtool* packages to 11. | |||||
2002-12-23 | Eliminate another ZOULARISBASE. | jschauma | 1 | -3/+3 | |
Tabify. | |||||
2002-12-23 | ZOULARISBASE is certainly never used on Irix. Let's get rid of it. | jschauma | 1 | -15/+3 | |
2002-12-18 | Introduce _OPSYS_HAS_INET6, and use it to determine the default | schmonz | 1 | -1/+6 | |
value of USE_INET6. | |||||
2002-12-16 | Add TEE and TSORT (required for bulk builds). | salo | 1 | -1/+3 | |
2002-12-15 | Add DATE and NICE (required for bulk builds). | salo | 1 | -1/+3 | |
2002-12-15 | Add FGREP. | salo | 1 | -1/+2 | |
2002-12-11 | Use pkgsrc's perl in favor of /usr/sbin/perl -- this way we know what | jschauma | 1 | -2/+2 | |
we're dealing with. | |||||
2002-12-03 | Eliminate another usage of ${OPSYS} in bsd.pkg.mk - realy on Darwin | agc | 1 | -1/+2 | |
defining _OPSYS_PERL_REQD to the correct value to make sure there's a valid perl version for that platform. | |||||
2002-12-03 | Add a layer of abstraction into bsd.pkg.mk for Java settings - set the | agc | 1 | -1/+2 | |
path to the java home directory depending upon whether the operating system includes Java by default. Use the operating system-dependent definitions files to set this value. | |||||
2002-12-03 | s/-path/-rpath/ | jschauma | 1 | -2/+2 | |
2002-12-03 | Use ${_PATCH_CAN_BACKUP} rather than hardcoding an OPSYS value into | agc | 1 | -1/+2 | |
the logic for doing backups when applying patches, and set the value accordingly in the opsys-dependent defs file. | |||||
2002-12-03 | Use a more generic way of determining, on an opsys-dependent basis, | agc | 1 | -1/+2 | |
whether the gettext package should be used. | |||||
2002-12-03 | Handle the different rpath directive to the linker for Irix in a different, | agc | 1 | -1/+2 | |
more generic, way - use an abstraction called ${_OPSYS_RPATH_NAME} which takes the value "-rpath," or "-R", set appropriately in the opsys-dependent defs files. | |||||
2002-12-03 | Abstract out the base value of libtool required into _OPSYS_LIBTOOL_REQD, | agc | 1 | -1/+2 | |
and use that rather than a hardcoded ${OPSYS} default in bsd.pkg.mk | |||||
2002-12-02 | Add initial support for IRIX. | jschauma | 1 | -0/+116 | |
Again, anybody's feedback (success or failure) will be appreciated. |