Wed Mar 21 22:50:10 2018 UTC ()
suse131_linux: Switch location of packages to NetBSD's backup

Upstream one is no longer easily accessible and moved to attic.


(kamil)
diff -r1.19 -r1.20 pkgsrc/emulators/suse131_linux/Makefile.common

cvs diff -r1.19 -r1.20 pkgsrc/emulators/suse131_linux/Makefile.common (expand / switch to unified diff)

--- pkgsrc/emulators/suse131_linux/Makefile.common 2017/09/04 18:08:23 1.19
+++ pkgsrc/emulators/suse131_linux/Makefile.common 2018/03/21 22:50:10 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.19 2017/09/04 18:08:23 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.20 2018/03/21 22:50:10 kamil Exp $
2# 2#
3# used by emulators/suse131_alsa/Makefile 3# used by emulators/suse131_alsa/Makefile
4# used by emulators/suse131_aspell/Makefile 4# used by emulators/suse131_aspell/Makefile
5# used by emulators/suse131_base/Makefile 5# used by emulators/suse131_base/Makefile
6# used by emulators/suse131_binutils/Makefile 6# used by emulators/suse131_binutils/Makefile
7# used by emulators/suse131_compat/Makefile 7# used by emulators/suse131_compat/Makefile
8# used by emulators/suse131_cyrus-sasl/Makefile 8# used by emulators/suse131_cyrus-sasl/Makefile
9# used by emulators/suse131_dbus-glib/Makefile 9# used by emulators/suse131_dbus-glib/Makefile
10# used by emulators/suse131_expat/Makefile 10# used by emulators/suse131_expat/Makefile
11# used by emulators/suse131_fontconfig/Makefile 11# used by emulators/suse131_fontconfig/Makefile
12# used by emulators/suse131_freetype2/Makefile 12# used by emulators/suse131_freetype2/Makefile
13# used by emulators/suse131_glib2/Makefile 13# used by emulators/suse131_glib2/Makefile
14# used by emulators/suse131_glx/Makefile 14# used by emulators/suse131_glx/Makefile
@@ -67,30 +67,30 @@ ONLY_FOR_PLATFORM+= NetBSD-[7-9]*-x86_64 @@ -67,30 +67,30 @@ ONLY_FOR_PLATFORM+= NetBSD-[7-9]*-x86_64
67 67
68.include "../../mk/bsd.prefs.mk" 68.include "../../mk/bsd.prefs.mk"
69 69
70# _SUSE_ARCH.* is a table of ${EMUL_ARCH} to SuSE architectures. 70# _SUSE_ARCH.* is a table of ${EMUL_ARCH} to SuSE architectures.
71_SUSE_ARCH.${EMUL_ARCH}= ${EMUL_ARCH} 71_SUSE_ARCH.${EMUL_ARCH}= ${EMUL_ARCH}
72_SUSE_ARCH.i386= i586 72_SUSE_ARCH.i386= i586
73_SUSE_ARCH= ${_SUSE_ARCH.${EMUL_ARCH}} 73_SUSE_ARCH= ${_SUSE_ARCH.${EMUL_ARCH}}
74SUSE_ARCH= ${_SUSE_ARCH} 74SUSE_ARCH= ${_SUSE_ARCH}
75 75
76_SUSE_FTP_SUBDIR= distribution/${SUSE_VERSION}/repo/oss/suse/ 76_SUSE_FTP_SUBDIR= distribution/${SUSE_VERSION}/repo/oss/suse/
77_SUSE_FTP_SUBDIR_UPD= update/${SUSE_VERSION}/ 77_SUSE_FTP_SUBDIR_UPD= update/${SUSE_VERSION}/
78 78
79MASTER_SITE_SUSE_${SUSE_VERSION}= \ 79MASTER_SITE_SUSE_${SUSE_VERSION}= \
80 ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR} 80 ${MASTER_SITE_BACKUP}
81 81
82MASTER_SITE_SUSE_${SUSE_VERSION}_UPD= \ 82MASTER_SITE_SUSE_${SUSE_VERSION}_UPD= \
83 ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR} 83 ${MASTER_SITE_BACKUP}
84 84
85MASTER_SITES?= ${MASTER_SITE_SUSE_${SUSE_VERSION}}/${SUSE_ARCH}/ 85MASTER_SITES?= ${MASTER_SITE_SUSE_${SUSE_VERSION}}/${SUSE_ARCH}/
86DIST_SUBDIR?= suse${SUSE_VERSION:S/.//} 86DIST_SUBDIR?= suse${SUSE_VERSION:S/.//}
87 87
88HOMEPAGE?= https://www.opensuse.org/ 88HOMEPAGE?= https://www.opensuse.org/
89 89
90WRKSRC?= ${WRKDIR} 90WRKSRC?= ${WRKDIR}
91BUILD_DIRS?= # empty 91BUILD_DIRS?= # empty
92MANCOMPRESSED?= yes 92MANCOMPRESSED?= yes
93 93
94EMUL_PKG_FMT?= rpm 94EMUL_PKG_FMT?= rpm
95RPM2PKG_PREFIX?= ${DESTDIR}${PREFIX} 95RPM2PKG_PREFIX?= ${DESTDIR}${PREFIX}
96RPM2PKG_SUBPREFIX?= ${EMULSUBDIR} 96RPM2PKG_SUBPREFIX?= ${EMULSUBDIR}