summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-06-30Convert to use the buildink2 framework and to work with perl-5.8.0rc2.jlam3-32/+24
2002-06-30Add comments for the the code to manually buildlinkify.jlam1-1/+6
2002-06-30Further optimization: pass through those args that look like:jlam1-1/+3
2002-06-30The DynaLoader.a file is sometimes linked into programs or libraries, sojlam1-2/+4
2002-06-30Possible fix for the case where pkgsrc lives under ${LOCALBASE}. Thisjlam2-4/+5
2002-06-30Restructure test so that it uses positive instead of negative tests. Thisjlam1-3/+5
2002-06-30Use "exit" instead of "return" when ending the script.jlam1-2/+2
2002-06-30Don't use buildlink2 to build because gettext-lib is used to bootstrapjlam1-2/+7
2002-06-30Fix _USE_RPATH usage (ok jlam).schmonz1-2/+2
2002-06-30Convert to use the buildlink2 framework. Trim any unnecessary changes injlam133-694/+575
2002-06-30Use bash to execute the buildlink2 wrapper scripts on Darwin. We'll needjlam1-1/+6
2002-06-30bash is needed to bootstrap the buildlink2 framework on Darwin. To thejlam1-8/+30
2002-06-30If NO_BUILDLINK2 is defined, then we don't do any of the buildlink2 stuff.jlam1-4/+9
2002-06-30If USE_BUILDLINK2 is "NO" or "no", then _don't_ use the buildlink2jlam1-2/+3
2002-06-30Rename BUILDLINK_WRAPPER_SHELL to BUILDLINK_SHELL for brevity.jlam3-7/+7
2002-06-30Use BUILDLINK_WRAPPER_SHELL to denote the shell used to execute thejlam3-5/+8
2002-06-30Convert to USE_BUILDLINK2 and note conflicts with each other.jlam3-8/+8
2002-06-29Need bsd.prefs.mk for OPSYS.jlam1-1/+3
2002-06-29Back out previous. The problem arose because I misordered the commandjlam1-6/+4
2002-06-29Don't let empty args poison the cache.jlam1-3/+5
2002-06-29Provide way to prevent updating the wrapper argument cache by settingjlam4-13/+38
2002-06-29The perl build attempts to work around case-insensitivity problems onjlam1-1/+14
2002-06-29Pre-create the include/ and lib/ directories under ${BUILDLINK_DIR} tojlam1-1/+5
2002-06-29Note a to-do item: regression tests for _BLNK_TRANSFORM_SED.jlam1-1/+6
2002-06-29Add a few definitions for Darwin.jlam1-2/+6
2002-06-29Add a perl5-current package that tracks the prereleases of perl-5.8.0.jlam6-0/+275
2002-06-28Kludge a way to not match /usr/pkg/share/x11-links in buildlink-check.jlam1-3/+5
2002-06-28Use GREP instead of EGREP, and separate statements with a semicolon.jlam1-2/+2
2002-06-28Create new target "buildlink-check" to be run after a "make build" thatjlam3-5/+15
2002-06-27Let bsd.pkg.mk handle setting the PERL5_* variables by defining USE_PERL5.jlam1-17/+3
2002-06-27Don't use BUILDLINK_PREFIX.gettext in a make(1) conditional, because itjlam1-6/+3
2002-06-24We need to include bsd.prefs.mk for the definition of OPSYS.jlam1-1/+3
2002-06-24Require at least x11-links>=0.8, which fixes problems on newer XF86 withjlam1-2/+2
2002-06-24Update pkgtool/x11-links to version 0.8:jlam2-10/+16
2002-06-24Add new private variables _REQUIRE_BUILTIN_* that can be used to specifyjlam4-8/+12
2002-06-24Update to match more recent buildlink.mk.jlam1-3/+22
2002-06-24This package is clearly USE_X11.jlam1-1/+2
2002-06-24Simplify some patches and remove others now that buildlink2 does most ofjlam6-183/+20
2002-06-24Convert to use buildlink2 framework.jlam22-55/+85
2002-06-24Reverse positions of BUILDLINK_PACKAGES and BUILDLINK_DEPENDS as thejlam4-21/+18
2002-06-23Add preliminary buildlink2.mk files where there is already an existingjlam174-0/+3990
2002-06-23Merge from pkgsrc-current to buildlink2 branch.jlam1041-4537/+36007
2002-06-23Merge from pkgsrc-current to buildlink2 branch.jlam1024-16692/+22821
2002-06-23Merge from pkgsrc-current to buildlink2 branch.jlam886-5677/+22182
2002-06-23Convert to use buildlink2 framework.jlam2-4/+5
2002-06-21Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity. Alsojlam151-383/+392
2002-06-21Convert to use the buildlink2 framework and fix the configure script sojlam4-7/+17
2002-06-21Add a few new buildlink2.mk files and convert existing buildlink2.mk filesjlam73-810/+341
2002-06-21* Split the libtool script into a main script and a helper script. Thejlam5-163/+202
2002-06-21Merge bsd.buildlink2.mk and bsd.post-buildlink2.mk into one file and storejlam2-150/+182