summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2002-04-02Set minimum required version of the pkg_ tools to 20020218.seb1-2/+2
2002-04-02Make the "replace" and "undo-replace" targets more useful:agc1-5/+11
2002-03-26Fix a bug when inferring the CXX tag which meant that for certainskrll1-2/+2
2002-03-24Rewrite REPLACE_PERL as shell-loop, so one can use shell wildcards,e.g.hubertf1-11/+11
2002-03-22Remove depend directory file in "update" target if the deinstallationtron1-3/+5
2002-03-20Remove "ftp.cs.columbia.edu" from GNU master sites because the mirrortron1-2/+1
2002-03-17"ftp.cdrom.com" evidently no longer mirrors CTAN.fredb1-2/+1
2002-03-15Invent a new variable "PKGNAME_NOREV" which holds the package name withouttron1-2/+5
2002-03-15Partitally backout revision 1.932:tron1-2/+2
2002-03-14make _PATCH_BACKUP_ARG be more useful to callers by moving "-V simple"lukem1-2/+2
2002-03-13Remove one, and add four CPAN mirrors, more or less randomly chosen all overwiz1-2/+5
2002-03-12Fix PR 15755 from Simon Burge (simonb@wasabisystems.com) properly.agc1-13/+9
2002-03-10Some tweaks to "fetch" and "fetch-list" re: DYNAMIC_MASTER_SITES:fredb1-5/+31
2002-03-07Make fetch-list work on Darwin.yyamano1-5/+5
2002-03-06Garbage collect "check-depends", as discussed on tech-pkg. The oddly namedfredb1-14/+2
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb1-35/+50
2002-03-04Redirect errors from grep in fake-pkg to /dev/null so complaints about notjmc1-2/+2
2002-03-04Add two new EXPERIMENTAL targets:agc1-1/+68
2002-03-04Adding PLIST filtering based on MANINSTALL's content for the shakeseb1-1/+15
2002-03-02Use show-all-depends-dirs-excl for build-depends-list target.wiz1-6/+6
2002-03-01Require the new libtool.skrll1-2/+2
2002-03-01Fix for PR 15761 from Jonathan Perkin <sketch@rd.bbc.co.uk> - only printagc1-2/+4
2002-02-28Remove unused NEED_NCURSES code fragment.wiz1-5/+1
2002-02-28Comprehensive update to the fetch-list target (and friends), incorporatingfredb1-21/+120
2002-02-28When constructing the build version information, avoid problemsagc1-9/+13
2002-02-25Print the size of the distfile before it is downloaded.agc1-1/+2
2002-02-25Explicitly recognize .tar.Z files so that they don't fall through intojlam1-2/+3
2002-02-25* Turn _SHELL_EXTRACT into a "subroutine" for extracting an archive. Itjlam1-57/+55
2002-02-18Introduce new framework for handling info files generation and installation.seb1-14/+7
2002-02-15mkdir -> ${MKDIR}skrll1-2/+3
2002-02-13bin-install: use $MACHINE_ARCH over calling unamehubertf1-2/+2
2002-02-13n-install: use uname(1) over sysctl(1) to find out machine archhubertf1-2/+2
2002-02-13Implement DYNAMIC_MASTER_SITESabs1-1/+10
2002-02-07Create a new knob: PKG_SYSCONFVARjlam1-5/+17
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll1-1/+4
2002-01-29In the show-vulnerabilities and show-vulnerabilities-html targets, tightenagc1-3/+3
2002-01-28Fix PR 15395, whereby a package entry in the vulnerabilities file,agc1-5/+7
2002-01-28Make sure that the decompression/extraction programs needed arejlam1-4/+6
2002-01-28We've changed DEPENDS=foo-* into DEPENDS=foo-[0-9]* everywhere else butjlam1-8/+8
2002-01-27Prevent /etc/mk.conf from being included by BSD-style makefiles used byjlam1-1/+6
2002-01-27MAKE_ENV is the make environment passed down to the build process. Itjlam1-6/+6
2002-01-27Recognize how to automatically extract .shar.gz, .shar.bz2, .shar.Z, andjlam1-3/+15
2002-01-25Optimize the code to extract distfiles based on the extract suffix byjlam1-19/+19
2002-01-23Continue the trend removing the temporary ${PKGDIR} workaround.seb1-7/+1
2002-01-22make sure FFLAGS ends up in MAKE_ENV as well as BUILD_DEFS. This allows youdmcmahill1-4/+4
2002-01-21Change the messagezuntum1-2/+2
2002-01-21Add QMAILDIR variable that defaults to /var/qmail, may be set in /etc/mk.confzuntum1-2/+3
2002-01-21Add ${QMAILDIR} to MESSAGE_SUBST, as it is going to be used in all qmail-relatedzuntum1-2/+3
2002-01-19Add coarse-grained locking to pkgsrc builds, by means of a beefedagc1-12/+79