summaryrefslogtreecommitdiff
path: root/sysutils/xentools41
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2015-11-07 22:42:20 +0000
committerjnemeth <jnemeth@pkgsrc.org>2015-11-07 22:42:20 +0000
commit34f9eb6a253b22387db63d5bb38f0b598c0c2087 (patch)
tree8b71460c91a6f1ef30892fbc26016333f43501d3 /sysutils/xentools41
parent24d3dcf1181b77ce1daf1b8e78bc5c66a1b6e8a4 (diff)
downloadpkgsrc-34f9eb6a253b22387db63d5bb38f0b598c0c2087.tar.gz
- build fix for bulk builds
- reset MAINTAINER as MAINTAINER says he no longer wishes to maintain it - also, based on commit logs, it appears that almost nobody is respecting MAINTAINER anyways - skip PKGREVISION bump as this is build fix and minor metadata change Approved by: cegger@
Diffstat (limited to 'sysutils/xentools41')
-rw-r--r--sysutils/xentools41/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile
index 35e232eb19b..df4d69bd77b 100644
--- a/sysutils/xentools41/Makefile
+++ b/sysutils/xentools41/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2015/08/18 07:31:18 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2015/11/07 22:42:20 jnemeth Exp $
#
# VERSION is set in version.mk as it is shared with other packages
.include "version.mk"
@@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}.tar.gz
DISTFILES+= ipxe-git-v${VERSION_IPXE}.tar.gz
SITES.ipxe-git-v${VERSION_IPXE}.tar.gz += http://xenbits.xensource.com/xen-extfiles/
-MAINTAINER= cegger@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xen.org/
COMMENT= Userland Tools for Xen 4.1.x
@@ -175,7 +175,8 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/xmdomain.cfg.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
${INSTALL_DATA} ${WRKDIR}/xm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-.if ${OPSYS} == "NetBSD" && !exists(/var/shm)
+.if (${OPSYS} == "NetBSD" && \
+ (empty(OS_VERSION:M6.99.[3-9]?) && empty(OS_VERSION:M[7-9].*)))
CPPFLAGS+= -Dshm_open=open -Dshm_unlink=unlink
.endif