summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2005-05-23Fixed quoting in show-comment.rillig1-3/+3
2005-05-23Teach the tools framework about "flex" so that packages can specifyjlam6-6/+33
2005-05-22Replaced three instances of $s with ${s} to make it consistent with therillig1-4/+4
2005-05-22USE_X11=yes instead of USE_X11=#defined.rillig1-2/+2
2005-05-22Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.jlam1-6/+3
2005-05-22Don't add "INSTALL" to CONFIGURE_ENV as bsd.pkg.mk adds special valuesjlam1-2/+1
2005-05-22Finish removing instances of _USE_NEW_TOOLS from pkgsrc.jlam1-20/+4
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-6/+3
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam21-1677/+20
2005-05-22Fixed some quoting issues.rillig1-34/+34
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-22pass down FIND to genreadme.awk and binpkg-cachedmcmahill2-6/+7
2005-05-22use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} whendmcmahill1-4/+7
2005-05-21For packages that use GNU configure scripts, pass the real commandjlam2-2/+51
2005-05-21Make a bad patch cause a fatal error again. This fixes a bug introducedjlam1-4/+8
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-21In computing _REPLACE_LOCALEDIR_PATTERNS_FIND_cmd, make sure the :shjlam1-5/+10
2005-05-20Made sure the :sh operator does not result in an empty string. Rewrote therillig1-3/+7
2005-05-20get rid of a spurious %%SUBDIR%% which found its way into the generated categ...dmcmahill1-2/+2
2005-05-20Change instances where we stored `shell command` in a make variable intojlam3-35/+32
2005-05-20Revert part of revision 1.18. The new quoting was breaking somejlam1-22/+23
2005-05-20Rework how the lookup of binary packages in the cache is performed.dmcmahill1-46/+50
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-19list all the extracted variables, not just some of themdillo1-1/+8
2005-05-19make local variables in a few functions be localdmcmahill1-4/+7
2005-05-19Use MACHINE_ARCH instead of arch to be consistent with things like thekristerw1-15/+15
2005-05-19We can only use the subst.mk framework if the files are relative tojlam1-1/+8
2005-05-19Convert the last remaining usage of GTAR to use PAX instead.kristerw1-2/+2
2005-05-19Use PAX instead of GTAR since pax is provided on all systems while gtarjlam1-3/+3
2005-05-19wiz says ``avifile is dead; i killed it''dillo1-8/+1
2005-05-19Add ku locale, used by gnome-backgrounds-2.10.1.jmmv13-13/+65
2005-05-19PERL5_PKGSRCDIR is no more. Explicitly use "lang/perl58" for thejlam2-6/+4
2005-05-19allow spaces after the "=" in the .pkgcache files. This was noted withdmcmahill1-7/+7
2005-05-19Merge most of imake.mk into replace.mk and leave imake.mk to containjlam3-73/+75
2005-05-19- if the mv of the temporary cache file to the real one fails, usuallydmcmahill1-4/+18
2005-05-19Merge most of perl.mk into replace.mk and leave perl.mk to containjlam3-40/+40
2005-05-19if the top level package cache file does not exist then exit withdmcmahill1-1/+2
2005-05-19Properly deal with case where TOOL_DEPENDS.* is a list of values byjlam1-4/+7
2005-05-19The example is missing a definition for PKG_OPTIONS_VAR.jlam1-2/+3
2005-05-18Replaced the NO_WRKDIR_SYMLINK variable with CREATE_WRKDIR_SYMLINK, asrillig1-2/+3
2005-05-18Goal: Remove USE_PERL5 from pkgsrc.jlam2-56/+15
2005-05-18Reinstall BULK_PREREQ before running the post-build script as there may besketch1-1/+10