Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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.
|
|
can handle packages having no PLIST files.
|
|
This fixes the gnome*-dirs breakage in last bulk build in a non-aggressive
way (i.e., no need to update pkg_install to fix it).
Bump version of gnome*-dirs to 1.1, because binary packages have changed.
Patch provided by jlam, thanks!
|