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
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-Makefile,v 1.1 2013/06/23 17:39:43 jperkin Exp $
Disable SunOS multiarch.
--- Makefile.orig 2012-08-10 16:07:00.000000000 +0000
+++ Makefile
@@ -210,7 +210,7 @@ create_fresh_fastdebug_bootdir: FRC
# Create boot image?
ifeq ($(SKIP_BOOT_CYCLE),false)
- ifneq ($(PLATFORM)$(ARCH_DATA_MODEL),solaris64)
+ ifneq ($(PLATFORM)$(ARCH_DATA_MODEL),NOMULTIARCHsolaris64)
DO_BOOT_CYCLE=true
endif
endif