Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-08-15 | Alter the check-files target for ${PREFIX} to check for if files are | jlam | 1 | -19/+38 |
2005-08-15 | Minor nit... use ${.TARGET} instead of specifying the file name again | jlam | 1 | -2/+2 |
2005-08-15 | In print-pkg-size-this, initialize s before summing up all file sizes. This | rillig | 1 | -2/+2 |
2005-08-15 | Reordered the conditions of checking for .tar files in DISTFILES to improve | rillig | 1 | -5/+6 |
2005-08-14 | Reverted the change from revision 1.1710, which sorted all DEPENDS and | rillig | 1 | -3/+2 |
2005-08-14 | The check-files-post need to be done before post-install-script, | kristerw | 1 | -2/+2 |
2005-08-13 | Convert sun-jre14 and sun-jre15 to use the options framework. | dillo | 2 | -13/+2 |
2005-08-13 | transform -Wl,-soname to -h for sunpro | grant | 1 | -1/+9 |
2005-08-12 | Don't use the same inclusion guard as fam/buildlink3.mk. "Duh." | jlam | 1 | -4/+4 |
2005-08-11 | Change the order of libraries looked for, and start with libdb1 instead of | cube | 1 | -6/+6 |
2005-08-10 | Add a buildlink3.mk file that will choose between the two FAM | jlam | 1 | -0/+54 |
2005-08-10 | Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That | jlam | 3 | -2/+64 |