Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-05-16 | set -e to abort on errors from the sub-makes. | joerg | 1 | -2/+2 | |
2007-05-11 | PKGBASE must not include a backslash. | rillig | 1 | -4/+4 | |
2007-05-10 | Recognize argment "-" as $pofile. | obache | 1 | -2/+2 | |
2007-05-09 | Add two targets, pbulk-index and pbulk-index-item. | joerg | 3 | -3/+108 | |
pbulk-index-item prints a number of variables used by the parallel bulk build code during either the build, the report or the upload phase. pbulk-index checks whether multiple versions of the current package could be build (e.g. because multiple Python versions are supported) and uses pbulk-index-item for each possible combination. Thanks to David Laight for explaining the different between using :[#] in the body of a make target and in a clause of an .if. Powered-by: Google SoC 2007. | |||||
2007-05-09 | Fix prefix for Apache 2.2 packages. | joerg | 1 | -2/+2 | |
2007-05-07 | On Cygwin, OS_VERSION contains special characters, so it needs the :Q | rillig | 1 | -2/+2 | |
operator. An example version is 1.5.24(0.156/4/2). | |||||
2007-05-07 | When looking for help for _vargroups, the show-all target will be shown. | rillig | 1 | -2/+2 | |
2007-05-07 | Added variable descriptions. | rillig | 2 | -2/+11 | |
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-05-07 | If a package is already installed, the PKG_OPTIONS of the installed | rillig | 1 | -6/+6 | |
package is returned rather than querying the source package. First, this is more correct, and second, it greatly speeds up pkgsrc, especially when many packages are already installed. | |||||
2007-05-06 | Add some DSPAM options to keep pkglint happy | adrianp | 1 | -0/+5 | |
2007-05-06 | Back out previous. The packages that incorrectly assume that ld | tnn | 2 | -7/+1 | |
--version-script works are few enough to warrant fixing each one of them instead. Silenty dropping the flag makes it impossible to detect whether or not --version-script is supported. Pointed out by joerg@ | |||||
2007-05-01 | Converted a load-time .for loop into a run-time one. This brings back | rillig | 1 | -6/+3 | |
the variables CONFIGURE_ARGS, _DISTFILES, _PATCHFILES and _PLIST_IGNORE_FILES to the +BUILD_INFO file. Fixes PR 36228. | |||||
2007-04-29 | --version-script is GNU ld specific, remove from command line. | tnn | 2 | -1/+7 | |
2007-04-29 | - Use builtin krb5 implementation. | tnn | 1 | -1/+7 | |
- Default to sysutils/gamin for packages that need libfam. | |||||
2007-04-28 | Correct comment about -g3 flag. | tnn | 1 | -2/+2 | |
2007-04-27 | Set "BUILDLINK_LDFLAGS.dl" to "${BUILDLINK_LDFLAGS.dlcompat}" if we are | tron | 1 | -1/+2 | |
using the "dlcompat" package under Mac OS X. Another attempt to fix PR pkg/36086. | |||||
2007-04-25 | Do not include posix_headers when bootstrapping. The package is only | tnn | 1 | -2/+2 | |
useful when building packages from source, and it is compiler dependent. | |||||
2007-04-24 | Enable use of pkgtools/posix_headers on HP-UX version 11.11. | tnn | 1 | -1/+6 | |
2007-04-22 | rename shared modules from .so to .sl | tnn | 1 | -4/+9 | |
2007-04-22 | Handle linker optimization flag. | tnn | 1 | -1/+6 | |
2007-04-21 | fix typo | tnn | 1 | -2/+2 | |
2007-04-21 | .so -> .sl substitution | tnn | 1 | -1/+5 | |
2007-04-21 | don't use the system provided openssl and zlib for now | tnn | 1 | -1/+6 | |
2007-04-21 | add workaround for ld(1) run path problems and document those | tnn | 2 | -1/+33 | |
2007-04-19 | add awk script to be used for Spectrum Object Module shlib handling. | tnn | 2 | -1/+13 | |
2007-04-19 | Check if INSTALLATION_DIRS_FROM_PLIST is defined before using .if | xtraeme | 1 | -2/+3 | |
!empty... Reported by Mihai Chelaru. | |||||
2007-04-19 | Drop NO_MTREE by making it the default. Introduce USE_MTREE to get the | joerg | 4 | -39/+13 | |
old behaviour back. Discussed on tech-pkg@. | |||||
2007-04-17 | Fix last commit to really save forks at mentioned by rillig@: | joerg | 1 | -2/+2 | |
OPSYS needs to be evaluated in-place, so use :=. | |||||
2007-04-17 | Rename option glx to dri; it will be used by MesaLib shortly, and | dillo | 1 | -1/+1 | |
dri seems more natural there. Okayed by wiz and joerg. | |||||
2007-04-17 | Describe glx option -- used by modular-xorg-server and wip/MesaLib | dillo | 1 | -0/+1 | |
to enable direct rendering support. XXX: Maybe it should be renamed to dri? | |||||
2007-04-17 | fix botched $NetBSD$ | tnn | 1 | -1/+1 | |
2007-04-17 | add support for the HP-UX C/aC++ compilers | tnn | 2 | -2/+92 | |
2007-04-17 | Save a fork() by not invoking the 'tr' utility. | tnn | 1 | -2/+2 | |
XXX: the OS_VERSION stuff could use a similar cleanup, replacing tr A-Z a-z occurences with the make :tl modifier. | |||||
2007-04-15 | It makes more sense to run "bmake debug" when the WRKDIR is still | rillig | 1 | -2/+2 | |
populated with all sorts of files, since they provide the most useful information. | |||||
2007-04-14 | Teach pkgsrc about HP-UX. | tnn | 8 | -6/+1599 | |
2007-04-14 | correct ulimit commands, cleanup obsolete definitions | tnn | 1 | -8/+5 | |
2007-04-13 | OpenBSD xargs behaves like Linux xargs; add -r here too. | hiramatsu | 1 | -2/+2 | |
2007-04-12 | OSF1 always needs _REENTRANT to be defined when including pthread.h, or it | tnn | 1 | -1/+2 | |
will bail out with an #error preprocessing directive, regardless of whether we actually link to libpthread or not. NB: We can't just sprinkle PTHREAD_AUTO_VARS=YES on the affected packages, because that would introduce a libpthread.so dependency where such isn't wanted. (MesaLib, glitz, ...) For this reason -D_REENTRANT is added directly to CFLAGS. | |||||
2007-04-12 | Add OSF1 wrapper quirks to always enable posix sockets and iso C++ iostreams. | tnn | 1 | -1/+4 | |
Fixes PR 31444. Fixes PR 31447. Both problems reported by Rumi Szabolcs. | |||||
2007-04-11 | Set correct OBJECT_FMT on OSF1. | tnn | 1 | -1/+3 | |
2007-04-11 | ECOFF on OSF1 behaves like ELF as far as PLISTs are concerned. | tnn | 1 | -2/+2 | |
2007-04-11 | OSF1 uses ECOFF libraries. Rename COFF to ECOFF to distinguish it from other | tnn | 1 | -2/+2 | |
variants of COFF. | |||||
2007-04-11 | Kill _OPSYS_RPATH_NAME; it was renamed to COMPILER_RPATH_FLAG years ago. | tnn | 1 | -2/+1 | |
2007-04-11 | Add tool definitions for native printf, sleep and sed. | tnn | 1 | -1/+4 | |
2007-04-11 | When pkgsrc-wip is available, look in those files, too. | rillig | 1 | -1/+4 | |
2007-04-10 | document the ocamlduce option | tonio | 1 | -0/+1 | |
2007-04-10 | Fixed typo in the comment. | rillig | 1 | -3/+3 | |
2007-04-10 | + -march=* | rillig | 1 | -1/+2 | |
2007-04-09 | Remove special treatment of "DynaLoader.a" completely. It's not necessary | tron | 2 | -30/+2 | |
with current libtool version and breaks the build under Darwin 8.x and NetBSD 4.0_BETA2. |