summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2003-09-02Sync to HEAD before merging back.jlam1-3/+3
2003-08-31Fix some whitespace and remove a redundant ".PHONY: tags" target.jlam1-5/+4
2003-08-30Sync to HEAD.jlam1-1/+1
2003-08-30Require 20030823 of the pkg_install tools to get fixes in pkg_add(1) sojlam1-2/+2
2003-08-29Don't stomp on PLIST_SRC if using dynamic PLISTs. Instead, make bsd.pkg.mkjlam1-6/+7
2003-08-29Support two new variables:jlam1-1/+7
2003-08-29buildlink2 no longer uses BUILDLINK_X11PKG_DIR, so reap it.jlam1-6/+4
2003-08-28Deal with "-Wl,--rpath -Wl,/path/to/dir" by compressing it into a singlejlam1-2/+2
2003-08-27Sync to HEAD for subst.mkjlam1-16/+40
2003-08-27Promote buildlink3 framework into something that can be chosen by settingjlam1-13/+10
2003-08-27Add a new su-able target "remove-views" that removes a package from thejlam1-1/+30
2003-08-27Some speed optimizations so that we don't keep evaluating some variablesjlam1-9/+12
2003-08-27Forgot a USE_GMAKE => USE_GNU_TOOLS+=make.jlam1-5/+6
2003-08-26Sync to HEADjlam1-9/+22
2003-08-26Move the PKG_INSTALLATION_TYPE and _PKG_DBDIR definitions intojlam1-13/+2
2003-08-26Forgot a line continuation.jlam1-2/+2
2003-08-25Ignore texinfo "dir" files in ${INFO_DIR} (hi, seb!). Also record thejlam1-2/+6
2003-08-25Revert PKG_DBDIR -> PKG_DBDIR_DFLT change. Since the pkg_* tools alljlam1-35/+38
2003-08-23Sync to HEAD.jlam1-30/+40
2003-08-23Fix typo: "pkgview" should be "pkgviews".jlam1-2/+2
2003-08-23Style issue: if a variable can take two values, explicitly check for bothjlam1-5/+5
2003-08-23Remove a redundant PKG_DBDIR setting passed to a sub-make. PKG_DBDIR isjlam1-2/+2
2003-08-23Re-order some code to bring logically related stuff together, and commentjlam1-21/+25
2003-08-22Require version 20030820 of the pkg_install tools to use the new -K and -kjlam1-3/+3
2003-08-21Support PLIST_TYPE, which can be either "dynamic" or "static" to representjlam1-6/+32
2003-08-21Use the 20030819 pkg_install tools, which support PKG_DBDIR_DFLT, andjlam1-68/+63
2003-08-18If INSTALLATION_DIRS is defined, then create the listed subdirectoriesjlam1-1/+16
2003-08-18Require the 20020810 version of the pkg* tools.jlam1-2/+2
2003-08-17Alter pkgsrc infrastructure to use pkg_install-20030809, and properlyjlam1-7/+13
2003-08-16Define some _PKG_* variables representing the pkg_install tools that pointjlam1-45/+52
2003-08-16Note that we only support a single DEPOTBASE so that package lookups forjlam1-6/+2
2003-08-16Sync to HEAD for tools.mk changes.jlam1-89/+43
2003-08-14End sentence with a period.jlam1-2/+2
2003-08-14Sync to HEAD, primarily for texinfo changes, and prepare for buildlink3.jlam1-91/+72
2003-08-01Sync to HEAD.jlam1-6/+39
2003-07-30Ensure that DEPOT_SUBDIR isn't empty, since it's a necessary assumptionjlam1-2/+6
2003-07-30Correctly handle the removal of config file symlinks from the view when ajlam1-4/+11
2003-07-29Config file handling in the pkgviews world is that each packagejlam1-4/+14
2003-07-29Require at least 20030728 for pkg_create(1) fixes.jlam1-2/+2
2003-07-28Add "*,v" (RCS revision files) to the list of scratch files to skip;jlam1-2/+2
2003-07-28Call fake-pkg target with correct PKG_DBDIR settings in the "overwrite"jlam1-3/+4
2003-07-25Skip adding scratch files to the dynamic PLIST.jlam1-2/+8
2003-07-25Factor out the code that adds the package into the null view into ajlam1-5/+24
2003-07-25Always create an empty +VIEWS file for depoted packages. Require versionjlam1-3/+7
2003-07-24Teach the bsd.pkg.install.mk framework about the VIEW-INSTALL andjlam1-2/+2
2003-07-24Generate the PLIST after {pre,do,post}-install targets but before thejlam1-5/+12
2003-07-24Restore pkgviews-mk branch modifications to pkgsrc/mk after botched sync tojlam1-22/+139
2003-07-24Sync with HEAD.jlam1-143/+193
2003-07-16Initial work in merging bits of the pkgviews branch into modern pkgsrc.jlam1-21/+138
2003-07-13move gcc selection back to bsd.pkg.mk as the top-level Makefilegrant1-1/+15