pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep 29 21:03:45 UTC 2017

Modified Files:
        pkgsrc/devel/gtexinfo: distinfo
Added Files:
        pkgsrc/devel/gtexinfo/patches: patch-tp_Texinfo_MiscXS_Makefile.in

Log Message:
gtexinfo: honor LDFLAGS. Fixes RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/gtexinfo/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_MiscXS_Makefile.in

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

Modified files:

Index: pkgsrc/devel/gtexinfo/distinfo
diff -u pkgsrc/devel/gtexinfo/distinfo:1.51 pkgsrc/devel/gtexinfo/distinfo:1.52
--- pkgsrc/devel/gtexinfo/distinfo:1.51 Thu Sep 28 12:53:59 2017
+++ pkgsrc/devel/gtexinfo/distinfo      Fri Sep 29 21:03:45 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.51 2017/09/28 12:53:59 ryoon Exp $
+$NetBSD: distinfo,v 1.52 2017/09/29 21:03:45 wiz Exp $
 
 SHA1 (texinfo-6.5.tar.gz) = 0f8e69781e28ec102b6a9487b093c440f5bb8545
 RMD160 (texinfo-6.5.tar.gz) = cfa624ad3572c21d201bb4c734aae19cd8785e88
@@ -11,4 +11,5 @@ SHA1 (patch-gnulib_lib_mbuiter.h) = be29
 SHA1 (patch-texindex_texindex.awk) = 1f022f1495c951337997036ef1cd758ef9c116a7
 SHA1 (patch-tp_Texinfo_Convert_XSParagraph_Makefile.in) = cdb6c78c2c15d3f8ee5755625694c11ecd9004e9
 SHA1 (patch-tp_Texinfo_Convert_XSParagraph_configure) = d4557bae4417cd42297bceaa76478b00b3875df3
+SHA1 (patch-tp_Texinfo_MiscXS_Makefile.in) = fdf3a4d6f81bdeb03cbf156b77a1510e2f6baf9e
 SHA1 (patch-util_texi2dvi) = c894eb109ef3faa7ed1cb544556ca6a97af439e9

Added files:

Index: pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_MiscXS_Makefile.in
diff -u /dev/null pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_MiscXS_Makefile.in:1.1
--- /dev/null   Fri Sep 29 21:03:45 2017
+++ pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_MiscXS_Makefile.in   Fri Sep 29 21:03:45 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-tp_Texinfo_MiscXS_Makefile.in,v 1.1 2017/09/29 21:03:45 wiz Exp $
+
+Pass LDFLAGS to module.
+
+--- tp/Texinfo/MiscXS/Makefile.in.orig 2017-09-29 20:47:20.485704820 +0000
++++ tp/Texinfo/MiscXS/Makefile.in
+@@ -263,7 +263,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LD = @LD@
+-LDFLAGS = $(PERL_EXT_LDFLAGS)
++LDFLAGS = $(PERL_EXT_LDFLAGS) @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@



Home | Main Index | Thread Index | Old Index