Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-11 | don't assume we have /bin/zcat | tnn | 1 | -1/+3 | |
2009-09-04 | Use unzip from base if it exists. | joerg | 1 | -1/+4 | |
2009-08-18 | Add TOOLS_PLATFORM.groff. groff has been installed at least since 10.4. | yyamano | 1 | -1/+4 | |
Fixed pkg/41903. Thanks Jesse! | |||||
2009-07-08 | Add xzcat as a tool and update lzcat's TOOLS_DEPENDS to avoid conflicts. | minskim | 2 | -4/+16 | |
archivers/xz provides both lzcat and xzcat. | |||||
2009-06-10 | Hide automake-1.11 by default as well. | wiz | 1 | -3/+5 | |
2009-04-22 | _PATCH_BACKUP_ARG must match the selected patch, so override potential | joerg | 1 | -2/+2 | |
platform value when using the version from pkgsrc. | |||||
2009-04-21 | Use nbpatch, not gpatch, when the platform is missing it. | joerg | 1 | -5/+5 | |
The former is known to have less issues like being able to deal with asymmetric context and no line limits. | |||||
2009-04-01 | Remove tool definition for native pax as it is not fully compatible with | joerg | 2 | -4/+2 | |
the expected pax use and has some bad behavior making it undesirable to work around. Discussed with hasso@ and on tech-pkg. | |||||
2009-03-27 | Pass some additional options down as used by the scmgit-base build. | joerg | 1 | -2/+5 | |
Tested by full bulk build, ok wiz@ | |||||
2009-03-22 | Fix copy&paste error resulting in duplicate .endif. | joerg | 1 | -2/+1 | |
2009-03-22 | Rename MSGFMT_STRIP_MSGCTX to MSGFMT_STRIP_MSGCTXT to reflect what is | joerg | 2 | -18/+28 | |
stripped. Allow the script to be used for pkgsrc msgfmt as well. Set MSGFMT_STRIP_MSGCTXT automatically for msgfmt before 0.15. | |||||
2009-03-20 | MSGFMT_STRIP_* applies to both the native and the pkgsrc version, so | joerg | 1 | -4/+4 | |
move the conditional block into the shared path. | |||||
2009-03-20 | Refactor msgfmt.sh script to conditionally strip the msgid_plural for | joerg | 4 | -268/+315 | |
old NetBSD versions and to strip msgctx if requested by the package. This allows to replace the use of msgfmtstrip in various packages by setting MSGFMT_STRIP_MSGCTX. | |||||
2009-03-17 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 4 | -13/+12 | |
2009-03-05 | Initial definitions for FreeMiNT - also needs patches to pkgtools | abs | 1 | -0/+110 | |
2009-02-05 | Drop tools/bootstrap.mk. It was mostly reundant as the bootstrap | joerg | 4 | -132/+9 | |
components are correctly registered as dependencies. Move the remaining two exceptions into the corresponding platform files. XXX Both the strip and mkdir-sh are currently not registered | |||||
2009-02-05 | Don't skip the pax dependency. It has been registered as part of the | joerg | 1 | -6/+2 | |
bootstrap for a long time. As it is no longer a bootstrap part, the dependency is required. | |||||
2009-02-02 | Use system tbl if it exists. From Jens Rehsack. | joerg | 1 | -1/+4 | |
2009-01-22 | Do not use GNU m4 shipped with the OS on systems prior to Mac OS 10.5. | schwarz | 1 | -2/+2 | |
10.4 shipped with gm4 1.4.2, 10.3 came with 1.4. This is not recent enough for some packages (specifically devel/autoconf), so use pkgsrc's gm4 instead. Fixes PR#40329. | |||||
2008-12-23 | Use a temporary variable to hold ${_dep_:C/\:.*$//} since it is used | dsl | 1 | -2/+3 | |
as a modifier on another variable and would need to be escaped as :M${_dep_\:C/\\\:.*$//} in order for the modifiers to be parsed correctly. This all used to work because _dep_ is a .for loop control variable which was substituted in an earlier pass through the line. Recent changes leave .for loop control variables to be substituted during normal expansion. Adding the \ would leave the script non-working with theolder make. OK'd by Beefy | |||||
2008-12-15 | There is no mail/nail anymore. | rillig | 1 | -5/+5 | |
2008-12-05 | Bump intltools dependency default to 0.40.0, more and more programs need it. | wiz | 1 | -2/+2 | |
That version has been in pkgsrc for nearly 6 months now, it is in the last two branches. | |||||
2008-11-15 | Add lzcat to the tools framework. | minskim | 2 | -2/+14 | |
lzcat will be used to decompress .lzma files. | |||||
2008-10-08 | Allow use of fetch as tool. | joerg | 1 | -1/+11 | |
2008-09-11 | If "/usr/gnu/bin/false" exists use that as a value of ${FALSE}. This is known | adrianp | 1 | -1/+5 | |
to exist at least on OpenSolaris. This makes the useradd scripts work under OpenSolaris as it won't accept "false" as a ${SHELL}. | |||||
2008-08-10 | Prefer builtin echo, test/[, true/false. | ahoka | 2 | -6/+10 | |
State that we use pdksh on these platforms. | |||||
2008-08-09 | UCB binaries were removed from OpenSolaris, so let's use builtin echo | ahoka | 1 | -2/+6 | |
as we use pdksh on this platform. Also use /usr/bin/ginstall when it's present (it is on OpenSolaris) for the same reason. This problem was reported by Andras Barna. | |||||
2008-07-21 | set TOOLS_PLATFORM.ftp to /usr/bin/ftp | dbj | 1 | -1/+2 | |
2008-05-25 | DragonFly normally has bsdtar in /usr/bin. | joerg | 1 | -1/+4 | |
2008-05-25 | Add bsdtar to the tools list. | joerg | 1 | -1/+12 | |
2008-05-25 | bootstrap packages has been registered for while now. | joerg | 1 | -6/+2 | |
2008-05-22 | Add ftp as tool. On NetBSD and DragonFly, this will use the system | joerg | 3 | -3/+15 | |
version of tnftp, otherwise it will use net/tnftp. Require ftp as bootstrap dependency when the package has files to fetch. The dependency is currently unconditional and FETCH_CMD is set to TOOLS_PATH.ftp by default. | |||||
2008-05-17 | Check that /usr/bin/patch really exists, so that we can gracefully fall | tnn | 1 | -1/+3 | |
back to depending on devel/patch. | |||||
2008-04-20 | Reset PKG_CONFIG_PATH in the environment. Fixes misterious build problems | jmmv | 1 | -2/+4 | |
of packages when it is already defined by the user. | |||||
2008-04-15 | Require at least version 3.81 of "gmake". It has been in "pkgsrc" for | tron | 1 | -2/+2 | |
almost two years at some packages (e.g. "openjade") require at least that version anyway. | |||||
2008-04-04 | Detect and use native bzip2(1) tool. | tnn | 1 | -1/+6 | |
2008-03-11 | Revert previous, /bin/ksh appears to be even worse than /bin/sh. | tnn | 1 | -2/+2 | |
(Need to consider installing a sane shell as part of bootstrap.) | |||||
2008-03-11 | Use /bin/ksh instead of /bin/sh on HPUX. | tnn | 1 | -2/+2 | |
/bin/sh, the "POSIX.2 compliant" shell, is FUBAR: $ echo {a,b} a b | |||||
2008-02-29 | Make chrpath(1) a tool. Intended scope is fixing up some Linux emulation | tnn | 1 | -1/+12 | |
packages without having to do the LD_LIBRARY_PATH dance. | |||||
2008-02-19 | Look for mktemp in /bin, too, where Debian systems keep it. | epg | 1 | -1/+3 | |
2008-02-13 | Don't use the bundled GNU Make on Mac OS X version older than Leopard. | tron | 1 | -1/+3 | |
Some packages (e.g. "openjade") require GNU Make 3.81 which is not included in older versions of Mac OS X. | |||||
2008-02-13 | Fix a recently introduced logic error. PR pkg/37998 from Stuart Shelton. | tnn | 1 | -6/+6 | |
2008-02-13 | Whenever a tool from TOOLS_FAIL is executed, print a useful error | rillig | 1 | -2/+4 | |
message. This is much better than failing silently. | |||||
2008-02-07 | Same as previous, but the line above. (Sigh) | tnn | 1 | -3/+4 | |
2008-02-07 | Oops, make sure the variable is defined before testing it's value. | tnn | 1 | -2/+3 | |
2008-02-07 | Fix busted groff handling on SunOS. | tnn | 1 | -3/+7 | |
Also, change the logic so that the construct: USE_TOOLS+= groff nroff means: "iff groff is to be provided by textproc/groff, then nroff is also to be provided by textproc/groff". This provides a sane mechanism to express need for GNU nroff. This is part one of fixing packages that set USE_BSD_MAKEFILE=yes on SunOS. (bsd.man.mk needs an nroff that understands -mandoc) | |||||
2008-01-14 | remove makedepend hack | tnn | 1 | -4/+1 | |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 2 | -20/+20 | |
including file is always the first in the search path. | |||||
2007-12-18 | Doing USE_TOOLS+=cmake in the configure stage is too late so move it | markd | 4 | -12/+30 | |
to tools. Also cmake wants cpack to exist in the same directory so toolise it and make cmake and cpack imply each other. | |||||
2007-12-12 | Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it in | markd | 2 | -2/+14 | |
the configure stage of a build (by setting USE_CMAKE=yes). |