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 | -2/+0 | |
can handle packages having no PLIST files. | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -5/+5 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-07-19 | depends should be ../../<category>/<pkg> | grant | 1 | -4/+4 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-04-27 | This does not need buildlink2. | snj | 1 | -2/+2 | |
2004-04-22 | Change MAINTAINER to tech-pkg@. Requested by jlam@. | snj | 1 | -2/+2 | |
These packages are going to be removed soon. If you care about them (and are interested in fixing them), please speak up. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -2/+3 | |
buildlink2.mk files back into the main trunk. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-29 | mark as broken on alpha until someone with more of a clue than me can fix | dmcmahill | 1 | -1/+3 | |
it. The handling of va_arg stuff in broken in xview-lib. In particular an interested programmer could start looking at: the MAKE_AVLIST macro in: xview3.2p1-X11R6//lib/libxview/misc/portable.h and some illegal casts of va_list variables in xview3.2p1-X11R6//lib/libxview/color/cms_pblc.c probably more.... | |||||
2000-09-14 | After getting whacked upside the head...set the maintainer to me. | jlam | 1 | -2/+2 | |
2000-09-13 | Change maintainer to packages@netbsd.org. | jlam | 1 | -7/+8 | |
Cosmetic changes. | |||||
2000-09-13 | Change dependencies to >=3.2.1. | jlam | 1 | -4/+4 | |
2000-05-04 | Rename package from "xview-all" to "xview" now that our package tools | tron | 1 | -2/+2 | |
can handle this without conflicts. | |||||
1999-09-28 | Use a relative path for bsd.pkg.mk instead of relying on the search path. | soren | 1 | -2/+2 | |
1999-09-21 | Consistency: | abs | 1 | -1/+1 | |
Capitalise, remove trailing '.', remove many leading 'a', or 'the'. | |||||
1999-04-26 | add USE_X11=yes | garbled | 1 | -1/+2 | |
1999-04-09 | rename to xview-all to avoid conflicts with other xview packages | hubertf | 1 | -2/+2 | |
1998-08-27 | Create a meta-pkg to allow easy installation of xview. | garbled | 4 | -0/+42 | |
OpenLook Toolkit meta-package. |