Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-25 | * If PLIST_SRC is explicitly set to an empty value in a package Makefile, | jlam | 2 | -3/+2 | |
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty | |||||
2007-10-25 | Re-add "intentionally empty" PLISTs for meta-packages and other packages | jlam | 1 | -0/+2 | |
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build. | |||||
2007-10-25 | Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk | jlam | 1 | -1/+0 | |
can handle packages having no PLIST files. | |||||
2007-01-26 | Split directory handling out from kdelibs to its own package. | markd | 4 | -0/+185 | |