Age | Commit message (Expand) | Author | Files | Lines |
2002-08-07 | Don't create the ${INTERACTIVE_COOKIE}s in the ${WRKDIR} - this will fail | agc | 1 | -2/+2 |
2002-08-07 | Prepare for the mplayer 0.90pre6 aka 0.90rc6 update: | veego | 1 | -4/+11 |
2002-08-07 | Correct the position of a closing parenthesis in a comment | agc | 1 | -2/+2 |
2002-08-07 | A small shell script to set up a sandbox (usually for a pkgsrc bulk | agc | 1 | -0/+184 |
2002-08-07 | Make these scripts useful on platforms other than NetBSD by using a BMAKE | agc | 7 | -70/+92 |
2002-08-06 | Add a missing "-o" from the compound test in the if statement | agc | 1 | -2/+2 |
2002-08-06 | USE_BUILDLINK_X11 is dead too with the removal of pkgtools/buildlink-x11. | jlam | 1 | -4/+4 |
2002-08-06 | USE_BUILDLINK_X11 is dead, too. | jlam | 1 | -7/+1 |
2002-08-06 | Remove completely unused code for buildlink-x11 that is never going to see | jlam | 1 | -24/+1 |
2002-08-05 | revert previous as it is borken. per testing by me and discussion with jaromir. | lukem | 1 | -2/+2 |
2002-08-04 | fix \ botch - need double \ to get the the \ properly generated | jdolecek | 1 | -2/+2 |
2002-08-03 | Fix _JAVA_PKGBASE definition in "sun-jdk" case so that when used as a | jlam | 1 | -3/+3 |
2002-08-03 | print-PLIST: | hubertf | 1 | -25/+18 |
2002-08-02 | Add support for XAW_TYPE == "neXtaw". | jlam | 1 | -1/+3 |
2002-08-02 | A package Makefile may add the word "optional" to PTHREAD_OPTS, which | jlam | 1 | -4/+13 |
2002-08-01 | Set JAVA_HOME correctly on Darwin. | schmonz | 1 | -1/+9 |
2002-08-01 | Alter the way pkgsrc handles dependencies on pthreads. We now bless the | jlam | 1 | -69/+122 |
2002-08-01 | We no longer expect PTHREAD_TYPE to be defined after including | jlam | 1 | -5/+1 |
2002-07-31 | * Rename _JAVA_PKGNAME to _JAVA_PKGBASE which more accurately reflects its | jlam | 1 | -15/+21 |
2002-07-31 | Add "${_PATCH_BACKUP_ARG} .orig" to PATCH_DIST_ARGS too. | wiz | 1 | -1/+2 |
2002-07-30 | Add APACHE_USER and APACHE_GROUP variables, remove APACHE_SUEXEC_USER. | wiz | 1 | -12/+20 |
2002-07-30 | back out OBJOSMACHINE stuff as it is superfluous. pointed out by | grant | 2 | -14/+3 |
2002-07-29 | Invert the test for USE_JAVA. It now takes an optional value of "run" | jlam | 1 | -5/+4 |
2002-07-29 | Change the semantics of the USE_JAVA variable. USE_JAVA may now take an | jlam | 1 | -7/+14 |
2002-07-29 | Now that multiple JDKs can be installed, provide a working default | schmonz | 1 | -23/+29 |
2002-07-29 | add OBJOSMACHINE, to use OS version and arch specific work | grant | 2 | -3/+14 |
2002-07-28 | Inform USE_JAVA about the new JDK/JRE naming scheme, so that packages | schmonz | 1 | -10/+11 |
2002-07-25 | Add share/nls/{et_EE.ISO_8859-15,ru_RU.KOI8-R,uk_UA.KOI8-U} which seem to | cjep | 4 | -4/+28 |
2002-07-24 | Create a new variable "RCD_SCRIPTS_EXAMPLEDIR" that contains the location | jlam | 4 | -9/+13 |
2002-07-24 | * Change the semantics of the USE_PERL5 variable. USE_PERL5 may now take | jlam | 1 | -7/+42 |
2002-07-24 | Add a missing semicolon in the INTERACTIVE_STAGE=fetch bulk build logic. | mrauch | 1 | -2/+2 |
2002-07-24 | Add share/nls/pl_PL.ISO_8859-2 | kim | 4 | -4/+12 |
2002-07-24 | print-PLIST: only substitute PKGVERSION when it really matches, i.e. | hubertf | 1 | -2/+2 |
2002-07-23 | Add a variable SU_CMD_PATH_APPEND containing a colon separated list of | cjep | 2 | -3/+8 |
2002-07-22 | Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl as | jlam | 1 | -1/+6 |
2002-07-22 | Documentation nit: SU_CMD does not default to ${SU} root -c. | cjep | 1 | -2/+2 |
2002-07-22 | Added POSTFIX_USE_TLS=YES | martti | 1 | -1/+6 |
2002-07-22 | TYpoe: 'stoping' -> 'stopping' | jschauma | 1 | -2/+2 |
2002-07-21 | Make bulk builds aware of packages with INTERACTIVE_STAGE and mark them as | mrauch | 2 | -2/+15 |
2002-07-20 | On -current, let PKG_JVM default to the same as on 1.6. | jschauma | 1 | -2/+2 |
2002-07-20 | Add optional netboot support to "grub" package as suggested by | tron | 1 | -1/+14 |
2002-07-18 | Correct two indentation nits | agc | 1 | -5/+5 |
2002-07-16 | Add RCS Id. | schmonz | 2 | -0/+6 |
2002-07-16 | Add two knobs for packages: CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE. | schmonz | 1 | -1/+20 |
2002-07-16 | "Import" the latest config.guess and config.sub from | schmonz | 2 | -0/+2811 |
2002-07-15 | Provide per-${OPSYS} defaults for how to run a command as root. | schmonz | 5 | -6/+10 |
2002-07-13 | Add missing LN to PLIST_SUBST | rh | 1 | -1/+2 |
2002-07-12 | Add some more locale dirs. | wiz | 8 | -8/+104 |
2002-07-12 | Add ar, lv, ms, and vi locale dirs (needed by some GNOME2 packages). | wiz | 4 | -4/+68 |
2002-07-11 | on Solaris, depend on gzip-base if GZCAT is not set, and neither | grant | 2 | -3/+11 |