pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/xnec2c xnec2c: Leave pkgsrc to handle security fea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b58037f3f230
branches:  trunk
changeset: 375032:b58037f3f230
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Feb 02 10:37:44 2018 +0000

description:
xnec2c: Leave pkgsrc to handle security features.

diffstat:

 ham/xnec2c/distinfo                      |   3 ++-
 ham/xnec2c/patches/patch-src_Makefile.in |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 337952e65e61 -r b58037f3f230 ham/xnec2c/distinfo
--- a/ham/xnec2c/distinfo       Fri Feb 02 10:33:15 2018 +0000
+++ b/ham/xnec2c/distinfo       Fri Feb 02 10:37:44 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2016/11/10 13:56:40 mef Exp $
+$NetBSD: distinfo,v 1.10 2018/02/02 10:37:44 jperkin Exp $
 
 SHA1 (xnec2c-3.5.1.tar.bz2) = 3383d6a25fab873a10f703e26d8118399b0cac68
 RMD160 (xnec2c-3.5.1.tar.bz2) = f3499eb34841cefbf545e1ca89a97a4a39152d99
 SHA512 (xnec2c-3.5.1.tar.bz2) = 3ba4bbe9d013176ced4d5aa584cd1e4b55caeb193cd3ec905e460421ed21038ff44dea332a3aa0650c34df6ef6bf5a2a9cbf5da7c7ba892b82c2fe7e253d99f5
 Size (xnec2c-3.5.1.tar.bz2) = 995554 bytes
+SHA1 (patch-src_Makefile.in) = be365448762fd5e96b8df71713a455ab9bd50c8a
diff -r 337952e65e61 -r b58037f3f230 ham/xnec2c/patches/patch-src_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/xnec2c/patches/patch-src_Makefile.in  Fri Feb 02 10:37:44 2018 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_Makefile.in,v 1.1 2018/02/02 10:37:44 jperkin Exp $
+
+Leave pkgsrc to handle security features.
+
+--- src/Makefile.in.orig       2016-11-10 04:56:58.000000000 +0000
++++ src/Makefile.in
+@@ -296,8 +296,7 @@ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ AM_LDFLAGS = -Wl,--as-needed
+-AM_CFLAGS = --pedantic -Wall -std=gnu99 -O2 -D_FORTIFY_SOURCE=2 \
+-               -fstack-protector -Wformat -Werror=format-security -fpie
++AM_CFLAGS = 
+ 
+ AM_CPPFLAGS = \
+       -DPROGRAMNAME_LOCALEDIR=\""$(PROGRAMNAME_LOCALEDIR)"\" \



Home | Main Index | Thread Index | Old Index