2011-09-24 21:32:49 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Redo patch for ctype.h changes on NetBSD. The previous patch could result e.g. in intmax_t getting defined only in namespace std and broke the festival build. |
2011-09-21 15:38:49 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix build on NetBSD/current by copying gcc34's patch-ac. |
2009-09-20 16:41:52 by Georg Schwarz | Files touched by this commit (3) |
Log message: corrected HOMEPAGE URL (old URL no longer exists) |
2009-02-28 19:37:22 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Fix C++ build on NetBSD 5.x. Bump revision of gcc3-c. Inspired by patch from Aran Clauson in the GCC Bugzilla. |
2008-06-15 11:52:00 by Joerg Sonnenberger | Files touched by this commit (22) |
Log message: Make sure that meta packages set META_PACKAGE before including bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages. |
2008-01-14 00:07:15 by Roland Illig | Files touched by this commit (1) |
Log message: Shortened the definition of a meta-package. |
2007-11-03 18:16:37 by Roland Illig | Files touched by this commit (2) |
Log message: Properly fixed the problem of an uninitialized variable, which has been reported in PR 33240. |
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. |