diff options
author | maya <maya@pkgsrc.org> | 2017-07-24 11:37:49 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-07-24 11:37:49 +0000 |
commit | f8b27c9ba8a28e050d8e5472739cf1fccec77635 (patch) | |
tree | 7e623b2a42eb93bf7dba403d8480361fde12983c /sysutils/xentools48 | |
parent | 9747647a6e587600cb8bdb3629b662c325c35923 (diff) | |
download | pkgsrc-f8b27c9ba8a28e050d8e5472739cf1fccec77635.tar.gz |
xentools{42,45,46,48}: don't force SSP. fixes build.
xentools42: avoid %m in printf, use strerror instead. bump PKGREVISION.
I still can't build it due to other new warnings (it uses -Werror)
Diffstat (limited to 'sysutils/xentools48')
-rw-r--r-- | sysutils/xentools48/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/xentools48/Makefile b/sysutils/xentools48/Makefile index f3fc355cd74..aac493f7ec1 100644 --- a/sysutils/xentools48/Makefile +++ b/sysutils/xentools48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/07/11 14:19:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2017/07/24 11:37:50 maya Exp $ # VERSION= 4.8.0 VERSION_IPXE= 827dd1bfee67daa683935ce65316f7e0f057fe1c @@ -17,7 +17,6 @@ DIST_SUBDIR= xen48 DISTNAME= xen-${VERSION} PKGNAME= xentools48-${VERSION} PKGREVISION= 1 -#PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ @@ -71,9 +70,9 @@ PKG_SYSCONFSUBDIR= xen ONLY_FOR_PLATFORM= Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 +PKGSRC_USE_SSP= no + CONFLICTS+= libxen-[0-9]* -CONFLICTS+= xentools20-[0-9]* -CONFLICTS+= xentools3-[0-9]* CONFLICTS+= xenstoretools-[0-9]* CHECK_PORTABILITY_SKIP= tools/examples/* \ |