Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-02 | Don't special case mtree as tool. | joerg | 1 | -2/+2 | |
2007-06-25 | OpenBSD is "special" as it doesn't have bzip2. | joerg | 1 | -3/+1 | |
2007-06-19 | Create IDENT variable by default. | joerg | 1 | -1/+2 | |
2007-06-19 | Add bzip2 as tool. All platforms that had code to deal with bzcat | joerg | 8 | -19/+31 | |
also get bzip2, the rest falls back to archivers/bzip2. OK jlam. | |||||
2007-06-19 | Add ident as tool and use /usr/bin/ident on those platforms I know to | joerg | 7 | -7/+26 | |
have it. Fallback to devel/rcs otherwise. Commited during freeze as it is a dependency of pbulk. | |||||
2007-06-15 | Add msgconv to the gettext tools. | joerg | 1 | -2/+2 | |
2007-06-13 | gettext-tools was split off with version 0.14.5 of gettext, | joerg | 1 | -2/+2 | |
so use either a newer version of the former or an older version of the latter. | |||||
2007-05-29 | Test to see if a variable is defined before testing for its value. Keeps | dmcmahill | 1 | -2/+3 | |
make happy on my older (netbsd-2) NetBSD box. | |||||
2007-05-27 | Define a TOOLS_ENV variable that holds a shell environment that may be | jlam | 1 | -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-27 | Move the .if test out of the .for loop because the test condition doesn't | jlam | 1 | -5/+5 | |
change within the .for loop. | |||||
2007-05-25 | Add xauth as tool. | joerg | 1 | -2/+13 | |
2007-05-10 | Recognize argment "-" as $pofile. | obache | 1 | -2/+2 | |
2007-05-07 | Change input file lookup behavior to close to gnu msgfmt's implementation. | obache | 1 | -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-14 | Teach pkgsrc about HP-UX. | tnn | 1 | -0/+59 | |
2007-04-13 | OpenBSD xargs behaves like Linux xargs; add -r here too. | hiramatsu | 1 | -2/+2 | |
2007-04-11 | Add tool definitions for native printf, sleep and sed. | tnn | 1 | -1/+4 | |
2007-03-17 | Check for /usr/bin/sleep. I have had this in my pkgsrc for a long time. | reed | 1 | -1/+5 | |
According to the Filesystem Hierarchy Standard for Linux, sleep is not listed as a required command (or symlink) in /bin. | |||||
2007-03-15 | Check for /bin/bzcat. Noticed on Ubuntu Linux over a week ago. | reed | 1 | -1/+3 | |
(Could check for /bin/bzip2 also, but I didn't need that.) | |||||
2007-03-15 | For all those who are interested in the inner workings of pkgsrc, there | rillig | 1 | -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-05 | Backed out the latest change because of: | rillig | 2 | -6/+2 | |
http://mail-index.netbsd.org/pkgsrc-changes/2007/02/28/0009.html | |||||
2007-03-01 | Deprecate unused BUILD_USES_GETTEXT_M4 variable. | wiz | 1 | -8/+1 | |
2007-02-23 | Too many packages fail in mysterious ways when they cannot find | rillig | 2 | -2/+6 | |
pkg-config, which happens mostly after updating a package. Therefore, a failing wrapper is installed for this tool. | |||||
2007-02-07 | Someone decided to remove gtar without discussing this first, so keep | joerg | 1 | -1/+3 | |
track of it here as well. | |||||
2007-01-25 | Some Linux distros have gawk and install in /bin. | rpaulo | 1 | -1/+9 | |
2007-01-22 | Add xinit as tool. | joerg | 1 | -2/+13 | |
2007-01-16 | Add modular Xorg support for iceauth and xmessage as tool, nuke | joerg | 1 | -3/+24 | |
makepsres at the same time. The latter wasn't used in pkgsrc and is related to DPS which is dead. | |||||
2007-01-08 | IRIX patch isn't usable. | rillig | 1 | -2/+2 | |
2007-01-08 | Added patch to the built-in IRIX tools. Without that definition, it is | rillig | 1 | -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-02 | Fix typo in comment. | wiz | 1 | -2/+2 | |
2007-01-02 | Add font and imake tools for modular Xorg. | joerg | 1 | -5/+87 | |
2006-12-27 | Skip gs as tool during build of print/ghostscript6. | joerg | 1 | -2/+3 | |
2006-12-27 | Use print/ghostscript as default now that it is newer than | joerg | 1 | -2/+2 | |
print/ghostscript-gnu. | |||||
2006-12-15 | Remove trailing tabs. | martti | 2 | -4/+4 | |
2006-12-15 | Remove trailing spaces. | martti | 2 | -4/+4 | |
2006-12-13 | Darwin's bison is too old (1.28) to build some packages | minskim | 1 | -3/+4 | |
(e.g. libgnomeprint). Comment out lines for the native bison and note why. | |||||
2006-12-12 | Darwin has bison. | minskim | 1 | -1/+3 | |
2006-12-05 | Recognize aclocal-1.10 and automake-1.10. | wiz | 1 | -3/+5 | |
2006-12-02 | Use /usr/bin/unzip as unzip on Darwin. | minskim | 1 | -1/+2 | |
2006-11-06 | Use the shell "test" builtin. Not only is it faster, but /bin/test is | tv | 1 | -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-03 | Add mkfontscale. | joerg | 1 | -1/+9 | |
2006-10-17 | If /usr/bin/printf exists, it will be used. | rillig | 1 | -1/+4 | |
2006-10-17 | Added /usr/bin/printf. | rillig | 1 | -1/+2 | |
2006-10-17 | Use /usr/bin/printf if it exists. | rillig | 1 | -1/+4 | |
2006-10-15 | Teach how to unpack .gem files. | minskim | 2 | -2/+14 | |
2006-10-15 | Darwin has gm4 and printf. | minskim | 1 | -1/+3 | |
2006-09-27 | Remove XFree86. | joerg | 1 | -13/+3 | |
2006-09-15 | Now, gettext tools is available from devel/gettext-tools, so prioritize | obache | 1 | -2/+2 | |
gettext-tools over gettext. | |||||
2006-08-25 | Make sure that /usr/bin/wish exists before using it as a tool. | minskim | 1 | -1/+3 | |
2006-08-07 | Add "dvipdf" to the list of tools provided by ghostscript. | cube | 1 | -2/+2 | |
2006-08-06 | Handle the share/pkgconfig directory where platform-independent packages | jmmv | 1 | -2/+2 | |
(e.g. gtk-doc 1.6) want to install .pc files. |