Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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-11-24 | introduce PKG_HAVE_KQUEUE variable - defined if OS supports kqueue(2)/kevent(2) | jdolecek | 1 | -1/+5 | |
interface | |||||
2002-11-17 | pull out SERIAL_DEVICES for now. | grant | 1 | -23/+1 | |
2002-11-17 | Add initial pkgsrc FreeBSD support :-) | grant | 1 | -0/+130 | |
Tested on FreeBSD 4.7-RELEASE/i386. |