Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-12-19 | Add a new _OPSYS_HAS_GMAKE definition, to denote that the OS has GNU make | agc | 5 | -6/+15 |
2001-12-18 | Since print/cups conflicts with another popular print package, | jlam | 2 | -8/+11 |
2001-12-18 | By default, don't install the rc.d scripts into /etc/rc.d. Despite the | jlam | 1 | -1/+7 |
2001-12-17 | Add an example of use of the french distfile mirrror. | bouyer | 1 | -1/+9 |
2001-12-17 | Use "/usr/xpg4/bin/sed" instead of "/usr/bin/sed" under Solaris because | tron | 1 | -2/+2 |
2001-12-17 | - add 'bulk-cache' and 'clean-bulk-cache' targets to create and remove | dmcmahill | 2 | -19/+34 |
2001-12-16 | add more checks to be more robust in the face of an index file which | dmcmahill | 1 | -1/+3 |
2001-12-15 | Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external | agc | 4 | -38/+38 |
2001-12-13 | Substitute for GREP as well. | jlam | 1 | -1/+2 |
2001-12-12 | Retire USE_CURSES, which was superseded by devel/ncurses/buildlink.mk, and | wiz | 1 | -16/+1 |
2001-12-12 | Add LOWER_OS_VERSION to match LOWER_OPSYS, LOWER_VENDOR, and LOWER_ARCH | abs | 2 | -2/+8 |
2001-12-11 | if .tar.bz2 needs bzcat, so does .tbz | abs | 1 | -2/+2 |
2001-12-10 | Substitute for HEAD and GTAR. | jlam | 1 | -1/+3 |
2001-12-10 | We want to touch the configure script last (after touching the source | jlam | 1 | -2/+2 |
2001-12-10 | Added SASL_USE_GSSAPI=YES | martti | 1 | -1/+6 |
2001-12-09 | Subst. for PERL5 in INSTALL files. | jlam | 1 | -1/+2 |
2001-12-08 | pkgtools/x11-links has been updated. | kristerw | 1 | -2/+2 |
2001-12-08 | Treat PKGREVISION=0 as if it wasn't set (-> add no "nb0") | hubertf | 1 | -2/+2 |
2001-12-07 | remove : at end of if exists() | abs | 1 | -2/+2 |
2001-12-06 | Added optional IPv6 support for Cyrus. | martti | 1 | -1/+6 |
2001-12-05 | Add support for OS X-style dylibs when creating the derived PLIST file. | agc | 1 | -1/+28 |
2001-12-04 | Fix of commands invoking {USER,GROUP}ADD so that '-{u,g}' and '{user,group}id' | seb | 1 | -5/+5 |
2001-12-04 | By default, prevent invocation of GNU "auto*" driven by the generated | jlam | 1 | -7/+9 |
2001-12-03 | Added POSTFIX_USE_INET6 | martti | 1 | -1/+6 |
2001-12-03 | Add POSTFIX_USE_SASL_AUTH. | kent | 1 | -2/+7 |
2001-12-02 | Add support for distfile-specific master sites, as requested in pkg/7471. | wiz | 1 | -45/+45 |
2001-12-02 | Support automatically calling the INSTALL script during installation. This | jlam | 2 | -5/+11 |
2001-12-02 | The *_POST_SED variables became private in bsd.buildlink.mk. | jlam | 1 | -3/+3 |
2001-12-01 | Catch errors while running printindex | hubertf | 1 | -2/+5 |
2001-12-01 | there's no need to abort this whole script if one pkg brings up an | hubertf | 1 | -3/+3 |
2001-11-30 | Create ECHO_BUILDLINK_MSG for printing buildlink diagnostics. It's just | jlam | 2 | -6/+8 |
2001-11-30 | Factor out code that substitutes for text in files into a macro target. | jlam | 1 | -109/+90 |
2001-11-30 | Move code from end of the do-configure target that performed the | jlam | 1 | -9/+24 |
2001-11-30 | Move the REPLACE_PERL code into a separate configure pre-requisite target | jlam | 1 | -9/+15 |
2001-11-30 | Rename "do-libtool" target to "do-ltconfig-override" as the new name is more | jlam | 1 | -3/+3 |
2001-11-30 | Remove REPLACE_CURSES from bsd.pkg.mk (not needed anymore), and don't | wiz | 1 | -17/+1 |