pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/readline Use ${BSD_INSTALL_LIB} so the library i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95974318f239
branches: trunk
changeset: 479687:95974318f239
user: tv <tv%pkgsrc.org@localhost>
date: Fri Aug 20 17:32:50 2004 +0000
description:
Use ${BSD_INSTALL_LIB} so the library is installed +x. (Bump PKGREVISION;
this can be un-bumped if the patchlevel goes up again.)
diffstat:
devel/readline/Makefile | 3 ++-
devel/readline/distinfo | 4 ++--
devel/readline/patches/patch-ae | 6 +++---
3 files changed, 7 insertions(+), 6 deletions(-)
diffs (49 lines):
diff -r 7a79132a46db -r 95974318f239 devel/readline/Makefile
--- a/devel/readline/Makefile Fri Aug 20 16:59:58 2004 +0000
+++ b/devel/readline/Makefile Fri Aug 20 17:32:50 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2004/03/23 04:41:00 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2004/08/20 17:32:50 tv Exp $
#
DISTNAME= readline-4.3
PKGNAME= ${DISTNAME}pl5
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=readline/}
diff -r 7a79132a46db -r 95974318f239 devel/readline/distinfo
--- a/devel/readline/distinfo Fri Aug 20 16:59:58 2004 +0000
+++ b/devel/readline/distinfo Fri Aug 20 17:32:50 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/04/26 08:01:20 jlam Exp $
+$NetBSD: distinfo,v 1.8 2004/08/20 17:32:50 tv Exp $
SHA1 (readline-4.3.tar.gz) = 4e226fd5f6f919707f11b9e28d47b5487448895d
Size (readline-4.3.tar.gz) = 961662 bytes
@@ -12,4 +12,4 @@
Size (readline43-004) = 3140 bytes
SHA1 (readline43-005) = a022e113b8ad603d1020e99308de0a917626d1e1
Size (readline43-005) = 1056 bytes
-SHA1 (patch-ae) = af04c7e2646dbc510cfc139c025b47e6769ccd85
+SHA1 (patch-ae) = 89d95180051bb4d9db9336fbac236ab083cf83e9
diff -r 7a79132a46db -r 95974318f239 devel/readline/patches/patch-ae
--- a/devel/readline/patches/patch-ae Fri Aug 20 16:59:58 2004 +0000
+++ b/devel/readline/patches/patch-ae Fri Aug 20 17:32:50 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.9 2004/04/26 08:01:20 jlam Exp $
+$NetBSD: patch-ae,v 1.10 2004/08/20 17:32:50 tv Exp $
--- Makefile.in.orig Thu Jan 24 16:15:24 2002
+++ Makefile.in
@@ -70,8 +70,8 @@
$(MAKE) $(MFLAGS) CCFLAGS='$(GCC_LINT_CFLAGS)' static
+
+install-la: installdirs $(LIBTOOL_LIBS) install-headers
-+ ${LIBTOOL} --mode=install ${INSTALL_DATA} libreadline.la $(libdir)
-+ ${LIBTOOL} --mode=install ${INSTALL_DATA} libhistory.la $(libdir)
++ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libreadline.la $(libdir)
++ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libhistory.la $(libdir)
+ -( if test -d doc ; then \
+ cd doc && \
+ ${MAKE} ${MFLAGS} infodir=$(infodir) install; \
Home |
Main Index |
Thread Index |
Old Index