pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/darwin_lib Comment out non-existing master s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/833973e98389
branches:  trunk
changeset: 400067:833973e98389
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 11 09:21:23 2009 +0000

description:
Comment out non-existing master sites.
Fix fetch stage on x86_64.

diffstat:

 emulators/darwin_lib/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r c06aee6ea771 -r 833973e98389 emulators/darwin_lib/Makefile
--- a/emulators/darwin_lib/Makefile     Sun Oct 11 09:18:25 2009 +0000
+++ b/emulators/darwin_lib/Makefile     Sun Oct 11 09:21:23 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2007/08/01 16:28:08 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2009/10/11 09:21:23 wiz Exp $
 
 DISTNAME=      darwin_lib-6.6.2
 PKGREVISION=   2
 CATEGORIES=    emulators
-MASTER_SITES=  http://www.opendarwin.org/downloads/6.6.2/RPMS/ \
-               http://www.opendarwin.org/downloads/6.6.2/RPMS/${DARWIN_ARCH}/
+MASTER_SITES=  # http://www.opendarwin.org/downloads/6.6.2/RPMS/ \
+#              http://www.opendarwin.org/downloads/6.6.2/RPMS/${DARWIN_ARCH}/
 DISTFILES=     org.opendarwin.Libsystem-6.6.2-4.fat.rpm \
                org.opendarwin.Libm-6.6.2-4.fat.rpm \
                org.opendarwin.cctools-6.6.2-4.fat.rpm \
@@ -26,7 +26,7 @@
                        NetBSD-[2-9]*-powerpc NetBSD-[2-9]*-i386
 
 DARWIN_PKG=            yes
-DARWIN_ARCH=           ${MACHINE_ARCH:C/powerpc/ppc/}
+DARWIN_ARCH=           ${MACHINE_ARCH:C/powerpc/ppc/:C/x86_64/i386/}
 WRKSRC=                        ${WRKDIR}
 BUILD_DIRS=            # empty
 



Home | Main Index | Thread Index | Old Index