pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/texi2mdoc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  7 11:30:45 UTC 2017

Modified Files:
        pkgsrc/textproc/texi2mdoc: distinfo
Added Files:
        pkgsrc/textproc/texi2mdoc/patches: patch-Makefile

Log Message:
Honor LDFLAGS. Fixes RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/texi2mdoc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/texi2mdoc/patches/patch-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/texi2mdoc/distinfo
diff -u pkgsrc/textproc/texi2mdoc/distinfo:1.2 pkgsrc/textproc/texi2mdoc/distinfo:1.3
--- pkgsrc/textproc/texi2mdoc/distinfo:1.2      Wed Nov  4 02:00:13 2015
+++ pkgsrc/textproc/texi2mdoc/distinfo  Fri Jul  7 11:30:45 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:00:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/07/07 11:30:45 wiz Exp $
 
 SHA1 (texi2mdoc-0.1.2.tgz) = 6c2ffd1510f08aaf1128848c1e6acb102ad03d4c
 RMD160 (texi2mdoc-0.1.2.tgz) = 2f641e06996f0e0be13a58525a643495258a1e85
 SHA512 (texi2mdoc-0.1.2.tgz) = 362110ea6a0a530f87454e47340189d12b71dcccae4cccae35f29b9043f728773e43b5ce5d5c8dcfa86f82a659980b462dd579a1e2b5ec56b67a534066a611af
 Size (texi2mdoc-0.1.2.tgz) = 23101 bytes
+SHA1 (patch-Makefile) = ca470c8731c8cc8d84026925961d8560b89000e4

Added files:

Index: pkgsrc/textproc/texi2mdoc/patches/patch-Makefile
diff -u /dev/null pkgsrc/textproc/texi2mdoc/patches/patch-Makefile:1.1
--- /dev/null   Fri Jul  7 11:30:45 2017
+++ pkgsrc/textproc/texi2mdoc/patches/patch-Makefile    Fri Jul  7 11:30:45 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2017/07/07 11:30:45 wiz Exp $
+
+Honor LDFLAGS.
+
+--- Makefile.orig      2015-02-25 15:16:14.000000000 +0000
++++ Makefile   2017-07-07 11:29:39.858873095 +0000
+@@ -13,7 +13,7 @@
+ afl: afl/texi2mdoc
+ 
+ texi2mdoc: $(OBJS)
+-      $(CC) -o $@ $(OBJS)
++      $(CC) $(LDFLAGS) -o $@ $(OBJS)
+ 
+ install: all
+       mkdir -p $(DESTDIR)$(PREFIX)/bin



Home | Main Index | Thread Index | Old Index