Age | Commit message (Expand) | Author | Files | Lines |
2002-01-22 | make sure FFLAGS ends up in MAKE_ENV as well as BUILD_DEFS. This allows you | dmcmahill | 1 | -4/+4 |
2002-01-22 | Also replace for @SETENV@ (/usr/bin/env). | jlam | 1 | -1/+2 |
2002-01-21 | Change the message | zuntum | 1 | -2/+2 |
2002-01-21 | Add QMAILDIR variable that defaults to /var/qmail, may be set in /etc/mk.conf | zuntum | 2 | -3/+9 |
2002-01-21 | Add ${QMAILDIR} to MESSAGE_SUBST, as it is going to be used in all qmail-related | zuntum | 1 | -2/+3 |
2002-01-20 | add some html markup to the .broken files (which now have .html extenstion). | dmcmahill | 1 | -10/+12 |
2002-01-19 | Add coarse-grained locking to pkgsrc builds, by means of a beefed | agc | 6 | -17/+110 |
2002-01-18 | Apply quoting to "${SORT_SITES_CMD}" to make Solaris's "/bin/sh" happy. | tron | 1 | -2/+2 |
2002-01-17 | nuke USE_PYTHON, it's not needed anymore | drochner | 1 | -12/+1 |
2002-01-15 | if a sub-make is invoked to install a prerequisite pkg, pass it the | drochner | 1 | -2/+2 |
2002-01-15 | Add zh_TW locale dir, per pkg/15250. | wiz | 4 | -4/+20 |
2002-01-15 | Test before creating ${_DISTDIR} to avoid Solaris' /bin/mkdir apparent | seb | 1 | -2/+2 |
2002-01-15 | Rearrange code so that if EXTRACT_CMD is defined, then it is used to | jlam | 1 | -10/+18 |
2002-01-12 | add the OBJHOSTNAME functionality that appeared in 1.901 of bsd.pkg.mk. | dmcmahill | 1 | -20/+22 |
2002-01-11 | Add and document a new OBJHOSTNAME definition. | agc | 2 | -3/+16 |
2002-01-10 | bsd.pkg.install.mk lists many things in FILES_SUBST, and we should have | jlam | 1 | -1/+7 |
2002-01-10 | Also substitute for ${PKG_SYSCONFDIR} in MESSAGE files. | jlam | 1 | -2/+3 |
2002-01-09 | Add elk package variable used to determine if X11 module is enabled or not. | seb | 1 | -1/+6 |
2002-01-09 | In automake*-override targets make sur that find return a least a file | seb | 1 | -5/+5 |
2002-01-07 | Only add rpath to LDFLAGS when the platform supports it. | seb | 1 | -1/+3 |
2002-01-06 | Remove support for MASTER_SITES_foo and PATCH_SITES_foo, without further | fredb | 1 | -9/+1 |
2002-01-06 | Put back the DIST_SUBDIR handling in the _FETCH_ALLFILES macro. | fredb | 1 | -4/+4 |
2002-01-06 | Re-work the fetch target(s), as discussed on "tech-pkg". The primary | fredb | 1 | -65/+50 |
2002-01-06 | Fix file recognition for "unbuildlink-buildlink-subst" so it recognize | tron | 1 | -2/+2 |
2002-01-06 | Rewrite handling of "AUTOMAKE_OVERRIDE" so that files get touched in the | tron | 1 | -17/+19 |
2002-01-06 | Remove duplicate handling of "USETOOLS". It's already defined and added | tron | 1 | -6/+1 |
2002-01-05 | Ignore "/usr/bin/msgfmt" under Solaris because it's not the GNU version. | tron | 1 | -2/+3 |
2002-01-05 | Use wildcard in dependence on "gtexinfo" package so that "USE_GTEXINFO" | tron | 1 | -2/+2 |
2002-01-05 | Use abstract names like "datasize" and "stacksize" in "UNLIMIT_RESOURCES" | tron | 1 | -4/+7 |
2002-01-04 | Allow objects of the form libfoo_pic.a to be linked into shared objects as | skrll | 1 | -2/+2 |
2002-01-04 | Minor indenting nit. | agc | 1 | -3/+3 |
2002-01-04 | Add a new variable "UNLIMIT_RESOURCES" which can be used to raise process | tron | 1 | -2/+10 |
2002-01-03 | Explicitly set BUILDLINK_DIR and BUILDLINK_X11_DIR with = instead of ?=. | jlam | 2 | -4/+4 |
2002-01-01 | Remove trailing \ in the sed expression for config script wrappers as Linux | jlam | 1 | -2/+2 |
2002-01-01 | NS_ENCRYPTION hasn't been user-decidable for over a year now -- remove option. | wiz | 1 | -7/+1 |
2001-12-27 | Darwin's patch(1) requires that you tell it to make backup files, as well | agc | 1 | -2/+2 |
2001-12-26 | (1) Create new variable "APACHE_SUEXEC_CONFIGURE_ARGS" that may contain | jlam | 2 | -3/+13 |
2001-12-26 | Remove excessively clever checks to allow a section to be seen only if it's | jlam | 1 | -8/+5 |
2001-12-26 | Define a symbol BSD_PREFS_MK that may be checked by Makefile fragments to | jlam | 1 | -1/+13 |
2001-12-26 | Include bsd.prefs.mk so that INSTALL_RCD_SCRIPTS may be defined before the | jlam | 1 | -1/+3 |
2001-12-25 | Add another locale dir (bg). | wiz | 4 | -4/+20 |
2001-12-25 | Add another locale dir (de_AT). | wiz | 4 | -4/+20 |
2001-12-24 | Initial implementation of pthread.buildlink.mk to transparently allow for | jlam | 2 | -1/+110 |
2001-12-23 | Make the AUTOMAKE_OVERRIDE work for packages that use automake-1.5 and/or | jlam | 1 | -7/+12 |
2001-12-22 | Change the way the files used by the GNU auto* tools are touched. We now | jlam | 1 | -6/+43 |
2001-12-21 | By popular demand, change the default screen library for "lynx" to | fredb | 1 | -3/+3 |
2001-12-19 | Teach bsd.pkg.mk how to extract all files in ${EXTRACT_ONLY} that end in | jlam | 1 | -40/+83 |
2001-12-19 | D'oh! I had the logic reversed for the INSTALL_RCD_SCRIPTS check. | jlam | 1 | -3/+3 |
2001-12-19 | Wildcard lha dependency. | wiz | 1 | -2/+2 |
2001-12-19 | Do previous without breaking package Makefiles that use RCD_SCRIPTS and | jlam | 1 | -5/+6 |