summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2005-05-18If NO_WRKDIR_SYMLINK is defined, no symlink to ${WRKSRC} is created whenrillig1-1/+3
2005-05-18Since there may have been merge errors in libtool-base 1.5.18, forcetv1-2/+2
2005-05-18Use nawk as the default "awk" replacement since it has no dependenciesjlam1-5/+5
2005-05-18make use of the new tools framework via the prereq-readme package todmcmahill1-7/+21
2005-05-18Removed the quoting for SUBST_MESSAGE.<class>. Most packages unnecessarilyrillig1-2/+2
2005-05-18perl.mk was moved from being included by bsd.tools.mk to replace.mk.jlam1-6/+1
2005-05-18Added the show-tools target, which emits a shell code fragment defining allrillig1-1/+14
2005-05-17If USE_TOOLS has "perl" then also define PERL5_PKGSRCDIR for use byjlam1-2/+6
2005-05-17Make USE_TOOLS+=imake imply USE_X11BASE=yes, along with the otherjlam1-2/+2
2005-05-17_tar.gz is a recognized suffix, so recognize that we need the right tooljlam1-2/+3
2005-05-17Turn _MANCOMPRESSED into a strictly "yes" and "no" variablejlam1-2/+6
2005-05-17Rework the README.html generation code. Major changes are:dmcmahill4-179/+551
2005-05-17Allow tweaking of options to pax/tar via EXTRACT_CMD_OPTS.*.jlam1-4/+4
2005-05-17Missed (harmless) rename of "fuzz" to "fuzz_flags".jlam1-2/+2
2005-05-17Simplify by using a for loop instead of "set -- ...; while ... done".jlam1-6/+7
2005-05-17The sunpro wrapper now creates aliases for gcc and g++, too. This is neededrillig1-3/+3
2005-05-17Fixed shell quoting. Reviewed by jlam.rillig1-25/+27
2005-05-17Move perl handling into replace.mk. We now can specify USE_TOOLS+=perljlam4-16/+27
2005-05-17Excise DJB_CONFIG_DIR.schmonz1-3/+2
2005-05-17Save the names of the patches applied during the patch phase into thejlam2-3/+14
2005-05-17We only need to run the apply-pkgsrc-patches target if the patchesjlam1-1/+5
2005-05-17Split up the do-patch target into two distinct targets --jlam1-106/+89
2005-05-16When generating the report, add a list of top ten offenders at the top.jschauma1-7/+15
2005-05-16In the autoconf213 case, the AUTO* variables should point to thejlam1-4/+4
2005-05-16NetBSD's (and bootstrap's) pax-as-tar is GNUish enough to extract mostjlam2-8/+14
2005-05-16USE_GNU_TOOLS+=m4 should translate to USE_TOOLS+=gm4 to get the samejlam1-2/+2
2005-05-16Don't have USE_TOOLS+=imake replace USE_IMAKE. Rather let the formerjlam2-6/+3
2005-05-16Add missing required argument to msg_log.jlam3-13/+13
2005-05-16Treat USE_GNU_TOOLS+=yacc the same as USE_TOOLS+=bison, since there isjlam1-2/+2
2005-05-16Fix mistake in previous commit -- expr is required by the wrapperjlam1-2/+5
2005-05-16Changed option processing to evaluate the options strictly from left torillig1-24/+15
2005-05-16No package seems to be using ${NICE} so don't require it.jlam1-3/+3
2005-05-16Don't require m4 for all packages, only for packages that use it.jlam1-3/+3
2005-05-16tee is only used by bsd.bulk-pkg.mk.jlam1-5/+5
2005-05-16We only need "date" to write the date into the +PRESERVE file.jlam1-4/+8
2005-05-16expr is only used by bsd.bulk-pkg.mk.jlam1-6/+6
2005-05-16tsort is only used by bsd.bulk-pkg.mk.jlam1-3/+8
2005-05-16Document EXTRACT_USING in bsd.pkg.extract.mk where it is used.jlam1-1/+6
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam9-41/+32
2005-05-16We only need mtree if NO_MTREE isn't defined.jlam1-4/+7
2005-05-16Consolidate the bits that add to PKGSRC_USE_TOOLS, and improve thejlam1-6/+8
2005-05-15Don't forcibly set XMKMF -- allow the package to override it if necessary.jlam1-2/+2
2005-05-15Asking the tools framework for "bison" now provides two distinct tools:jlam3-8/+26
2005-05-15In the tools framework, check that the directory doesn't exist beforejlam1-2/+3
2005-05-15MAKE_PROGRAM:T isn't necessary... we can just call "make", and the PATHjlam1-2/+2
2005-05-15Linux xargs is probably GNU xargs, so we need to invoke it with "-r".jlam1-2/+2
2005-05-15gzip-base installs "zcat" not "gzcat".jlam1-2/+2
2005-05-15We want to check if we're in gzip-base to avoid circular dependencies onjlam1-4/+4
2005-05-15gzip and gunzip don't exist on IRIX 5 so wrap then in existence checks.jlam1-3/+9
2005-05-15Fix the MANZ handling in bsd.pkg.mk. If MANZ is defined, then we wantjlam1-14/+43