summaryrefslogtreecommitdiff
path: root/mk/plist/plist.mk
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg1-2/+1
2014-12-30Remove pkg_views support, second part: infrastructure.wiz1-20/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2013-09-12Introduce CATMAN_SECTION_SUFFIX which if set to 'yes' will ensure thatjperkin1-1/+2
2013-02-10Improve PLIST handling for Cygwin (SHLIB_TYPE=PEwin)obache1-1/+8
2012-12-06Introduce PKGGNUDIR as a way to control gnu prefix.jperkin1-1/+4
2012-05-27"rebuild" and "retest" targets were added (by analogy with "reinstall").cheusov1-1/+11
2012-05-13Allow to additional post-processing PLIST with PLIST_AWK and PLIST_AWK_ENV.obache1-1/+9
2012-03-04Don't strip out "cat" manual pages if the package gets built via "imake".tron1-2/+4
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-6/+6
2009-03-17Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-2/+2
2008-10-30Don't filter the PLIST for AIX, at least libtool nowadays also createsjoerg1-2/+2
2008-04-08Add better support for small conditional parts of PLISTs.jlam1-2/+15
2007-10-31Some implementations of X11 install both manpages and catpages, whichrillig1-8/+10
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam1-5/+19
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-10/+6
2007-10-25Allow packages to have no PLIST files whatsoever. If such a package alsojlam1-4/+11
2007-10-10Added _VARGROUPS.rillig1-1/+6
2007-08-03Update _USE_DESTDIR=full handling to use the new -u/-g code andjoerg1-11/+2
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-1/+4
2007-07-27Move the +SHLIBS generation code back into the pkginstall module. In thejlam1-38/+1
2007-07-23Putting bsd.pkginstall.mk under bsd.tools.mk was a bad idea -- thejlam1-1/+38
2007-07-18Add back a facility to rebuild the run-time library search paths databasejlam1-8/+1
2007-07-18Preserve the default value of PLIST_SRC as PLIST_SRC_DFLT while stilljlam1-21/+20
2007-06-09Fixed the description of PLIST_SRC.rillig1-16/+12
2007-05-28Changed suffix for _PLIST_NOKEYWORDS to be more in line with other filesheinz1-2/+2
2007-05-28In order to avoid incorrect information about needed shared libraries inheinz1-2/+17
2007-04-19add awk script to be used for Spectrum Object Module shlib handling.tnn1-1/+2
2007-04-11ECOFF on OSF1 behaves like ELF as far as PLISTs are concerned.tnn1-2/+2
2007-03-07Fixed a GNU awk warning about quoting.rillig1-2/+2
2007-02-20A missing quote.uebayasi1-2/+2
2006-11-05Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default forjoerg1-3/+3
2006-10-15Include some more magic to set ownership of packages build withjoerg1-2/+11
2006-10-09Main infrastructure for DESTDIR support.joerg1-6/+6
2006-07-21Modify the shlib-type script so that it doesn't need to compile anythingjlam1-4/+3
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig1-2/+2
2006-06-08Fix an inverted test that caused all catman pages to be stripped fromjlam1-3/+3
2006-06-03First pass at implementing support for package system flavors otherjlam1-1/+2
2006-04-17Only do the locale transformation if USE_PKGLOCALEDIR is defined. Thisjlam1-1/+2
2006-04-17Modify the plist module to automatically transform "^share/locale" injlam1-1/+3
2006-04-16Now that all info file entries have been pushed from INFO_FILES intojlam1-19/+2
2006-04-05Create a new variable IGNORE_LIBTOOLIZE containing files which shouldjlam1-1/+2
2006-03-20* Creates a new variable PKGINFODIR (named similarly to PKGMANDIR)jlam1-5/+18
2006-03-14Teach the plist framework a new variable IGNORE_INFO_DIRS that is ajlam1-2/+14
2006-03-14Sort _PLIST_AWK_ENV.jlam1-2/+2
2006-01-21Fix a weird newline error (probably cut-and-paste error).jlam1-3/+2
2006-01-13Make use of ${.TARGET} within a target instead of re-specifying thejlam1-2/+2
2006-01-13Remove the show-shlib-type target since it's no longer needed ... thejlam1-7/+1
2006-01-12Initial commit of a new module that encapsulates all of the codejlam1-0/+235