Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-21 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -4/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-06-11 | The buildlink include and lib directories are added to CFLAGS, CPPFLAGS, | jlam | 1 | -3/+1 | |
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths. | |||||
2001-06-10 | Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build | jlam | 1 | -5/+1 | |
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless. | |||||
2001-05-24 | Standardize name of file to include for build-links to be "buildlink.mk". | jlam | 1 | -5/+5 | |
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute. | |||||
2001-05-16 | Use devel/readline/Makefile.readline to handle using libedit readline | jlam | 3 | -13/+27 | |
emulation or depending on the readline package. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-08 | Remove a MASTER_SITE, fix path on a second one, and tell mv we're sure. | wiz | 1 | -4/+3 | |
2001-02-08 | Try to be backwards compatible in readline emulation usage for older | wiz | 1 | -1/+9 | |
versions of NetBSD. | |||||
2001-02-08 | Initial import of calc (renamed to capc-calc because of existing calc | wiz | 7 | -0/+589 | |
package): C arbitrary precision calculator Requested by Chuck Cranor. |