2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158) |
Log message: * If PLIST_SRC is explicitly set to an empty value in a package Makefile, 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 19:50:03 by Johnny C. Lam | Files touched by this commit (85) |
Log message: Re-add "intentionally empty" PLISTs for meta-packages and other packages 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 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message: Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk can handle packages having no PLIST files. |
2007-10-12 22:13:30 by Roland Illig | Files touched by this commit (1) |
Log message: Don't set the maintainer unconditionally in files that are used by many packages. Patch by Vladimir Yakovetsky in PR 37113. |
2007-06-15 19:33:40 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Fix xinerama usage for non-native X11. |
2007-03-18 21:51:59 by Mark Davies | Files touched by this commit (2) |
Log message: Update to qt 3.3.8 This maintenance release incorporates bugfixes and optimizations. |
2007-02-15 13:50:40 by Roland Illig | Files touched by this commit (1) |
Log message: QT applications should be able to access the tools "moc", \ "qmake" and "uic" by their simple name. |
2006-10-23 16:54:11 by Adam Ciarcinski | Files touched by this commit (7) |
Log message: Changes 3.3.7: * Fixed security flaw in the way Qt handles pixmap images |
2006-10-13 08:16:54 by Roland Illig | Files touched by this commit (1) |
Log message: Added x11/qt3/application.mk, which is based on meta-pkgs/kde3/kde3 to allow for QT3 applications that are not part of KDE3. |
2006-10-05 00:06:57 by Thomas Klausner | Files touched by this commit (16) |
Log message: Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. |