pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ispell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  7 11:28:36 UTC 2017

Modified Files:
        pkgsrc/textproc/ispell: distinfo
Added Files:
        pkgsrc/textproc/ispell/patches: patch-deformatters_Makefile

Log Message:
Honor LDFLAGS. Fixes RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ispell/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/ispell/patches/patch-deformatters_Makefile

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

Modified files:

Index: pkgsrc/textproc/ispell/distinfo
diff -u pkgsrc/textproc/ispell/distinfo:1.5 pkgsrc/textproc/ispell/distinfo:1.6
--- pkgsrc/textproc/ispell/distinfo:1.5 Wed Nov  4 01:59:36 2015
+++ pkgsrc/textproc/ispell/distinfo     Fri Jul  7 11:28:36 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:59:36 agc Exp $
+$NetBSD: distinfo,v 1.6 2017/07/07 11:28:36 wiz Exp $
 
 SHA1 (ispell-3.4.00.tar.gz) = 6138ab935f0261be8162e3cdc07c127d53555837
 RMD160 (ispell-3.4.00.tar.gz) = c6a2a6d6dd65782d7c3fdf90968e61a5091b616c
@@ -12,3 +12,4 @@ SHA1 (patch-ae) = adc803bd66f62236a2b879
 SHA1 (patch-ai) = 1fbf9385818e0a0fcd4049d0407212b1456d2744
 SHA1 (patch-al) = ea63fc7dbc2200794157d9be781210cd8a4e671f
 SHA1 (patch-ar) = c5082129f55fb232db34e0796423e60fcd4ed5c2
+SHA1 (patch-deformatters_Makefile) = a66a43f679491df718149c0b6db36ed0f9962535

Added files:

Index: pkgsrc/textproc/ispell/patches/patch-deformatters_Makefile
diff -u /dev/null pkgsrc/textproc/ispell/patches/patch-deformatters_Makefile:1.1
--- /dev/null   Fri Jul  7 11:28:36 2017
+++ pkgsrc/textproc/ispell/patches/patch-deformatters_Makefile  Fri Jul  7 11:28:36 2017
@@ -0,0 +1,21 @@
+$NetBSD: patch-deformatters_Makefile,v 1.1 2017/07/07 11:28:36 wiz Exp $
+
+Honor LDFLAGS.
+
+--- deformatters/Makefile.orig 2015-02-08 09:11:13.000000000 +0000
++++ deformatters/Makefile      2017-07-07 11:26:34.426979435 +0000
+@@ -77,12 +77,12 @@
+ defmt-c: defmt-c.o
+       @. ../config.sh; \
+         set -x; \
+-        $$CC $$CFLAGS -o $@ $<
++        $$CC $$CFLAGS $$LDFLAGS -o $@ $<
+ 
+ defmt-sh: defmt-sh.o
+       @. ../config.sh; \
+         set -x; \
+-        $$CC $$CFLAGS -o $@ $<
++        $$CC $$CFLAGS $$LDFLAGS -o $@ $<
+ 
+ .c.o:
+       @. ../config.sh; \



Home | Main Index | Thread Index | Old Index