diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-03-26 11:41:01 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-03-26 11:41:01 +0000 |
commit | d09f63a12c0c504b08ab4c5f860142c00972a412 (patch) | |
tree | 2662e481f89ab7746f5e1f6518026878c2506bef | |
parent | 010d6b35d9c1ef7183439222fdf65189e2a3e21a (diff) | |
download | pkgsrc-d09f63a12c0c504b08ab4c5f860142c00972a412.tar.gz |
Fix generation of libexpect545.a. Ok'd by wiz@ during freeze.
Bump PKGREVISION.
-rw-r--r-- | lang/tcl-expect/Makefile | 3 | ||||
-rw-r--r-- | lang/tcl-expect/distinfo | 4 | ||||
-rw-r--r-- | lang/tcl-expect/patches/patch-Makefile.in | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 34aca7103b9..9ad554c92b4 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2012/10/02 20:11:55 asau Exp $ +# $NetBSD: Makefile,v 1.28 2013/03/26 11:41:01 jperkin Exp $ .include "Makefile.common" PKGNAME= tcl-expect-${EXPECT_VERSION} +PKGREVISION= 1 CATEGORIES= lang MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/lang/tcl-expect/distinfo b/lang/tcl-expect/distinfo index 742bd25cb1b..39654b6bbff 100644 --- a/lang/tcl-expect/distinfo +++ b/lang/tcl-expect/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2012/08/21 21:33:58 marino Exp $ +$NetBSD: distinfo,v 1.17 2013/03/26 11:41:01 jperkin Exp $ SHA1 (expect5.45.tar.gz) = e634992cab35b7c6931e1f21fbb8f74d464bd496 RMD160 (expect5.45.tar.gz) = edffe881ee45abe6e9aa150ea5958a04d0ffeab0 Size (expect5.45.tar.gz) = 628808 bytes -SHA1 (patch-Makefile.in) = f1fdd2e3284b9b71ba231d8f8eff16729e1ef72f +SHA1 (patch-Makefile.in) = eb44dad343e841fe825dd18ed7027f575bdd2e33 SHA1 (patch-configure) = a16c833e61d23f63abff1413522b99cd2251bc34 diff --git a/lang/tcl-expect/patches/patch-Makefile.in b/lang/tcl-expect/patches/patch-Makefile.in index da71f234143..3d6cfa1835d 100644 --- a/lang/tcl-expect/patches/patch-Makefile.in +++ b/lang/tcl-expect/patches/patch-Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile.in,v 1.1 2012/08/21 21:33:58 marino Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2013/03/26 11:41:01 jperkin Exp $ New Makefile.in patch, no libtool @@ -36,9 +36,9 @@ New Makefile.in patch, no libtool libraries: -+${PKG_LIB_A_FILE}: ${OBJS} ++${PKG_LIB_A_FILE}: $(PKG_OBJECTS) + rm -rf $@ -+ ar cr $@ ${OBJS} ++ ar cr $@ $(PKG_OBJECTS) + $(RANLIB) $@ + doc: |