pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/odt2tex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 16 13:57:19 UTC 2017

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

Log Message:
odt2tex: Honor LDFLAGS. Fixes RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/odt2tex/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/textproc/odt2tex/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/odt2tex/distinfo
diff -u pkgsrc/textproc/odt2tex/distinfo:1.2 pkgsrc/textproc/odt2tex/distinfo:1.3
--- pkgsrc/textproc/odt2tex/distinfo:1.2        Thu Jul 28 10:26:33 2016
+++ pkgsrc/textproc/odt2tex/distinfo    Thu Nov 16 13:57:19 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2016/07/28 10:26:33 wiz Exp $
+$NetBSD: distinfo,v 1.3 2017/11/16 13:57:19 wiz Exp $
 
 SHA1 (odt2tex-0.0.13.tar.gz) = 48dc092f2b432d897596f9dc6f9237d21fe858b0
 RMD160 (odt2tex-0.0.13.tar.gz) = 4c61da9cfe4ac24e19a090606276da05f989c58b
 SHA512 (odt2tex-0.0.13.tar.gz) = 1b48cdf65a15698433145808751490e8b9fbcb321affce60d736a951f37e328d2a43efd297ff89aacd7e52797db07ea9ac25b26e42170bf87b5f5e9a3c6e0381
 Size (odt2tex-0.0.13.tar.gz) = 1018966 bytes
+SHA1 (patch-Makefile) = 83bbf649a7e0027260cf7b576bdf57136e46f67d

Added files:

Index: pkgsrc/textproc/odt2tex/patches/patch-Makefile
diff -u /dev/null pkgsrc/textproc/odt2tex/patches/patch-Makefile:1.3
--- /dev/null   Thu Nov 16 13:57:19 2017
+++ pkgsrc/textproc/odt2tex/patches/patch-Makefile      Thu Nov 16 13:57:19 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.3 2017/11/16 13:57:19 wiz Exp $
+
+Use LDFLAGS to fix RELRO build.
+
+--- Makefile.orig      2016-07-27 23:06:30.000000000 +0000
++++ Makefile
+@@ -6,7 +6,7 @@ rm = rm
+ inc = inc
+ optimize = -O2
+ flags = -pipe -Wall $(optimize)
+-libs = -lexpat `pkg-config --libs libzip`
++libs = -lexpat `pkg-config --libs libzip` $(LDFLAGS)
+ strip = -s
+ 
+ # Objects for Main Binary



Home | Main Index | Thread Index | Old Index