summaryrefslogtreecommitdiff
path: root/mk/install
AgeCommit message (Expand)AuthorFilesLines
2006-03-20* Creates a new variable PKGINFODIR (named similarly to PKGMANDIR)jlam1-10/+23
2006-03-19Modify the INSTALL script to allow for selective unpacking of a scriptlet.jlam9-26/+31
2006-03-17Ensure that we invoke a brand new make when creating the INSTALL/DEINSTALLjlam1-5/+6
2006-03-15Always run the pkginstall framework targets to generate thejlam1-3/+25
2006-03-15Rototill of how the various template parts of the INSTALL and DEINSTALLjlam14-261/+283
2006-03-14Sync variable names in comments with recent changes to install framework.tron2-4/+4
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-103/+113
2006-03-10Cosmetic change: reorder some lines locally to make it easier for mejlam1-13/+13
2006-03-10Expose fewer knobs for a user to tweak by making more variables private.jlam1-57/+53
2006-03-10Don't define DEINSTALL_FILE or INSTALL_FILE if the corresponding *_SRCjlam1-1/+5
2006-03-09Make it safe to include bsd.pkginstall.mk directly in bsd.pkg.mk, andjlam2-108/+101
2006-03-09Reimplement the info-file handling so that we use an +INFO_FILESjlam6-41/+172
2006-03-07For the user or group removal message, don't set they can be removedreed1-3/+3
2006-02-17Remove type1inst log file; improve empty dir detection;wiz1-4/+4
2006-01-11Add back USE_PKGINSTALL as a knob to force the pkginstall frameworkjlam1-5/+15
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-6/+1
2005-12-29Allow avoiding the automatic update of the fonts databases by settingjlam2-2/+20
2005-12-29Test that a variable is defined before checking its value. Fix fromjlam1-2/+2
2005-12-29Teach the pkgsrc infrastructure to Just Know when the pkginstalljlam2-5/+52
2005-12-29Re-implement the pkgsrc fonts-handling by integrating it into thejlam4-43/+164
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig1-19/+19
2005-11-06Bless FreeBSD with the usergroup functions used by DragonFly.joerg1-0/+58
2005-10-28Implement usergroupfuncs for DragonFly using pw(8).joerg2-1/+60
2005-10-28usergroupfuncs.${OPSYS} actually replaces this file. Noted by <joerg>.jlam1-2/+2
2005-10-28Fix typo in comment.jlam1-2/+2
2005-09-30Fix a typo... missing a : before the Q variable qualifier, which causedjlam1-2/+2
2005-09-26Allow platform-specific overrides for creating new users and groups.jlam3-29/+86
2005-09-20Teach the +SHELLS helper script to not create an /etc/shells file ifjlam1-1/+2
2005-08-24Removed trailing white-space.rillig1-2/+2
2005-08-24Fixed a typo and added a comment about when to remove the deprecationrillig1-2/+3
2005-08-23This file must not be included by anything other than bsd.pkg.mk.rillig1-4/+5
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-19/+23
2005-08-23Made the code for the shell file work on Solaris.rillig1-15/+11
2005-08-23Made the code to create the dirs file work on Solaris.rillig1-83/+26
2005-08-23Avoid double // in the case where PREFIX is / (eg: shells/standalone-tcsh)abs1-5/+21
2005-08-23Made the code for the permissions file work on Solaris.rillig1-17/+12
2005-08-23Shortened the code for the usergroup file and made it work even on Solaris.rillig1-32/+19
2005-08-23Cleaned up the code that parses the CONF_FILES etc. Now it is possiblerillig1-16/+8
2005-08-23Cleaned up the code for creating .install_files. Now only shellrillig1-57/+28
2005-08-22I forgot to add the trailing slash when stripping ${PREFIX} from pathnames.rillig1-2/+2
2005-08-21... and corrected a bug I had overseen. I had only tested that the functionrillig1-2/+2
2005-08-21Simplified the strip_prefix function. Tested with /usr/bin/awk on Solaris,rillig1-5/+4
2005-08-20Add a guideline for what should be listed in REQD_* variables -- theyjlam1-5/+10
2005-08-19Define new variables for package Makefile use:jlam8-190/+271
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-45/+6
2005-08-19Rewrite sub-script targets so be less susceptible to "make variablejlam1-59/+212
2005-08-05Fixed evaluation of the PKG_USERS and PKG_GROUPS variables. Noted byrillig1-5/+11
2005-08-04Bugfix for shells that don't allow "for i in ;", that is: an empty list.rillig1-4/+4
2005-08-04Some fixes for the Solaris shell. After set -- foo bar; set --; echo $#rillig1-30/+30
2005-08-04Replaced the shell substitution ${egfile#${PREFIX}/} with a shellrillig1-13/+32