pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils Don't force enable ssp on xenkernel packages....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c8f20632113
branches:  trunk
changeset: 365721:9c8f20632113
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jul 24 08:53:45 2017 +0000

description:
Don't force enable ssp on xenkernel packages. fixes build

diffstat:

 sysutils/xenkernel42/Makefile |  4 +++-
 sysutils/xenkernel45/Makefile |  4 +++-
 sysutils/xenkernel46/Makefile |  4 +++-
 sysutils/xenkernel48/Makefile |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (72 lines):

diff -r 55520ff950c0 -r 9c8f20632113 sysutils/xenkernel42/Makefile
--- a/sysutils/xenkernel42/Makefile     Mon Jul 24 08:34:30 2017 +0000
+++ b/sysutils/xenkernel42/Makefile     Mon Jul 24 08:53:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/04/13 13:08:33 bouyer Exp $
+# $NetBSD: Makefile,v 1.30 2017/07/24 08:53:45 maya Exp $
 
 VERSION=       4.2.5
 DISTNAME=      xen-${VERSION}
@@ -16,6 +16,8 @@
 ONLY_FOR_PLATFORM=     Linux-2.6*-i386 Linux-2.6*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
 
+PKGSRC_USE_SSP=        no
+
 NO_CONFIGURE=  yes
 USE_TOOLS+=    gmake
 
diff -r 55520ff950c0 -r 9c8f20632113 sysutils/xenkernel45/Makefile
--- a/sysutils/xenkernel45/Makefile     Mon Jul 24 08:34:30 2017 +0000
+++ b/sysutils/xenkernel45/Makefile     Mon Jul 24 08:53:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/04/08 11:47:33 spz Exp $
+# $NetBSD: Makefile,v 1.31 2017/07/24 08:53:45 maya Exp $
 
 VERSION=       4.5.5
 DISTNAME=      xen-${VERSION}
@@ -16,6 +16,8 @@
 ONLY_FOR_PLATFORM=     Linux-2.6*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64
 
+PKGSRC_USE_SSP=        no
+
 NO_CONFIGURE=  yes
 USE_TOOLS+=    gmake
 
diff -r 55520ff950c0 -r 9c8f20632113 sysutils/xenkernel46/Makefile
--- a/sysutils/xenkernel46/Makefile     Mon Jul 24 08:34:30 2017 +0000
+++ b/sysutils/xenkernel46/Makefile     Mon Jul 24 08:53:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/04/13 13:08:33 bouyer Exp $
+# $NetBSD: Makefile,v 1.13 2017/07/24 08:53:45 maya Exp $
 
 VERSION=       4.6.5
 DISTNAME=      xen-${VERSION}
@@ -16,6 +16,8 @@
 ONLY_FOR_PLATFORM=     Linux-2.6*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64
 
+PKGSRC_USE_SSP=        no
+
 NO_CONFIGURE=  yes
 USE_TOOLS+=    gmake
 
diff -r 55520ff950c0 -r 9c8f20632113 sysutils/xenkernel48/Makefile
--- a/sysutils/xenkernel48/Makefile     Mon Jul 24 08:34:30 2017 +0000
+++ b/sysutils/xenkernel48/Makefile     Mon Jul 24 08:53:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/17 19:53:10 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2017/07/24 08:53:45 maya Exp $
 
 VERSION=       4.8.0
 DISTNAME=      xen-${VERSION}
@@ -17,6 +17,8 @@
 ONLY_FOR_PLATFORM=     Linux-2.6*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64
 
+PKGSRC_USE_SSP=        no
+
 NO_CONFIGURE=  yes
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index