pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/p11 Some platforms have tap devices, so opti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0550e71cf8fd
branches:  trunk
changeset: 511274:0550e71cf8fd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 12 19:49:26 2006 +0000

description:
Some platforms have tap devices, so optionally include epp_tap
in the PLIST. Bump revision.

diffstat:

 emulators/p11/Makefile |  7 +++++--
 emulators/p11/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 8d0ce8e639c6 -r 0550e71cf8fd emulators/p11/Makefile
--- a/emulators/p11/Makefile    Wed Apr 12 19:43:31 2006 +0000
+++ b/emulators/p11/Makefile    Wed Apr 12 19:49:26 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:35 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/04/12 19:49:26 joerg Exp $
 #
 
 DISTNAME=      p11-2.10a
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/
 
@@ -17,7 +17,10 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "DragonFly"
+PLIST_SUBST+=          HAS_TAP=
 CONFIGURE_ENV+=        ac_cv_epp_bpf=yes ac_cv_epp_tun=yes ac_cv_epp_tap=yes
+.else
+PLIST_SUBST+=          HAS_TAP="@comment "
 .endif
 
 # override MAKEFLAGS in the build and install stages
diff -r 8d0ce8e639c6 -r 0550e71cf8fd emulators/p11/PLIST
--- a/emulators/p11/PLIST       Wed Apr 12 19:43:31 2006 +0000
+++ b/emulators/p11/PLIST       Wed Apr 12 19:49:26 2006 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/16 16:09:22 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/04/12 19:49:27 joerg Exp $
 bin/p11
 libexec/p11/epp_bpf
 libexec/p11/epp_fifo
+${HAS_TAP}libexec/p11/epp_tap
 libexec/p11/epp_tun
 libexec/p11/fmt
 libexec/p11/lp_file



Home | Main Index | Thread Index | Old Index