summaryrefslogtreecommitdiff
path: root/mk/tools
AgeCommit message (Expand)AuthorFilesLines
2005-05-22Do not enable _IMAKE_TOOLS unless imake is used. Otherwise, packagesminskim1-1/+3
2005-05-22Some packages want to embed the path to the perl tool in scripts butjlam1-1/+13
2005-05-22The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 ofjlam1-7/+1
2005-05-22Allow a tool to be passed to GNU configure scripts under more thanjlam1-5/+5
2005-05-22Add a few more tools for GNU configure scripts: grep, env, xmkmf.jlam1-1/+4
2005-05-21For packages that use GNU configure scripts, pass the real commandjlam2-2/+51
2005-05-21Grammar 101 -- sentences should end in a period.jlam13-26/+26
2005-05-21Add TNF copyright to the new tools framework makefiles.jlam13-13/+480
2005-05-20Only add the autoconf tool if the user also requested automake. Thisjlam1-3/+5
2005-05-20Move the PLIST_SUBST lines that substitute for PERL5_* variables fromjlam1-1/+6
2005-05-20Properly quote dependency to avoid creating garbage files in the pkgsrcjlam1-2/+3
2005-05-20Based on the value of ${AUTOCONF_REQD}, choose the right autoconf tooljlam1-3/+13
2005-05-19We can only use the subst.mk framework if the files are relative tojlam1-1/+8
2005-05-19Merge most of imake.mk into replace.mk and leave imake.mk to containjlam3-73/+75
2005-05-19Merge most of perl.mk into replace.mk and leave perl.mk to containjlam3-40/+40
2005-05-19Properly deal with case where TOOL_DEPENDS.* is a list of values byjlam1-4/+7
2005-05-18Goal: Remove USE_PERL5 from pkgsrc.jlam1-9/+7
2005-05-18Use nawk as the default "awk" replacement since it has no dependenciesjlam1-5/+5
2005-05-18perl.mk was moved from being included by bsd.tools.mk to replace.mk.jlam1-6/+1
2005-05-17Move perl handling into replace.mk. We now can specify USE_TOOLS+=perljlam4-16/+27
2005-05-16In the autoconf213 case, the AUTO* variables should point to thejlam1-4/+4
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 formerjlam1-4/+1
2005-05-16Treat USE_GNU_TOOLS+=yacc the same as USE_TOOLS+=bison, since there isjlam1-2/+2
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam6-18/+6
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-15If we're using xpkgwedge, we need to force using pkgxmkmf so that wejlam1-17/+17
2005-05-15Old versions of pax-as-tar don't do the right thing when invoked asjlam1-1/+8
2005-05-15Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value.jlam1-4/+4
2005-05-15Make implementation match documentation for when a wrapper is created andjlam1-8/+11
2005-05-14BUILDLINK_DEPENDS.* can be lists, so iterate over the lists when creatingjlam2-4/+14
2005-05-14Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc downjlam12-49/+82
2005-05-14Temporarily define TAR here until I figure out a better way to dealjlam1-1/+6
2005-05-14The mk/tools/defaults.mk is included by bsd.prefs.mk, so it must includejlam1-4/+4
2005-05-14Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip).rillig1-2/+2
2005-05-14Fixed a typo: now using /usr/sbin/gzcat, like in platform/IRIX.mk.rillig1-2/+2
2005-05-14Fixed a typo when looking for /usr/bin/cmp.rillig1-2/+2
2005-05-14Compute the installation prefix for every tool specified so that thejlam1-69/+73
2005-05-14Fixed typo in finding grep(1).rillig1-2/+2
2005-05-14Fixed two obvious typos that leaded to syntax errors.rillig1-3/+3
2005-05-13Teach the new tools framework about lha, unrar, unzip, and unzoo andjlam2-2/+54
2005-05-13Don't condtionally set the "TOOL" variables... set them explicitly. Alsojlam1-3/+3
2005-05-13Fixed a typo in the comment.rillig1-2/+2