Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SOPE4 Don't force debugging. Don't record compil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1116757c98a3
branches:  trunk
changeset: 436914:1116757c98a3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 11 18:48:57 2020 +0000

description:
Don't force debugging. Don't record compiler invocation. Bump revision.

diffstat:

 devel/SOPE4/Makefile                   |   6 +++---
 devel/SOPE4/distinfo                   |   3 ++-
 devel/SOPE4/patches/patch-general.make |  13 +++++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

diffs (55 lines):

diff -r 915d79bad084 -r 1116757c98a3 devel/SOPE4/Makefile
--- a/devel/SOPE4/Makefile      Tue Aug 11 18:48:10 2020 +0000
+++ b/devel/SOPE4/Makefile      Tue Aug 11 18:48:57 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2020/06/02 08:23:33 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/08/11 18:48:57 joerg Exp $
 #
 
 DISTNAME=      SOPE-4.0.8
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel
 MASTER_SITES=  http://www.sogo.nu/files/downloads/SOGo/Sources/
 
@@ -17,7 +17,7 @@
 WRKSRC=                ${WRKDIR}/SOPE
 HAS_CONFIGURE= yes
 
-CONFIGURE_ARGS=        --with-gnustep --enable-debug --disable-strip
+CONFIGURE_ARGS=        --with-gnustep --disable-debug --disable-strip
 
 pre-configure:
        ${TEST} -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \
diff -r 915d79bad084 -r 1116757c98a3 devel/SOPE4/distinfo
--- a/devel/SOPE4/distinfo      Tue Aug 11 18:48:10 2020 +0000
+++ b/devel/SOPE4/distinfo      Tue Aug 11 18:48:57 2020 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.3 2020/05/31 14:36:21 rillig Exp $
+$NetBSD: distinfo,v 1.4 2020/08/11 18:48:57 joerg Exp $
 
 SHA1 (SOPE-4.0.8.tar.gz) = 0339ba416ff4792e32042dc52e1a50eb8b0c1b9f
 RMD160 (SOPE-4.0.8.tar.gz) = 87d6ba09c6608c88e7d426258559aaf6af886dfb
 SHA512 (SOPE-4.0.8.tar.gz) = ad62adfcf0e2e542d986f85ed4618de4da2c789e8e556f866d6fb8c1fc5169716f29b0610c0cc05c661bd1eadbcd4e6bb5f4379e1c539b88b3a728017f671e8a
 Size (SOPE-4.0.8.tar.gz) = 2280503 bytes
+SHA1 (patch-general.make) = 506e6c1cab6706190ab0c0817bd5c4bc338fbae9
 SHA1 (patch-sope-core_NGStreams_NGActiveSocket.m) = 3b436ed1d3619202e8146cf610f41cdebb142e1a
 SHA1 (patch-sope-core_NGStreams_NGDescriptorFunctions.m) = e3045db3205cd859d78c3953e0f1565626c69d04
 SHA1 (patch-sope-core_NGStreams_NGInternetSocketAddress.m) = 7c945bf174e3de5f6f6daaaaa095956421a43bc3
diff -r 915d79bad084 -r 1116757c98a3 devel/SOPE4/patches/patch-general.make
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SOPE4/patches/patch-general.make    Tue Aug 11 18:48:57 2020 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-general.make,v 1.1 2020/08/11 18:48:57 joerg Exp $
+
+Don't include command line in output.
+
+--- general.make.orig  2020-08-10 11:54:58.508538683 +0000
++++ general.make
+@@ -23,5 +23,5 @@ endif
+ # information plus the compiler flags used; that can
+ # be afterwards read with:
+ # readelf -p .GCC.command.line /path/to/elf_file
+-ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches)
++ADDITIONAL_OBJCFLAGS += -g
+ 



Home | Main Index | Thread Index | Old Index