Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-04 | Made the code that selects the possible Java VMs much simpler. | rillig | 1 | -18/+9 | |
2006-11-04 | Brought the comment into "pkgsrc comment normal form". | rillig | 1 | -17/+33 | |
2006-11-04 | When a package sets INSTALLATION_DIRS_FROM_PLIST to "yes", it does not | rillig | 2 | -2/+45 | |
need to specify INSTALLATION_DIRS itself. Instead, the list is generated from the static PLIST files. Like for INSTALLATION_DIRS, mtree is disabled when this variable is set. | |||||
2006-11-03 | Add mkfontscale. | joerg | 1 | -1/+9 | |
2006-11-03 | Fix thinko: INSTALLATION_DIRS entries don't have ${DESTDIR} as prefix, | joerg | 1 | -3/+3 | |
just ${PREFIX}. | |||||
2006-11-03 | Don't reset the "installed" state when using DESTDIR operations on | joerg | 1 | -1/+3 | |
deinstall. The semantic of deinstall should stay as "remove the installed version" and the old behaviour force a repackaging. | |||||
2006-11-03 | Add package-install. For non-DESTDIR builds, package and package-install | joerg | 3 | -4/+31 | |
are identical. For DESTDIR builds, the package is not installed to PREFIX as part of the build, so package-install does exactly that after package is done. Change bin-install to call package-install. | |||||
2006-11-03 | The Tru64 linker does not know -h ${soname}, only -soname ${soname}. | rillig | 2 | -2/+12 | |
Patch provided by Hrvoje Habjanic in http://mail-index.netbsd.org/pkgsrc-users/2006/11/02/0003.html | |||||
2006-11-02 | Removed some code duplication, which results in 120 lines less code. | rillig | 1 | -147/+29 | |
2006-11-02 | Adjusted the check-perms target to the recent update of | rillig | 1 | -11/+11 | |
sysutils/checkperms. Regular files are now checked if they needlessly have the executable bit set. | |||||
2006-10-29 | Update to version 2006-05-10.23 from automake-1.10. | wiz | 1 | -85/+116 | |
2006-10-29 | Merge 2006-09-20 (local changes: only sh5 support). | wiz | 1 | -58/+125 | |
2006-10-29 | Merge 2006-07-02 (local changes: only sh5 support). | wiz | 1 | -296/+337 | |
2006-10-29 | Added a "see also" entry. | rillig | 1 | -1/+4 | |
2006-10-28 | Add graphicsmagick and imagemagick options, for ruby-RMagick. | obache | 1 | -0/+2 | |
2006-10-27 | add MASTER_SITE_GENTOO, from FreeBSD | drochner | 1 | -1/+57 | |
cvs: ---------------------------------------------------------------------- | |||||
2006-10-26 | Oops, spurious line in the output. | rillig | 1 | -2/+1 | |
2006-10-26 | Changed BUILD_MAKE_FLAGS and TEST_MAKE_FLAGS to be appended to the | rillig | 2 | -10/+48 | |
common MAKE_FLAGS instead of overriding them, to align with the new definition of INSTALL_MAKE_FLAGS. The packages that override BUILD_MAKE_FLAGS don't have to be changed, since they prepended MAKE_FLAGS to BUILD_MAKE_FLAGS, except for less than five cases. In those cases, it may well have been unknown to the package author that MAKE_INSTALL_FLAGS had been an overriding variable instead of one whose value is just appended to something else. Some packages (postgresql, some compilers, Java environments, qcad) are using code copied from build.mk. These packages will have to be adjusted to the new variable definitions. To make this change easier, two new variables BUILD_MAKE_CMD and TEST_MAKE_CMD have been introduced that contain the complete command that makes up the call to make(1). This prevents further code duplication. | |||||
2006-10-26 | Converted the commands that output lists to make(1) loops instead of | rillig | 1 | -24/+14 | |
passing the lists literally. This avoids calling printf(1) with only one argument, since POSIX and bash differ in the implementation. | |||||
2006-10-26 | Change INSTALL_MAKE_FLAGS to be _appended_ to MAKE_FLAGS when running | rillig | 1 | -3/+3 | |
"make install". That way, packages don't have to say: INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} foo=bar, instead it suffices to say INSTALL_MAKE_FLAGS+= foo=bar, which is also more appropriate since multiple files (Makefile, Makefile.common, options.mk, *.mk) don't need to care about whether INSTALL_MAKE_FLAGS already includes MAKE_FLAGS or not. Note: It is no longer possible to override MAKE_FLAGS completely. But except for some exotic platforms, the default value is empty anyway. | |||||
2006-10-26 | Replaced a .sinclude with .include to catch errors when X11_TYPE is not | rillig | 3 | -6/+6 | |
one of "native" or "xorg". Failing with an error message in the right file is better than failing somewhere else with a completely obscure error message. | |||||
2006-10-26 | PKG_DEVELOPER is a defined check; it doesn't need to equal the string "yes". | tv | 1 | -2/+2 | |
2006-10-26 | -E is an alias for --export-dynamic, which the Solaris linker does not | rillig | 1 | -2/+2 | |
understand, too. | |||||
2006-10-25 | Tried to document some of the *_ENV variables. There are still many TODO | rillig | 1 | -0/+66 | |
and XXX tags. | |||||
2006-10-25 | The file directories.mk provides a short help on some directories that | rillig | 1 | -0/+41 | |
are important to pkgsrc. | |||||
2006-10-24 | Add memtest+ 1.65 to pkgsrc, with options for serial console and .iso generation | smb | 1 | -0/+2 | |
2006-10-23 | Added the CHECK_PORTABILITY_SKIP variable that may be defined by packages | rillig | 2 | -7/+18 | |
to exclude some files from the portability checks. | |||||
2006-10-23 | Moved the help system into its own subdirectory. Extracted the AWK | rillig | 4 | -92/+113 | |
program into its own file, since that way, one can add comments to the code. For convenience, keyword search is case insensitive. | |||||
2006-10-23 | Added a file describing the DISTNAME variable, so "make help | rillig | 1 | -0/+11 | |
topic=DISTNAME" produces useful results. And no, I didn't start the PKGNAME vs. DISTNAME discussion here. | |||||
2006-10-22 | Added INCSDIR and LIBDIR to BSD_MAKE_ENV. | rillig | 1 | -2/+5 | |
2006-10-22 | The new variable BSD_MAKE_ENV defines BINOWN, BINGRP, etc. | rillig | 1 | -1/+7 | |
2006-10-22 | Added a variable RUN (no leading underscore) as abbreviation for | rillig | 1 | -1/+8 | |
${_PKG_SILENT}${_PKG_DEBUG}, so that this feature can be used by packages, too. | |||||
2006-10-22 | Removed setargs_from_cmd, as it is unused. | rillig | 1 | -12/+1 | |
2006-10-22 | Added header comments. | rillig | 7 | -7/+53 | |
2006-10-21 | If ${WRKSRC} does not yet exist in the configure phase, skip the | rillig | 1 | -1/+2 | |
portability checks. Needed for the emulators/compat?? packages. | |||||
2006-10-21 | The "scan" program does not modify "$@". | rillig | 1 | -7/+2 | |
2006-10-21 | Fixed the "inconsistent update" problem when using the pkgsrc wrapper | rillig | 3 | -7/+14 | |
cache together with MAKE_FLAGS=-j. The cache file is now regenerated into a temporary file and then renamed (atomically) to the "real" cache file. Fixed some code that would fail when run in "set -e" mode. If you want to test the "set -e" mode, just uncomment the line in wrapper.sh. | |||||
2006-10-21 | Moved the check whether checkperms(1) exists from load time to run time. | rillig | 1 | -12/+10 | |
2006-10-21 | Documented a not-so-easily-fixed bug that occurs when stripping comments | rillig | 1 | -1/+3 | |
off a line. | |||||
2006-10-21 | When CPP is defined as "cc -E" on Solaris with sunpro, the cc wrapper | rillig | 1 | -3/+5 | |
had been overwritten with the cpp wrapper, and the latter didn't define the necessary transformation rules. Fixed that. | |||||
2006-10-21 | Add two new options for viewvc | adrianp | 1 | -0/+2 | |
2006-10-18 | Added a stub describing the public interface of this file. | rillig | 1 | -1/+16 | |
2006-10-18 | Add cformat= to avoid an error and exit on the undefined variable. | ben | 1 | -1/+2 | |
2006-10-18 | Change from jlam that adds the ability to override the decompressor used | ben | 1 | -7/+23 | |
by extract. | |||||
2006-10-18 | Add ipa options. | markd | 1 | -0/+6 | |
2006-10-17 | Add an (up to date!) HTTP mirror for KDE sources, the first HTTP site in the ↵ | dsainty | 1 | -1/+2 | |
preferred list on http://download.kde.org. | |||||
2006-10-17 | Added a missing line continuation in the README.html target. | rillig | 1 | -2/+2 | |
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 | |