Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.7 2006/06/21 20:41:27 joerg Exp $
--- src/postconf.pl.orig 2006-06-21 19:55:33.000000000 +0000
+++ src/postconf.pl
@@ -15,7 +15,7 @@
print "Checking operating system and version...\n";
#$TARGET=`./config.guess`;
$os=`uname -s`; chop $os;
-if ($os !~ /^AIX|^Linux|^SunOS|^NetBSD|^OpenBSD|^FreeBSD|^BSD/) {
+if ($os !~ /^AIX|^Linux|^SunOS|^NetBSD|^OpenBSD|^FreeBSD|^DragonFly|^BSD/) {
die "Sorry -- we only do AIX, Linux, Solaris, NetBSD, OpenBSD, FreeBSD or BSDI right now.";
}
$release=`uname -r`; chop $release;