Age | Commit message (Expand) | Author | Files | Lines |
2004-12-21 | Whitespace police - no functional change | agc | 1 | -53/+51 |
2004-12-18 | Ensure that libtool-base>=1.5.10nb7 is required for packages that set | jlam | 1 | -4/+6 |
2004-12-17 | Rewrite func_infer_tag in the libtool script so that it's easier to | jlam | 1 | -1/+4 |
2004-12-10 | Nuke bsd.perl.mk... we compute these values where they're needed in | jlam | 1 | -5/+1 |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -3/+8 |
2004-12-01 | "the the" -> "the" | wiz | 1 | -2/+2 |
2004-11-26 | Move all dlopen-handling code into dlopen.{builtin,buildlink3}.mk. | jlam | 1 | -9/+1 |
2004-11-25 | Perl is all about loadable perl modules, so include dlopen.buildlink3.mk. | jlam | 1 | -11/+1 |
2004-11-25 | dlopen.buildlink3.mk should be added to packages that use dlopen() to | jlam | 1 | -1/+9 |
2004-11-17 | Move selection of the default perl58 (whether it is threaded or not) into | jlam | 1 | -1/+11 |
2004-11-16 | Revert previous (re-add common CPP_PRECOMP_FLAGS). For consistency, also | tv | 1 | -1/+8 |
2004-11-16 | CPP_PRECOMP_FLAGS is a Darwinism only. Move its frobbing of CPPFLAGS to | tv | 1 | -3/+1 |
2004-11-14 | Add a mini-framework to centralise the handling of "hacks" for getting | jlam | 1 | -1/+4 |
2004-11-12 | Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths. | sketch | 1 | -4/+6 |
2004-11-12 | (1) Split out the native (built-in) pthread detection in | jlam | 1 | -5/+1 |
2004-11-12 | Well, the double libtool BUILD_DEPENDS is already annoying people and I'd | tv | 1 | -5/+3 |
2004-11-11 | Bump that libtool version number back down to nb1 where it was in previous. | tv | 1 | -2/+2 |
2004-11-11 | Change the way _OPSYS_LIBTOOL_REQD works slightly. | tv | 1 | -7/+5 |
2004-11-02 | Correct whitespace after UPDATE_RUNNING changes | agc | 1 | -5/+5 |
2004-11-02 | Set UPDATE_RUNNING=YES when deinstalling due to a update or replace target. | erh | 1 | -5/+15 |
2004-10-28 | Fix shlib execute perm pattern (was broken after 1.1537). | tv | 1 | -3/+4 |
2004-10-27 | - Allow CXXFLAGS to be set on a per-OS basis (read added to OPSYSVARS). | recht | 1 | -2/+5 |
2004-10-27 | Don't chmod shlibs that are symlinks; fixes issue noted by <grant@netbsd.org>. | tv | 1 | -3/+3 |
2004-10-27 | whitespace police and tidyup of PLIST_SUBST. no functional change. | grant | 1 | -13/+13 |
2004-10-26 | 2nd round for PKG_RESUME_TRANSFERS: | xtraeme | 1 | -13/+51 |
2004-10-26 | add hostname to Subject: of PKGSRC_MESSAGE_RECIPIENTS email | lukem | 1 | -2/+2 |
2004-10-25 | Introduce the PKGCONFIG_OVERRIDE_STAGE variable to let a package | jmmv | 1 | -2/+9 |
2004-10-21 | Only allow LIBTOOLIZE_PLIST=no if USE_LIBTOOL is *not* used, setting BROKEN | tv | 1 | -3/+3 |
2004-10-21 | Put back LIBTOOLIZE_PLIST, which I meant to do but didn't commit. This is | tv | 1 | -1/+7 |
2004-10-16 | Propagate $ECHO, $GREP, $SORT to print-la-libnames; fixes this on IRIX. | tv | 1 | -5/+6 |
2004-10-13 | Bump LIBTOOL_REQD back to 1.5.10nb1. This ensures that folks who built | tv | 1 | -2/+2 |
2004-10-13 | For the ELF form, make sure shlibs are installed +x. If not, issue a | tv | 1 | -1/+8 |
2004-10-13 | Make strip/no-strip choice more consistent: | tv | 1 | -8/+1 |
2004-10-12 | Bump gzip-base to 1.2.4b for security fix. | tv | 1 | -2/+2 |
2004-10-12 | Automatic inclusion of gzip-base needs a version number in the BUILD_DEPENDS. | tv | 1 | -2/+2 |
2004-10-12 | Fix _PLIST_AWK_LIBTOOL not to pass @comment lines to print-la-libnames. | tv | 1 | -2/+2 |
2004-10-11 | Upon further digging, it appears that Interix just needed a | tv | 1 | -2/+1 |
2004-10-11 | A couple packages overflow Interix's sed in an autoconfitized configure | tv | 1 | -2/+3 |
2004-10-09 | Add EXTRACT_ENV.bin, allowing things to be passed into the environment of | tv | 1 | -2/+3 |
2004-10-07 | * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, | jlam | 1 | -15/+15 |
2004-10-05 | Move the "dependency reduction" code from buildlink3 to bsd.pkg.mk so | jlam | 1 | -1/+5 |
2004-10-04 | Add a scan script that checks for "-v" on the command-line, and prevents | jlam | 1 | -2/+2 |
2004-10-04 | Fix completely hosed test for g++ when CXX=g++. The old test worked fine. | tv | 1 | -2/+2 |
2004-10-03 | Don't echo the debug message for the targets whose output is used | hira | 1 | -9/+7 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 |
2004-10-01 | Update the wording a bit when a license is not accepted, to better | hubertf | 1 | -4/+4 |
2004-09-27 | Per jlam's suggestion, remove the libtoolize conditional altogether. Some | tv | 1 | -7/+1 |
2004-09-27 | LIBTOOLIZE_PLIST doesn't even need to be conditional. If USE_LIBTOOL is | tv | 1 | -3/+3 |
2004-09-27 | In print-PLIST, handle '@exec ${MKDIR}' by PRINT_PLIST_AWK as well. | rh | 1 | -2/+4 |
2004-09-24 | Make print-PLIST work if there are no *.la files. | jlam | 1 | -2/+6 |