pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: nia
Date: Sat Apr 2 10:28:14 UTC 2022
Modified Files:
pkgsrc/devel/SOPE: Makefile
pkgsrc/devel/SOPE4: Makefile
pkgsrc/devel/SOPE5: Makefile
Log Message:
SOPE*: MKPIE not supported
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/SOPE/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/SOPE4/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/SOPE5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/SOPE/Makefile
diff -u pkgsrc/devel/SOPE/Makefile:1.55 pkgsrc/devel/SOPE/Makefile:1.56
--- pkgsrc/devel/SOPE/Makefile:1.55 Wed Dec 8 16:03:52 2021
+++ pkgsrc/devel/SOPE/Makefile Sat Apr 2 10:28:14 2022
@@ -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 @@ HAS_CONFIGURE= yes
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 \
Index: pkgsrc/devel/SOPE4/Makefile
diff -u pkgsrc/devel/SOPE4/Makefile:1.10 pkgsrc/devel/SOPE4/Makefile:1.11
--- pkgsrc/devel/SOPE4/Makefile:1.10 Wed Dec 8 16:03:52 2021
+++ pkgsrc/devel/SOPE4/Makefile Sat Apr 2 10:28:14 2022
@@ -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 @@ HAS_CONFIGURE= yes
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 \
Index: pkgsrc/devel/SOPE5/Makefile
diff -u pkgsrc/devel/SOPE5/Makefile:1.4 pkgsrc/devel/SOPE5/Makefile:1.5
--- pkgsrc/devel/SOPE5/Makefile:1.4 Wed Jan 26 22:37:05 2022
+++ pkgsrc/devel/SOPE5/Makefile Sat Apr 2 10:28:14 2022
@@ -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 @@ HAS_CONFIGURE= yes
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