diff options
author | jnemeth <jnemeth> | 2015-11-07 22:42:20 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2015-11-07 22:42:20 +0000 |
commit | 9d2ac23119100d2f15a882583da8e59457ea41fa (patch) | |
tree | 8b71460c91a6f1ef30892fbc26016333f43501d3 /sysutils | |
parent | 1144217f4d73ca7d88ca1f2918901c79e77265d6 (diff) | |
download | pkgsrc-9d2ac23119100d2f15a882583da8e59457ea41fa.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')
-rw-r--r-- | sysutils/xentools41/Makefile | 7 |
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 |