Age | Commit message (Expand) | Author | Files | Lines |
2002-10-08 | Note this this file is not for use by package Makefiles. | jlam | 1 | -1/+4 |
2002-10-08 | Unused. | jlam | 1 | -53/+0 |
2002-10-08 | Unused. | jlam | 1 | -28/+0 |
2002-10-08 | Unused. | jlam | 1 | -159/+0 |
2002-10-08 | Recognize ${FIND} and ${XARGS}. | jlam | 1 | -1/+3 |
2002-10-08 | Substitute for ${FIND} and ${XARGS}. | jlam | 1 | -1/+3 |
2002-10-08 | Recognize ROOT_USER and ROOT_GROUP in MESSAGE files. | jlam | 1 | -1/+3 |
2002-10-08 | Unused! Remove it to prevent new packages from using it instead of using | jlam | 1 | -62/+0 |
2002-10-08 | Fix error messages to display if the compiler tools aren't in the PATH when | jlam | 1 | -2/+2 |
2002-10-07 | Move BUILD_USES_GETTEXT_M4 logic to automake.mk. | wiz | 2 | -6/+6 |
2002-10-07 | Document (commented) SAWFISH_THEMES variable, specifying the DISTFILES for | jschauma | 1 | -1/+7 |
2002-10-07 | Add switch GIMP_WITH_HELPBROWSER to build gimp with help browser. | hubertf | 1 | -1/+7 |
2002-10-06 | Full pathname for expr command. | seb | 1 | -2/+2 |
2002-10-06 | fix typo in comment and an error in the usage output (position of | dmcmahill | 1 | -3/+3 |
2002-10-05 | Mention buildlink2.txt. Closes PR 18542 by Greg Woods. | wiz | 1 | -1/+4 |
2002-10-04 | Add new bsd.pkg.install.mk tunable variable: SPECIAL_PERMS. | jlam | 2 | -2/+32 |
2002-10-04 | Instead of the incredibly dense _print_* stuff, use a (hopefully) more | jlam | 2 | -135/+107 |
2002-10-04 | Add definitions for EXPR == expr, used for portable shell arithmetic. I | jlam | 4 | -4/+8 |
2002-10-04 | Don't use JAVA_HOME as the user may have it incorrectly set in the | jlam | 1 | -15/+17 |
2002-10-03 | Add USE_OSS to BUILD_DEFS if it's defined. | jlam | 1 | -2/+6 |
2002-10-03 | Created a new variable USE_OSS that is used to enable OSS audio support in | jlam | 1 | -1/+8 |
2002-10-03 | Rename "OSS" variable to "HAVE_OSS". | jlam | 1 | -8/+8 |
2002-10-03 | Sync with new autoconf213, automake14 packages and autoconf, automake updates. | wiz | 2 | -13/+12 |
2002-10-03 | Back out previous -- needs more thought. | jwise | 1 | -4/+4 |
2002-10-03 | Fix a long-standing problem with dependencies for java packages, introduced | jwise | 1 | -4/+4 |
2002-10-03 | Invent a new publicly readable variable OSS that is YES/NO for whether | jlam | 1 | -3/+15 |
2002-10-03 | Create "DEVOSSSOUND" which is used where we'd like for programs that use | jlam | 1 | -1/+9 |
2002-10-03 | Recognize when 4Front OSS is installed on a NetBSD system and use real | jlam | 1 | -7/+13 |
2002-10-02 | add AUTORECONF variable | dillo | 1 | -1/+4 |
2002-10-02 | add makefile fragments for packages that need automake / autoconf to build. | dillo | 2 | -0/+61 |
2002-10-01 | Document NS_INST variable, determining if netscape7 uses the complete or | jschauma | 1 | -1/+6 |
2002-10-01 | Really, really fix the problem I was trying to fix with rev 1.6. I want | jlam | 1 | -7/+29 |
2002-09-30 | Add PKG_LANG variable, defaulting to english. | jschauma | 1 | -1/+9 |
2002-09-29 | Correctly fetch ALLFILES containing '=' characters | rh | 1 | -6/+6 |
2002-09-28 | * Split _BLNK_TRANSFORM_SED into 4 variables, as even with 3 it was | jlam | 5 | -23/+40 |
2002-09-28 | Nuke a bogus invocation of 'pkg_info -I' and use 'pkg_info -e' instead. | uebayasi | 1 | -13/+3 |
2002-09-27 | Make machine/soundcard.h an alias for sys/soundcard.h if non-existent | rh | 1 | -2/+9 |
2002-09-27 | Provide a way for buildlink2.mk files to convert a build dependency to | jlam | 1 | -5/+6 |
2002-09-27 | Add MASTER_SITE_GNUSTEP | rh | 1 | -1/+10 |
2002-09-27 | Add share/locale/is. | wiz | 4 | -4/+20 |
2002-09-27 | Create a new variable USE_X11_LINKS that controls whether packages that | jlam | 2 | -3/+29 |
2002-09-27 | Change /usr/lib/*.la to ${BUILDLINK_DIR}/lib/*.la in libtool archives when | jlam | 1 | -1/+2 |
2002-09-26 | When PKG_DEBUG_LEVEL=2, set_PKG_DEBUG_SCRIPT is set to "${SH} -x". Use | jlam | 2 | -6/+12 |
2002-09-26 | Create DEVOSSAUDIO, for the default OSS audio device. | jlam | 1 | -4/+14 |
2002-09-26 | Don't make ${RCD_SCRIPTS_EXAMPLEDIR} unless it doesn't exist, and if we | jlam | 1 | -2/+6 |
2002-09-26 | At least jakarta-tomcat requires the same ${_ULIMIT_CMD} on do-install as | abs | 1 | -2/+2 |
2002-09-25 | USE_MOTIF is unused. | jlam | 1 | -8/+1 |
2002-09-24 | Don't create the fake libtool archives unless USE_LIBTOOL is defined. This | jlam | 1 | -1/+6 |
2002-09-24 | Move pkgtools-related definitions into bsd.prefs.mk so that they may be | jlam | 2 | -12/+11 |
2002-09-24 | Some whitespace cleanup. | wiz | 1 | -3/+3 |