pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/SOPE4



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Aug 11 18:48:57 UTC 2020

Modified Files:
        pkgsrc/devel/SOPE4: Makefile distinfo
Added Files:
        pkgsrc/devel/SOPE4/patches: patch-general.make

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/SOPE4/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/SOPE4/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/SOPE4/patches/patch-general.make

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/SOPE4/Makefile
diff -u pkgsrc/devel/SOPE4/Makefile:1.5 pkgsrc/devel/SOPE4/Makefile:1.6
--- pkgsrc/devel/SOPE4/Makefile:1.5     Tue Jun  2 08:23:33 2020
+++ pkgsrc/devel/SOPE4/Makefile Tue Aug 11 18:48:57 2020
@@ -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 @@ USE_TOOLS+=   gmake
 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 || \

Index: pkgsrc/devel/SOPE4/distinfo
diff -u pkgsrc/devel/SOPE4/distinfo:1.3 pkgsrc/devel/SOPE4/distinfo:1.4
--- pkgsrc/devel/SOPE4/distinfo:1.3     Sun May 31 14:36:21 2020
+++ pkgsrc/devel/SOPE4/distinfo Tue Aug 11 18:48:57 2020
@@ -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

Added files:

Index: pkgsrc/devel/SOPE4/patches/patch-general.make
diff -u /dev/null pkgsrc/devel/SOPE4/patches/patch-general.make:1.1
--- /dev/null   Tue Aug 11 18:48:57 2020
+++ pkgsrc/devel/SOPE4/patches/patch-general.make       Tue Aug 11 18:48:57 2020
@@ -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