Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jlam eb9034727a Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,
are handled.  The idea now is to simply remove the paths in the values
of these variables, leaving behind only the basename plus any arguments,
e.g.:

	CC= /usr/local/bin/gcc       becomes   CC= gcc
	CPP= /usr/local/bin/gcc -E   becomes   CPP= gcc -E

The wrapper scripts are generated for every unique executable mentioned
by the toolchain variables, so for the example above, only a "gcc"
wrapper script is generated for ${CC} and ${CPP}.  PKG_{CC,CPP,CXX,etc.}
are the paths to the executables wrapped by the wrapper scripts.

Note that it's now possible to set "CC" to something more than just the
path to the compiler, e.g.

	CC= cc -ffast-math -funroll-loops -fomit-frame-pointer

and the full value of ${CC} will be passed through via CONFIGURE_ENV
and MAKE_ENV.
2004-11-30 14:50:37 +00:00
archivers Update p5-Archivers-Tar from version 1.21 to 1.22. 2004-11-29 14:12:47 +00:00
audio Update to 0.11.2, from Robert Lillack in PR 28456: 2004-11-29 20:45:42 +00:00
benchmarks Reset maintainer on his request. 2004-11-27 18:14:24 +00:00
biology Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bootstrap ditch NetBSD-specific stuff, specifically -Werror which xlc doesn't 2004-11-27 14:42:28 +00:00
cad update to transcalc-0.14 2004-11-30 00:27:35 +00:00
chat Retry removal of liece. 2004-11-30 09:16:24 +00:00
comms Update to 0.9.8. Fix MAINTAINER. Changelog: 2004-11-29 00:58:08 +00:00
converters Be consistent in variable usage (or lack thereof). 2004-11-30 08:06:01 +00:00
cross Update MAINTAINER's email address. 2004-11-22 02:10:45 +00:00
databases Update p5-BerkeleyDB from version 0.25 to 0.26. 2004-11-29 14:48:02 +00:00
devel Update to 0.24: 2004-11-30 12:08:52 +00:00
distfiles
doc Note gnome-icon-theme update to 2.8.0nb2. 2004-11-30 14:25:03 +00:00
editors This needs a curses. 2004-11-28 13:46:50 +00:00
emulators + gpsim-{devel,oscilloscope,ptyusart} 2004-11-30 14:41:19 +00:00
finance Remove -Werror from CFLAGS, since on -current this makes it fail 2004-11-28 23:25:17 +00:00
fonts Update efont-unicode to 0.4.2. Minor fixes. 2004-11-29 15:11:16 +00:00
games Add patch for gcc2. 2004-11-29 20:16:59 +00:00
geography Fix HOMEPAGE. 2004-11-29 19:32:18 +00:00
graphics Fix PLIST for hicolor-icon-theme>=0.5, and depend on that version 2004-11-30 14:19:56 +00:00
ham Update of hamlib to 1.2.3: New models and bugfixes - 2004-11-23 11:21:07 +00:00
inputmethod Do not include nbitools/buildlink3.mk in sj3-lib's buildlink3.mk 2004-11-30 02:30:59 +00:00
lang Updated to 0.12, based on PR 28446 by pancake: 2004-11-29 15:17:00 +00:00
licenses Update from webpage at http://www.cmbi.kun.nl/~schaft/molden/COMMERCIAL_LICENSE.html 2004-11-30 07:42:29 +00:00
mail Do not copy Makefiles around, just use MAKEFILE variable. 2004-11-30 08:08:26 +00:00
math Add dependency on lang/ocaml for those systems which ocamlopt is supported 2004-11-29 22:05:08 +00:00
mbone bl3ify. This makes the pkg build on NetBSD 1.6. 2004-11-03 00:46:24 +00:00
meta-pkgs From KDE CVS, KDE_3_3_BRANCH: 2004-11-28 18:35:48 +00:00
misc Update molden to 4.2. Patch provided by Osamu OISHI, the MAINTAINER. 2004-11-30 03:41:54 +00:00
mk Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., 2004-11-30 14:50:37 +00:00
multimedia Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready 2004-11-28 19:19:51 +00:00
net Update to 0.3.8, provided by veego. 2004-11-30 12:31:29 +00:00
news Update HOMEPAGE. 2004-11-19 16:59:07 +00:00
packages
parallel Changes 3.4.5: 2004-11-12 10:45:45 +00:00
pkgtools Update to rev. 0.116. 2004-11-23 22:00:48 +00:00
print Updated LPRng to 3.8.28 2004-11-28 16:04:00 +00:00
regress Add regression tests to check that -DFOO="/usr/pkg/lib/libfoo.la" isn't 2004-11-09 16:44:49 +00:00
security - Honor PKG_SYSCONFDIR. 2004-11-30 05:58:04 +00:00
shells PKGREVISION bump for previous (since a binpkg already exists for the 2004-11-29 12:42:41 +00:00
sysutils Redo three patches to address build failure on NetBSD <= 1.6ZC, to 2004-11-30 02:02:13 +00:00
templates
textproc Fix PLIST. 2004-11-29 13:02:42 +00:00
time Update pear-Date to 1.4.3. 2004-11-27 13:31:10 +00:00
wm Update larswm to version 7.5.3 2004-11-27 17:55:54 +00:00
www Update to 1.4.6: 2004-11-29 17:38:54 +00:00
x11 This needs PTHREAD_AUTO_VARS=yes, fixes bulk build problem. 2004-11-30 01:34:41 +00:00
Makefile * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, 2004-10-07 02:01:37 +00:00
Packages.txt add urls to pdf etc. too 2004-11-20 12:32:24 +00:00
pkglocate Not all OS have grep(1) in /usr/bin/grep, some have it in /sbin/grep, some 2004-07-04 16:12:10 +00:00
README the pkgsrc documentation is in Packages.txt right now, as the XML 2004-03-13 11:31:43 +00:00

$NetBSD: README,v 1.17 2004/03/13 11:31:43 grant Exp $

Please see Packages.txt in the top level pkgsrc directory (this
directory) for information.