summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2004-11-12(1) Split out the native (built-in) pthread detection injlam1-5/+1
2004-11-12Well, the double libtool BUILD_DEPENDS is already annoying people and I'dtv1-5/+3
2004-11-11Bump that libtool version number back down to nb1 where it was in previous.tv1-2/+2
2004-11-11Change the way _OPSYS_LIBTOOL_REQD works slightly.tv1-7/+5
2004-11-02Correct whitespace after UPDATE_RUNNING changesagc1-5/+5
2004-11-02Set UPDATE_RUNNING=YES when deinstalling due to a update or replace target.erh1-5/+15
2004-10-28Fix shlib execute perm pattern (was broken after 1.1537).tv1-3/+4
2004-10-27- Allow CXXFLAGS to be set on a per-OS basis (read added to OPSYSVARS).recht1-2/+5
2004-10-27Don't chmod shlibs that are symlinks; fixes issue noted by <grant@netbsd.org>.tv1-3/+3
2004-10-27whitespace police and tidyup of PLIST_SUBST. no functional change.grant1-13/+13
2004-10-262nd round for PKG_RESUME_TRANSFERS:xtraeme1-13/+51
2004-10-26add hostname to Subject: of PKGSRC_MESSAGE_RECIPIENTS emaillukem1-2/+2
2004-10-25Introduce the PKGCONFIG_OVERRIDE_STAGE variable to let a packagejmmv1-2/+9
2004-10-21Only allow LIBTOOLIZE_PLIST=no if USE_LIBTOOL is *not* used, setting BROKENtv1-3/+3
2004-10-21Put back LIBTOOLIZE_PLIST, which I meant to do but didn't commit. This istv1-1/+7
2004-10-16Propagate $ECHO, $GREP, $SORT to print-la-libnames; fixes this on IRIX.tv1-5/+6
2004-10-13Bump LIBTOOL_REQD back to 1.5.10nb1. This ensures that folks who builttv1-2/+2
2004-10-13For the ELF form, make sure shlibs are installed +x. If not, issue atv1-1/+8
2004-10-13Make strip/no-strip choice more consistent:tv1-8/+1
2004-10-12Bump gzip-base to 1.2.4b for security fix.tv1-2/+2
2004-10-12Automatic inclusion of gzip-base needs a version number in the BUILD_DEPENDS.tv1-2/+2
2004-10-12Fix _PLIST_AWK_LIBTOOL not to pass @comment lines to print-la-libnames.tv1-2/+2
2004-10-11Upon further digging, it appears that Interix just needed atv1-2/+1
2004-10-11A couple packages overflow Interix's sed in an autoconfitized configuretv1-2/+3
2004-10-09Add EXTRACT_ENV.bin, allowing things to be passed into the environment oftv1-2/+3
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-15/+15
2004-10-05Move the "dependency reduction" code from buildlink3 to bsd.pkg.mk sojlam1-1/+5
2004-10-04Add a scan script that checks for "-v" on the command-line, and preventsjlam1-2/+2
2004-10-04Fix completely hosed test for g++ when CXX=g++. The old test worked fine.tv1-2/+2
2004-10-03Don't echo the debug message for the targets whose output is usedhira1-9/+7
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
2004-10-01Update the wording a bit when a license is not accepted, to betterhubertf1-4/+4
2004-09-27Per jlam's suggestion, remove the libtoolize conditional altogether. Sometv1-7/+1
2004-09-27LIBTOOLIZE_PLIST doesn't even need to be conditional. If USE_LIBTOOL istv1-3/+3
2004-09-27In print-PLIST, handle '@exec ${MKDIR}' by PRINT_PLIST_AWK as well.rh1-2/+4
2004-09-24Make print-PLIST work if there are no *.la files.jlam1-2/+6
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam1-48/+34
2004-09-15Move definition of PKGNAME and PKGNAME_NOREV higher in the file since theirjlam1-14/+14
2004-09-11Finish off the locking work, by adding locks around "make install" andagc1-3/+13
2004-09-10* Do the *.la expansion within the current _PLIST_AWK_SCRIPT framework.jlam1-13/+53
2004-09-01Replace the only occurrence of the :E modifier in bsd.pkg.mk withschmonz1-2/+2
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-6/+8
2004-08-25Add a knob PKGSRC_SHOW_PATCH_ERRORMSG to control whether the newlyschmonz1-5/+9
2004-08-24Process RECOMMENDED *after* including bsd.buildlink3.mk; else it has notv1-9/+9
2004-08-17Don't put the .la transform in GENERATE_PLIST; that's too late to make it intv1-5/+7
2004-08-16Add new variable LIBTOOL_LA_FILES, which may be used instead of listingtv1-1/+7
2004-08-16If patching fails and either of PKG_OPTIONS and LOCALPATCHES areschmonz1-4/+14
2004-08-07Add some new variables to control how "distribution" patches are extractedjlam1-29/+60
2004-08-05Move addition of PKG_OPTIONS to BUILD_DEFS below the definition of thejlam1-1/+8
2004-08-04oops.. reversed a testjlam1-2/+2