summaryrefslogtreecommitdiff
path: root/mk/tools
AgeCommit message (Collapse)AuthorFilesLines
2007-07-02Don't special case mtree as tool.joerg1-2/+2
2007-06-25OpenBSD is "special" as it doesn't have bzip2.joerg1-3/+1
2007-06-19Create IDENT variable by default.joerg1-1/+2
2007-06-19Add bzip2 as tool. All platforms that had code to deal with bzcatjoerg8-19/+31
also get bzip2, the rest falls back to archivers/bzip2. OK jlam.
2007-06-19Add ident as tool and use /usr/bin/ident on those platforms I know tojoerg7-7/+26
have it. Fallback to devel/rcs otherwise. Commited during freeze as it is a dependency of pbulk.
2007-06-15Add msgconv to the gettext tools.joerg1-2/+2
2007-06-13gettext-tools was split off with version 0.14.5 of gettext,joerg1-2/+2
so use either a newer version of the former or an older version of the latter.
2007-05-29Test to see if a variable is defined before testing for its value. Keepsdmcmahill1-2/+3
make happy on my older (netbsd-2) NetBSD box.
2007-05-27Define a TOOLS_ENV variable that holds a shell environment that may bejlam1-7/+22
passed to the configure or build phases. This variable holds a slightly different value depending on whether GNU_CONFIGURE is defined or not -- in the former case, the value is tuned for passing the GNU configure script. Automatically pass TOOLS_ENV to GNU configure scripts, so there is no user-visible change.
2007-05-27Move the .if test out of the .for loop because the test condition doesn'tjlam1-5/+5
change within the .for loop.
2007-05-25Add xauth as tool.joerg1-2/+13
2007-05-10Recognize argment "-" as $pofile.obache1-2/+2
2007-05-07Change input file lookup behavior to close to gnu msgfmt's implementation.obache1-7/+10
* allow "-" (stdin) * allow other than regurar file (should fix PR 36257). * if doesn't exist, try to append extension ".po" and ".pot".
2007-04-14Teach pkgsrc about HP-UX.tnn1-0/+59
2007-04-13OpenBSD xargs behaves like Linux xargs; add -r here too.hiramatsu1-2/+2
2007-04-11Add tool definitions for native printf, sleep and sed.tnn1-1/+4
2007-03-17Check for /usr/bin/sleep. I have had this in my pkgsrc for a long time.reed1-1/+5
According to the Filesystem Hierarchy Standard for Linux, sleep is not listed as a required command (or symlink) in /bin.
2007-03-15Check for /bin/bzcat. Noticed on Ubuntu Linux over a week ago.reed1-1/+3
(Could check for /bin/bzip2 also, but I didn't need that.)
2007-03-15For all those who are interested in the inner workings of pkgsrc, thererillig1-1/+23
is a new target "show-all" that fits to the existing "debug", "show-tools", "show-vars" targets. It prints a list of the variables that make up the public interface to pkgsrc. Running this target is especially useful if you want to do some things, you know that they must have been implemented but you don't know what it is called. It also shows the "class" of a variable (user-defined, package-defined, system-defined).
2007-03-05Backed out the latest change because of:rillig2-6/+2
http://mail-index.netbsd.org/pkgsrc-changes/2007/02/28/0009.html
2007-03-01Deprecate unused BUILD_USES_GETTEXT_M4 variable.wiz1-8/+1
2007-02-23Too many packages fail in mysterious ways when they cannot findrillig2-2/+6
pkg-config, which happens mostly after updating a package. Therefore, a failing wrapper is installed for this tool.
2007-02-07Someone decided to remove gtar without discussing this first, so keepjoerg1-1/+3
track of it here as well.
2007-01-25Some Linux distros have gawk and install in /bin.rpaulo1-1/+9
2007-01-22Add xinit as tool.joerg1-2/+13
2007-01-16Add modular Xorg support for iceauth and xmessage as tool, nukejoerg1-3/+24
makepsres at the same time. The latter wasn't used in pkgsrc and is related to DPS which is dead.
2007-01-08IRIX patch isn't usable.rillig1-2/+2
2007-01-08Added patch to the built-in IRIX tools. Without that definition, it isrillig1-1/+2
impossible to do any work, since almost all packages have patches and devel/patch has a broken configure script, which makes the build fail.
2007-01-02Fix typo in comment.wiz1-2/+2
2007-01-02Add font and imake tools for modular Xorg.joerg1-5/+87
2006-12-27Skip gs as tool during build of print/ghostscript6.joerg1-2/+3
2006-12-27Use print/ghostscript as default now that it is newer thanjoerg1-2/+2
print/ghostscript-gnu.
2006-12-15Remove trailing tabs.martti2-4/+4
2006-12-15Remove trailing spaces.martti2-4/+4
2006-12-13Darwin's bison is too old (1.28) to build some packagesminskim1-3/+4
(e.g. libgnomeprint). Comment out lines for the native bison and note why.
2006-12-12Darwin has bison.minskim1-1/+3
2006-12-05Recognize aclocal-1.10 and automake-1.10.wiz1-3/+5
2006-12-02Use /usr/bin/unzip as unzip on Darwin.minskim1-1/+2
2006-11-06Use the shell "test" builtin. Not only is it faster, but /bin/test istv1-2/+2
wrong about some of its results when using implied privileges (e.g., an account in group Administrators where the directory is writable by Users).
2006-11-03Add mkfontscale.joerg1-1/+9
2006-10-17If /usr/bin/printf exists, it will be used.rillig1-1/+4
2006-10-17Added /usr/bin/printf.rillig1-1/+2
2006-10-17Use /usr/bin/printf if it exists.rillig1-1/+4
2006-10-15Teach how to unpack .gem files.minskim2-2/+14
2006-10-15Darwin has gm4 and printf.minskim1-1/+3
2006-09-27Remove XFree86.joerg1-13/+3
2006-09-15Now, gettext tools is available from devel/gettext-tools, so prioritizeobache1-2/+2
gettext-tools over gettext.
2006-08-25Make sure that /usr/bin/wish exists before using it as a tool.minskim1-1/+3
2006-08-07Add "dvipdf" to the list of tools provided by ghostscript.cube1-2/+2
2006-08-06Handle the share/pkgconfig directory where platform-independent packagesjmmv1-2/+2
(e.g. gtk-doc 1.6) want to install .pc files.