summaryrefslogtreecommitdiff
path: root/www/SOGo
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2020-04-16 09:40:50 +0000
committermanu <manu@pkgsrc.org>2020-04-16 09:40:50 +0000
commit97b92fa9a44e5198025eb8356cbbb5ba23fb6d66 (patch)
tree509ba3e8290df5b52303898308ad9ff81c198295 /www/SOGo
parent274262dcd4e4864861b9a4d5cbe6656f5e83258c (diff)
downloadpkgsrc-97b92fa9a44e5198025eb8356cbbb5ba23fb6d66.tar.gz
Fix packaging
Prevent -frecord-gcc-switches to be added, because pkgsrc checks choke on the presence of working directory strings inside the binaries.
Diffstat (limited to 'www/SOGo')
-rw-r--r--www/SOGo/Makefile2
-rw-r--r--www/SOGo/distinfo3
-rw-r--r--www/SOGo/patches/patch-general.make16
3 files changed, 19 insertions, 2 deletions
diff --git a/www/SOGo/Makefile b/www/SOGo/Makefile
index 3f7b831a41a..64ce33b801e 100644
--- a/www/SOGo/Makefile
+++ b/www/SOGo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2020/04/12 08:29:16 adam Exp $
+# $NetBSD: Makefile,v 1.60 2020/04/16 09:42:42 manu Exp $
#
DISTNAME= SOGo-2.3.23
diff --git a/www/SOGo/distinfo b/www/SOGo/distinfo
index cb879048525..c95f03b1f46 100644
--- a/www/SOGo/distinfo
+++ b/www/SOGo/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.22 2018/03/21 14:36:39 taca Exp $
+$NetBSD: distinfo,v 1.23 2020/04/16 09:42:42 manu Exp $
SHA1 (SOGo-2.3.23.tar.gz) = 2d3811e0a4d374586a8f53ed3bc3e7add3f1308f
RMD160 (SOGo-2.3.23.tar.gz) = 8409fc9427e31e30a6cd60fff32b2f3ac944a947
SHA512 (SOGo-2.3.23.tar.gz) = abd2d0133b3e7db91e0e9426c76d65d32d9e47ab6a37dbc96213dabbd24d45f7bfc6835570c22355649d7651df9a36a6614d874b16dbd796bff4eabee0a48eb6
Size (SOGo-2.3.23.tar.gz) = 12521303 bytes
SHA1 (patch-SoObjects_SOGo_NSData+Crypto.m) = 2b121f06f409f9d8ddfb717e5b3d13547c7d18a0
+SHA1 (patch-general.make) = d1517f3fc9133c7edb4293612b87674504d3ac5f
diff --git a/www/SOGo/patches/patch-general.make b/www/SOGo/patches/patch-general.make
new file mode 100644
index 00000000000..c309fb6a279
--- /dev/null
+++ b/www/SOGo/patches/patch-general.make
@@ -0,0 +1,16 @@
+$NetBSD: patch-general.make,v 1.1 2020/04/16 09:42:42 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 11:01:50.012506113 +0200
++++ general.make 2020-04-15 11:02:01.180611005 +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)
+