Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C9C971A9239 for ; Sat, 2 Apr 2022 10:28:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 01F6D84D26; Sat, 2 Apr 2022 10:28:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C7EF84CFD for ; Sat, 2 Apr 2022 10:28:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id omuowxs-ZUua for ; Sat, 2 Apr 2022 10:28:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A9AA084C71 for ; Sat, 2 Apr 2022 10:28:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A52EBFB24; Sat, 2 Apr 2022 10:28:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164889529416390" MIME-Version: 1.0 Date: Sat, 2 Apr 2022 10:28:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220402102814.A52EBFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164889529416390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_164889529416390 Content-Disposition: inline Content-Length: 2103 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_164889529416390--