Age | Commit message (Expand) | Author | Files | Lines |
2005-08-26 | Use PKG_TOOLS_BIN, so it doesn't run wrong pkg_* tools found in the PATH. | reed | 3 | -19/+24 |
2005-08-26 | Add todo item: Generate list of packages that were "Successfully packaged". | reed | 1 | -0/+1 |
2005-08-26 | Create intermediate directories as required when creating PKG_DBDIR. | reed | 1 | -2/+2 |
2005-08-26 | Make sure file exists before defining TOOLS_PLATFORM.mktemp. | reed | 1 | -1/+3 |
2005-08-25 | Make sure TEE is defined. | reed | 1 | -1/+2 |
2005-08-25 | iUse "up-to-date" instead of "upto date" to be consistent. | reed | 1 | -3/+3 |
2005-08-24 | Removed trailing white-space. | rillig | 1 | -2/+2 |
2005-08-24 | Added a code snippet that demonstrates how to set the $@ array to the | rillig | 1 | -1/+12 |
2005-08-24 | Fixed a typo and added a comment about when to remove the deprecation | rillig | 1 | -2/+3 |
2005-08-24 | Add todo item: define "djb-nonlicense" and set LICENSE on affected | schmonz | 1 | -1/+2 |
2005-08-24 | Introduce DJB_MAKE_TARGETS boolean, on by default, off in the | schmonz | 1 | -12/+4 |
2005-08-23 | use /usr/xpg4/bin/tr instead of /usr/bin/tr | dmcmahill | 1 | -2/+2 |
2005-08-23 | This file must not be included by anything other than bsd.pkg.mk. | rillig | 1 | -4/+5 |
2005-08-23 | The real user name in PKG_USERS does not need to be escaped with double | rillig | 1 | -19/+23 |
2005-08-23 | Made the code for the shell file work on Solaris. | rillig | 1 | -15/+11 |
2005-08-23 | Made the code to create the dirs file work on Solaris. | rillig | 1 | -83/+26 |
2005-08-23 | Avoid double // in the case where PREFIX is / (eg: shells/standalone-tcsh) | abs | 1 | -5/+21 |
2005-08-23 | Made the code for the permissions file work on Solaris. | rillig | 1 | -17/+12 |
2005-08-23 | Shortened the code for the usergroup file and made it work even on Solaris. | rillig | 1 | -32/+19 |
2005-08-23 | Cleaned up the code that parses the CONF_FILES etc. Now it is possible | rillig | 1 | -16/+8 |
2005-08-23 | Cleaned up the code for creating .install_files. Now only shell | rillig | 1 | -57/+28 |
2005-08-22 | Do not attempt to modify /etc/shells as a regular user. | reed | 1 | -2/+5 |
2005-08-22 | I forgot to add the trailing slash when stripping ${PREFIX} from pathnames. | rillig | 1 | -2/+2 |
2005-08-21 | ... and corrected a bug I had overseen. I had only tested that the function | rillig | 1 | -2/+2 |
2005-08-21 | Simplified the strip_prefix function. Tested with /usr/bin/awk on Solaris, | rillig | 1 | -5/+4 |
2005-08-21 | Changed the comment for SUBST_STAGE to be more complete. Started the other | rillig | 1 | -9/+9 |
2005-08-21 | Cleaned up the code that checks which tools are needed for extraction. | rillig | 1 | -16/+18 |
2005-08-21 | preserve -Qoption arg if the 2nd next arg isn't -R. | grant | 1 | -1/+2 |
2005-08-20 | Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so | jlam | 1 | -2/+2 |
2005-08-20 | strip leading "-Qoption ld" from -R args for sunpro C++ compiler, to | grant | 2 | -1/+66 |
2005-08-20 | Don't skip files that are under REQD_DIRS directories, as those are | jlam | 1 | -3/+3 |
2005-08-20 | Add a guideline for what should be listed in REQD_* variables -- they | jlam | 1 | -5/+10 |
2005-08-20 | add -xnolibmopt after -fast to disable the use of libsunmath (until it | grant | 1 | -2/+14 |
2005-08-20 | The various bsd.pkginstall.mk variables can be paths relative to | jlam | 1 | -3/+3 |
2005-08-19 | Define new variables for package Makefile use: | jlam | 9 | -193/+274 |
2005-08-19 | perllocal.pod is like info/dir... we don't care if it's created or | jlam | 1 | -1/+2 |
2005-08-19 | Add the 'ug' locale, initially used by gnome-themes 2.10.1 (AFAICT). | jmmv | 13 | -13/+65 |
2005-08-19 | Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS | jlam | 1 | -45/+6 |
2005-08-19 | Rewrite sub-script targets so be less susceptible to "make variable | jlam | 1 | -59/+212 |
2005-08-19 | Add the 'te' locale, initially used by gnome-desktop-2.10.2 (AFAICT). | jmmv | 13 | -13/+65 |
2005-08-19 | Skip the configure stage if NO_CONFIGURE is defined (useful for | schmonz | 1 | -2/+2 |
2005-08-19 | Add and define djbfft options. | schmonz | 1 | -0/+3 |
2005-08-19 | Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option available | schmonz | 2 | -11/+22 |
2005-08-18 | INSTALLATION_DIRS implies NO_MTREE: If a package sets INSTALLATION_DIRS, | jlam | 1 | -1/+9 |
2005-08-18 | pass through -f flags that sunpro understands verbatim, drop other -f* | grant | 1 | -2/+16 |
2005-08-18 | drop -Wl,--export-dynamic, as Solaris ld(1) default behaviour is to | grant | 1 | -1/+10 |
2005-08-16 | Don't add inet6 to PKG_DEFAULT_OPTIONS, it is a user settable | dillo | 1 | -3/+1 |
2005-08-16 | Turn the location of the *.pc files in which the pkg-config wrapper will | jlam | 1 | -5/+5 |
2005-08-15 | Add some to-do items. | schmonz | 1 | -1/+12 |
2005-08-15 | Fix an annoying whitespace issue for 80 character-width displays. | jlam | 1 | -10/+10 |