File:
[cvs.NetBSD.org] /
pkgsrc /
emulators /
compat61-x11 /
Makefile
Revision
1.1:
download - view:
text,
annotated -
select for diffs
Sun May 3 15:01:12 2015 UTC (9 years, 9 months ago) by
spz
Branches:
MAIN
CVS tags:
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
HEAD
fix compat60 (and strip down a lot to a backward compatibility package
to NetBSD 6.1)
introduce compat61 (and compat61-x11 with it) as a backward compatibility
package to NetBSD 7
add compat61* to mk/emulator/netbsd-compat.mk and emulators/Makefile
some sort of version for the binary compat packages might have been
useful, maybe abusing the DIST_SUBDIR? compat61 is likely to change
if/when NetBSD 6.2 is released
# $NetBSD: Makefile,v 1.1 2015/05/03 15:01:12 spz Exp $
COMPAT_PKG= compat61 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 6.1
HOMEPAGE= http://www.NetBSD.org/releases/formal-6/index.html
COMMENT= Shared X11 libraries for NetBSD 6.1 compatibility
LICENSE= mit
EMUL_PLATFORMS= netbsd-alpha netbsd-arm netbsd-i386 netbsd-m68k \
netbsd-mipseb netbsd-mipsel \
netbsd-mips64eb netbsd-mips64el \
netbsd-powerpc \
netbsd-sparc netbsd-sparc64 netbsd-x86_64
ONLY_FOR_PLATFORM= NetBSD-[7-9]*-* NetBSD-[1-9][0-9]*-*
.include "../../emulators/compat_netbsd/Makefile.common"
DISTNAME= compat61-x11-${EMUL_ARCH}-${COMPAT_VERSION}
COMPAT_VERSION= 6.1
DIST_SUBDIR= 20150430
# in this package we want the PLIST.alpha and PLIST.m68k to replace, not
# amend, the common PLIST
.if exists(${PKGDIR}/PLIST.${EMUL_ARCH})
PLIST_SRC= ${PKGDIR}/PLIST.${EMUL_ARCH}
.endif
# pulling in later release compats through the main compat package
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>