summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2005-05-12Pullup ticket 488 - requested by Lubomir Sedlaciksnj1-8/+8
2005-03-20Reset the current locale to a sane value (that is, 'C') during the buildjmmv1-1/+8
2005-03-18Fix a gleaming illustration of why using YES/NO variables everywheretv1-1/+5
2005-03-16make sure we correctly set F77. Addresses PR29666dmcmahill1-2/+2
2005-03-13Put back the speed-up in the vulnerability checking when building a package,agc1-1/+2
2005-03-02When FAILOVER_FETCH is set, only use the first digest algorithm foundagc1-2/+2
2005-02-27Fix PLIST_SRC error introduced in rev 1.1593.veego1-4/+7
2005-02-25Fix a problem introduced in the previous commit, noticed by Matthiasesagc1-11/+19
2005-02-22As seen on tech-pkg - allow multiple digest algorithms to be used toagc1-20/+29
2005-02-21Change the files to be used for PLIST_SRC fromveego1-1/+5
2005-02-20fix bug introduced in 1.1569: use ${GREP} instead of 'grep' and notgrant1-2/+2
2005-02-19update the PLIST handling for AIX, shared libraries have the .sogrant1-3/+3
2005-02-16Fix an anomaly noted by Steve Bellovin inagc1-2/+1
2005-02-15Some older ${FIND}s do not have an implicit "-print"; make sure to specifytv1-8/+8
2005-02-13Corrected a misspelling of a variable. I used $rebooted in a shell code,rillig1-2/+2
2005-02-12Don't use the -nt operator for ${TEST}. It is not defined in POSIX, andrillig1-5/+8
2005-02-11Whitespace formatting nits.tv1-5/+5
2005-02-11Consolidate PLIST_SRC default generation and the plethora of failsafetv1-139/+125
2005-02-11Visual cleanup from tv-derecurse:tv1-65/+58
2005-02-11Migrate the big block of USE_PERL5 and PERL5_REQD logic to bsd.pkg.use.mk.tv1-80/+1
2005-02-11Migrate several USE_* logic blocks, previously sprinkled liberallytv1-74/+1
2005-02-11Merge down some more visual cleanup from tv-derecurse to reduce divergence.tv1-100/+47
2005-02-09"replace" should depend on ${_PKGSRC_BUILD_TARGETS}, just like "install".tv1-2/+2
2005-02-04Bump PKGTOOLS_REQD to 20050204. This version of pkg_install passesjlam1-2/+2
2005-01-28Don't make pkgsrc depend on dc(1) to be present in the system. Sincejlam1-10/+5
2005-01-27Move the creation of ${PKG_DB_TMPDIR} to when we create ${WRKDIR}.jlam1-2/+3
2005-01-27Fix handling of PREPEND_PATH in dependency-recursed builds.tv1-1/+3
2005-01-27Move the PREPEND_PATH for LOCALBASE/bin (and optionally X11BASE/bin) to atv1-8/+5
2005-01-25Relax need to put GNU_CONFIGURE before inclusion of bsd.prefs.mk:tv1-3/+3
2005-01-25Add alternatives.mk, a file used to manipulate the alternatives system.jmmv1-1/+5
2005-01-24Merge a little visual-only cleanup from the tv-derecurse branch:tv1-103/+71
2005-01-24Merge down deferred PREPEND_PATH handling from the tv-derecurse branch.tv1-39/+23
2005-01-24Make CHECK_FILES_SKIP_CMD into a single grep, using a ${var:@foo@bar@} loop.tv1-7/+2
2005-01-24Merge down deferred EVAL_PREFIX handling from tv-derecurse branch.tv1-19/+13
2005-01-24Fix breakage in previous, installed pkg db files should be installed intoxtraeme1-7/+7
2005-01-23Move the creation of ${PKG_DB_TMPDIR} earlier so that it's created asjlam1-3/+2
2005-01-23Rearrange the register-pkg and post-install-fake-pkg code. All ofjlam1-39/+44
2005-01-23Rework the way that packages are registered during a "make install". Wejlam1-37/+55
2005-01-22message whitespace fixgrant1-2/+2
2005-01-15- Move all CHECK_FILES_SKIP definitions to a central place in bsd.pkg.mk.jmmv1-19/+42
2005-01-14Automatically add any of the {CONF,SUPPORT}_FILES and {MAKE,OWN}_DIRS stuffjmmv1-12/+12
2005-01-14Add the check-files target: when enabled, this verifies that installedjmmv1-1/+98
2005-01-14Only do the config.* overrides iff GNU_CONFIGURE. (defined() check neededtv1-12/+14
2005-01-14Add override for uncommon "config.rpath" GNU config snippet. Use platformtv1-10/+21
2005-01-13Put back the proper variable construct for LIBTOOL_REQD that was borken intv1-5/+3
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-31/+9
2005-01-11Redo previous because it had a chance to cause serious problems, and wasjmmv1-4/+4
2005-01-11Reverse PATH order in many places: instead of appending ${LOCALBASE}/binjmmv1-4/+6
2005-01-10Allow the creation of error handlers for shell commands in make targets.jlam1-3/+41
2005-01-10Remove redundant CONFIGURE_ENV lines (they're already present in thejlam1-3/+1