pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/fprot-workstation-bin Add support for NetBSD/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/884eefdb2d6a
branches: trunk
changeset: 510734:884eefdb2d6a
user: ben <ben%pkgsrc.org@localhost>
date: Sun Apr 02 23:54:01 2006 +0000
description:
Add support for NetBSD/amd64 with COMPAT_NETBSD32.
Used patch from Nicolas Joly in PR#33135.
diffstat:
security/fprot-workstation-bin/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 2072cf906f12 -r 884eefdb2d6a security/fprot-workstation-bin/Makefile
--- a/security/fprot-workstation-bin/Makefile Sun Apr 02 23:21:30 2006 +0000
+++ b/security/fprot-workstation-bin/Makefile Sun Apr 02 23:54:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/03/04 21:30:33 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2006/04/02 23:54:01 ben Exp $
#
DISTNAME= #defined
@@ -15,7 +15,8 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 SunOS-*-sparc
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-[2-9]*-x86)64 \
+ Linux-*-i386 SunOS-*-sparc
RESTRICTED= "Redistribution not permitted"
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
@@ -53,6 +54,10 @@
DISTNAME= fp-solaris-sparc-ws-${FPVER}
.endif
+.if (${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64")
+DEPENDS+= netbsd32_compat16>=1.0:../../emulators/netbsd32_compat16
+.endif
+
DIST_SUBDIR= ${DISTNAME}
SUBST_CLASSES+= f-prot
Home |
Main Index |
Thread Index |
Old Index