summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2008-09-22For packages setting USE_BSD_MAKEFILE, explicitly set MKHTML to no.dillo1-1/+2
2008-08-19For no real reason, but per the "discussion" on tech-pkg, default theagc1-2/+2
2008-07-21Restore default behaviour for creating a symbolic link to the ${WRKDIR},agc1-2/+2
2008-06-14Set MAINTAINER to OWNER if the latter is set.dillo1-1/+5
2008-06-12Move META_PACKAGE logic from bsd.pkg.mk to bds.prefs.mk, otherwise itjoerg1-19/+1
2008-06-12Annotate whether a package was built with DESTDIR.joerg1-1/+2
2008-05-26Move meta package override earlier.joerg1-20/+19
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-2/+2
2008-05-23PKGNAME_NOREV is used to define the DIST_SUBDIR in some places, sojoerg1-19/+31
2008-05-22Move digest dependency into checksum and fetch part.joerg1-4/+1
2008-05-21Commit a workaround for the "make replace fails as non-root" bug:tnn1-2/+2
2008-04-03Move handling of pkg_install version into flavor. Add an explicitjoerg1-21/+1
2008-03-08Add PKGVERSION_NOREV to complemenet PKGNAME_NOREV.joerg1-1/+3
2008-02-26Split PKGTOOLS_REQD into two parts. If we don't have PKGTOOLS_REQD,joerg1-4/+7
2008-02-13Pass the proper flags for stripping binaries to packages using BSD Make.rillig1-1/+2
2008-02-10Enable fake home directory support. Also add a wrkref check because antnn1-1/+10
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-5/+5
2008-01-16pkg_install 20070802 is good enough, don't be overly aggressive.joerg1-4/+1
2008-01-13Bump PKGTOOLS_REQD to 20071224 so everyone still has the functionalityadrianp1-2/+2
2008-01-01Add more *ONW, *GRP and *MODE variables to BSD_MAKE_ENV for unprivileged build.obache1-1/+5
2007-12-19Meta packages have user-destdir support and don't need any patches.rillig1-1/+4
2007-12-19Added a variable META_PACKAGE that should be set to "yes" byrillig1-1/+17
2007-12-13show-var is related to show-vars and show-subdir-var.rillig1-1/+5
2007-12-01Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needsrillig1-2/+1
2007-10-13Fix the .include lines so that make looks in the right place first.dsl1-51/+51
2007-10-09Remove trailing spaces.martti1-2/+2
2007-09-29Removed a funny comment from 1997.rillig1-6/+1
2007-09-27More comments.rillig1-1/+6
2007-09-07Add a "system features" framework that will eventually be used tojlam1-1/+3
2007-09-07The WRKDIR and PREFIX can be saved in the log directory when a packagerillig1-2/+2
2007-08-18Explicitly bail out if X11_TYPE=xorg is found.joerg1-1/+7
2007-08-13Moved the stuff that is common to all directories of pkgsrc into its ownrillig1-38/+2
2007-08-13build-env is no longer defined in bsd.pkg.debug.mk.rillig1-2/+2
2007-08-13Fixed _PKG_DEBUG_SCRIPT for the case of PKG_DEBUG_LEVEL=0.rillig1-2/+2
2007-08-10Try a bit harder to guess which mk.conf the user is using, whenjoerg1-2/+10
2007-08-03Update _USE_DESTDIR=full handling to use the new -u/-g code andjoerg1-1/+5
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-1/+5
2007-07-23Putting bsd.pkginstall.mk under bsd.tools.mk was a bad idea -- thejlam1-13/+4
2007-07-20Enabled the warnings.rillig1-1/+2
2007-07-18Add back a facility to rebuild the run-time library search paths databasejlam1-4/+13
2007-07-16Change default value of CREATE_WRKDIR_SYMLINK to no. In combination withjoerg1-2/+2
2007-05-09Add two targets, pbulk-index and pbulk-index-item.joerg1-1/+5
2007-04-01Fix quoting issue that gave syntax error when printing the messagekristerw1-2/+2
2007-03-02Remove warning about LIB_DEPENDS, it's sooooo long gone...wiz1-5/+1
2007-02-22Finished the split of PKGSRC_LOCKTYPE into LOCALBASE_LOCKTYPE andrillig1-3/+3
2007-02-20I find the ABI useful to know when looking at a binary package.rillig1-1/+2
2007-02-09MAKEFLAGS for su-${.TARGET} is ${MAKEFLAGS.su-${.TARGET}},obache1-2/+2
2007-01-11Added the INFO_MSG command, which can be used when the user should berillig1-3/+4
2007-01-06Added the FAIL command, which can be prepended to an arbitrary shellrillig1-1/+6
2007-01-02Cleaned up bsd.pkg.mk:rillig1-98/+55