Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
joerg 0988643082 For reasons beyond my compressions, (b)make handles
.if foo || bar
BAZ=	no
.else
BAZ=	yes
.endif

different from

.if foo
BAZ=	no
.elif bar
BAZ=	no
.else
BAZ=	yes
.endif

in some situations exposed in this builtin.mk. Workaround this for now.
2006-12-16 01:04:43 +00:00
archivers Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
audio Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
benchmarks Upgrade to 0.8. 2006-12-07 06:27:30 +00:00
biology Fix path to csh in scripts. Bump revision. 2006-12-06 16:52:20 +00:00
bootstrap Add lang/nawk and sysutils/install-sh to the "don't blow away" package 2006-11-06 21:08:42 +00:00
cad Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
chat Tidy up KDE handling. Bump PKGREVISION as PLIST changed slightly. 2006-12-07 11:08:26 +00:00
comms Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
converters DESTDIR support. 2006-12-15 18:03:42 +00:00
cross Bump PKGREVISION for previous commit 2006-12-13 21:35:40 +00:00
crosspkgtools Update MASTER_SITES. 2006-11-18 18:32:05 +00:00
databases Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
devel Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
distfiles
doc + uim-1.3.0. 2006-12-16 00:11:56 +00:00
editors Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
emulators Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
finance Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
fonts Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
games Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
geography Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
graphics Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
ham Fixed pkglint nitpicks. 2006-12-14 22:10:24 +00:00
inputmethod Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
lang Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
licenses Added Apple Public Source License needed for Darwin Streaming Server 2006-12-15 09:04:53 +00:00
mail Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
math Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
mbone Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
meta-pkgs Updated gnuradio to version 3.0.2: 2006-11-13 16:19:40 +00:00
misc Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
mk Set NO_MTREE for packages flagged as allowing DESTDIR. They are supposed 2006-12-15 20:54:47 +00:00
multimedia Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
net Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
news Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
packages
parallel Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
pkgtools Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
print Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
regress Added a test new case for /bin/sh. 2006-11-09 12:39:55 +00:00
security Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
shells CHECK_WRKREF_SKIP is relative. 2006-12-06 18:59:28 +00:00
sysutils Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
templates In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org", 2006-07-06 21:14:19 +00:00
textproc update to 0.35.1 2006-12-15 19:31:46 +00:00
time Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
wm Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
www Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
x11 For reasons beyond my compressions, (b)make handles 2006-12-16 01:04:43 +00:00
Makefile Fixed some pkglint warnings: Use ${ECHO_N} instead of echo -n and 2006-07-02 12:29:22 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.