pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel SOPE*: MKPIE not supported



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c86d61b0eb0
branches:  trunk
changeset: 376103:1c86d61b0eb0
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Apr 02 10:28:14 2022 +0000

description:
SOPE*: MKPIE not supported

diffstat:

 devel/SOPE/Makefile  |  5 ++++-
 devel/SOPE4/Makefile |  5 ++++-
 devel/SOPE5/Makefile |  5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diffs (57 lines):

diff -r c9cc7a6b0845 -r 1c86d61b0eb0 devel/SOPE/Makefile
--- a/devel/SOPE/Makefile       Sat Apr 02 10:26:32 2022 +0000
+++ b/devel/SOPE/Makefile       Sat Apr 02 10:28:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2021/12/08 16:03:52 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/04/02 10:28:14 nia Exp $
 #
 
 DISTNAME=      SOPE-2.3.23
@@ -19,6 +19,9 @@
 
 CONFIGURE_ARGS=        --with-gnustep --enable-debug --disable-strip
 
+# ld: -r and -pie may not be used together
+MKPIE_SUPPORTED=       no
+
 pre-configure:
        ${TEST} -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \
        ${LN} -s ${BUILDLINK_DIR}/lib/mysql/libmysqlclient.so \
diff -r c9cc7a6b0845 -r 1c86d61b0eb0 devel/SOPE4/Makefile
--- a/devel/SOPE4/Makefile      Sat Apr 02 10:26:32 2022 +0000
+++ b/devel/SOPE4/Makefile      Sat Apr 02 10:28:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/12/08 16:03:52 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/02 10:28:14 nia Exp $
 #
 
 DISTNAME=      SOPE-4.0.8
@@ -19,6 +19,9 @@
 
 CONFIGURE_ARGS=        --with-gnustep --disable-debug --disable-strip
 
+# ld: -r and -pie may not be used together
+MKPIE_SUPPORTED=       no
+
 pre-configure:
        ${TEST} -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \
        ${LN} -s ${BUILDLINK_DIR}/lib/mysql/libmysqlclient.so \
diff -r c9cc7a6b0845 -r 1c86d61b0eb0 devel/SOPE5/Makefile
--- a/devel/SOPE5/Makefile      Sat Apr 02 10:26:32 2022 +0000
+++ b/devel/SOPE5/Makefile      Sat Apr 02 10:28:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/26 22:37:05 tm Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/02 10:28:14 nia Exp $
 #
 
 DISTNAME=      SOPE-5.5.0
@@ -18,6 +18,9 @@
 
 CONFIGURE_ARGS=        --with-gnustep --enable-debug --disable-strip
 
+# ld: -r and -pie may not be used together
+MKPIE_SUPPORTED=       no
+
 # options.mk are not supported because gnustep-make/-base set
 # PKG_OPTIONS_VAR to support the fragile option.
 .include "../../mk/mysql.buildlink3.mk"



Home | Main Index | Thread Index | Old Index