pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/tcl-expect



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 27 07:12:08 UTC 2018

Modified Files:
        pkgsrc/lang/tcl-expect: Makefile distinfo
        pkgsrc/lang/tcl-expect/patches: patch-Makefile.in

Log Message:
tcl-expect: update to 5.45.0nb4.

Honor LDFLAGS when linking.

Fixes RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/tcl-expect/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/tcl-expect/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/tcl-expect/patches/patch-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/lang/tcl-expect/Makefile
diff -u pkgsrc/lang/tcl-expect/Makefile:1.32 pkgsrc/lang/tcl-expect/Makefile:1.33
--- pkgsrc/lang/tcl-expect/Makefile:1.32        Sun Mar  6 14:13:36 2016
+++ pkgsrc/lang/tcl-expect/Makefile     Mon Aug 27 07:12:08 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2016/03/06 14:13:36 adam Exp $
+# $NetBSD: Makefile,v 1.33 2018/08/27 07:12:08 wiz Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       tcl-expect-${EXPECT_VERSION}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    lang
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/lang/tcl-expect/distinfo
diff -u pkgsrc/lang/tcl-expect/distinfo:1.19 pkgsrc/lang/tcl-expect/distinfo:1.20
--- pkgsrc/lang/tcl-expect/distinfo:1.19        Tue Nov  3 22:50:45 2015
+++ pkgsrc/lang/tcl-expect/distinfo     Mon Aug 27 07:12:08 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2015/11/03 22:50:45 agc Exp $
+$NetBSD: distinfo,v 1.20 2018/08/27 07:12:08 wiz Exp $
 
 SHA1 (expect5.45.tar.gz) = e634992cab35b7c6931e1f21fbb8f74d464bd496
 RMD160 (expect5.45.tar.gz) = edffe881ee45abe6e9aa150ea5958a04d0ffeab0
 SHA512 (expect5.45.tar.gz) = be991c68241e607b3a689eae7e7966056dbfb577e857331d54a4911bd178c1816425217603b43918ad1b6d2e966271a0f01e79d7028a22e223562d59d10c8c51
 Size (expect5.45.tar.gz) = 628808 bytes
-SHA1 (patch-Makefile.in) = 6f38c1d356ab206c0d00a8b465434994bc787bcf
+SHA1 (patch-Makefile.in) = 24efcbdb0a21985cb8a0fb7812c5f45f67de7c30
 SHA1 (patch-configure) = a16c833e61d23f63abff1413522b99cd2251bc34

Index: pkgsrc/lang/tcl-expect/patches/patch-Makefile.in
diff -u pkgsrc/lang/tcl-expect/patches/patch-Makefile.in:1.3 pkgsrc/lang/tcl-expect/patches/patch-Makefile.in:1.4
--- pkgsrc/lang/tcl-expect/patches/patch-Makefile.in:1.3        Mon Jun 10 21:49:21 2013
+++ pkgsrc/lang/tcl-expect/patches/patch-Makefile.in    Mon Aug 27 07:12:08 2018
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile.in,v 1.3 2013/06/10 21:49:21 markd Exp $
+$NetBSD: patch-Makefile.in,v 1.4 2018/08/27 07:12:08 wiz Exp $
 
 New Makefile.in patch, no libtool
 
@@ -27,6 +27,15 @@ New Makefile.in patch, no libtool
  
  top_builddir  = .
  
+@@ -149,7 +151,7 @@ RANLIB             = @RANLIB@
+ RANLIB_STUB   = @RANLIB_STUB@
+ SHLIB_CFLAGS  = @SHLIB_CFLAGS@
+ SHLIB_LD      = @SHLIB_LD@
+-SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
++SHLIB_LD_LIBS = @SHLIB_LD_LIBS@ ${LDFLAGS}
+ STLIB_LD      = @STLIB_LD@
+ TCL_DEFS      = @TCL_DEFS@
+ TCL_BIN_DIR   = @TCL_BIN_DIR@
 @@ -214,10 +216,15 @@ all: binaries libraries doc
  # of the Makefile, in the "BINARIES" variable.
  #========================================================================



Home | Main Index | Thread Index | Old Index