pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/SOPE



Module Name:    pkgsrc
Committed By:   manu
Date:           Thu Apr 16 09:40:51 UTC 2020

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

Log Message:
Fix packaging

Prevent -frecord-gcc-switches to be added, because pkgsrc
checks choke on the presence of working directory strings
inside the binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/SOPE/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/SOPE/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/SOPE/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/SOPE/Makefile
diff -u pkgsrc/devel/SOPE/Makefile:1.48 pkgsrc/devel/SOPE/Makefile:1.49
--- pkgsrc/devel/SOPE/Makefile:1.48     Sun Apr 12 08:28:28 2020
+++ pkgsrc/devel/SOPE/Makefile  Thu Apr 16 09:40:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/04/12 08:28:28 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/04/16 09:40:50 manu Exp $
 #
 
 DISTNAME=      SOPE-2.3.23

Index: pkgsrc/devel/SOPE/distinfo
diff -u pkgsrc/devel/SOPE/distinfo:1.21 pkgsrc/devel/SOPE/distinfo:1.22
--- pkgsrc/devel/SOPE/distinfo:1.21     Wed Mar 21 14:34:31 2018
+++ pkgsrc/devel/SOPE/distinfo  Thu Apr 16 09:40:50 2020
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.21 2018/03/21 14:34:31 taca Exp $
+$NetBSD: distinfo,v 1.22 2020/04/16 09:40:50 manu Exp $
 
 SHA1 (SOPE-2.3.23.tar.gz) = ad9632a8ba20060179591ceb91bfbc9313311867
 RMD160 (SOPE-2.3.23.tar.gz) = b2decc467ebebf3518a4b3bbb55f1964fb1b33a7
 SHA512 (SOPE-2.3.23.tar.gz) = d10d3ac530f31dfe5a18ce0bdd89efe0545714a9a52bb0ff07b0566025e90438035e2363390ab7e5daae55a77bf3a7ba766f1ebc96dc764af28dbe756398516d
 Size (SOPE-2.3.23.tar.gz) = 2283214 bytes
+SHA1 (patch-general.make) = 080d097aca56c4aae59beadd0c0829c6b1798aa3
 SHA1 (patch-sope-core_NGStreams_NGActiveSocket.m) = c06a04b009f894eee0161eb8bd3f9c7011b6de3e
 SHA1 (patch-sope-core_NGStreams_NGDescriptorFunctions.m) = e3045db3205cd859d78c3953e0f1565626c69d04
 SHA1 (patch-sope-core_NGStreams_NGInternetSocketAddress.m) = e0262b32d6ac3766b06a797d19a976180078a780

Added files:

Index: pkgsrc/devel/SOPE/patches/patch-general.make
diff -u /dev/null pkgsrc/devel/SOPE/patches/patch-general.make:1.1
--- /dev/null   Thu Apr 16 09:40:51 2020
+++ pkgsrc/devel/SOPE/patches/patch-general.make        Thu Apr 16 09:40:50 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-general.make,v 1.1 2020/04/16 09:40:50 manu Exp $
+
+Prevent -frecord-gcc-switches to be added, because pkgsrc
+checks choke on the presence of working directory strings
+inside the binaries.
+
+--- general.make.orig  2020-04-15 09:51:06.284218723 +0200
++++ general.make       2020-04-15 09:51:25.863408691 +0200
+@@ -22,6 +22,6 @@
+ # Ensure we store in the ELF files minimal debugging
+ # 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 $(call cc-option)
+ 



Home | Main Index | Thread Index | Old Index