pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/readline



Module Name:    pkgsrc
Committed By:   sekiya
Date:           Tue Dec  6 05:34:06 UTC 2022

Modified Files:
        pkgsrc/devel/readline: Makefile PLIST distinfo
Added Files:
        pkgsrc/devel/readline/patches: patch-ai

Log Message:
Add pkgconf .pc files to PLIST for packages that rely on pkgconf

Adjust readline.pc so that it does not depend on a pkgconf-aware termlib.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/readline/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/readline/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/readline/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/devel/readline/patches/patch-ai

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

Modified files:

Index: pkgsrc/devel/readline/Makefile
diff -u pkgsrc/devel/readline/Makefile:1.72 pkgsrc/devel/readline/Makefile:1.73
--- pkgsrc/devel/readline/Makefile:1.72 Mon Oct  3 12:45:34 2022
+++ pkgsrc/devel/readline/Makefile      Tue Dec  6 05:34:06 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2022/10/03 12:45:34 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2022/12/06 05:34:06 sekiya Exp $
 
 READLINE_VERSION=      8.2
+PKGREVISION=   1
 
 DISTNAME=      readline-${READLINE_VERSION}
 CATEGORIES=    devel
@@ -22,7 +23,7 @@ CONFIGURE_ENV.NetBSD+=        bash_cv_wcwidth_b
 .endif
 
 BUILD_TARGET=          everything-libtool
-INSTALL_TARGET=                install-libtool
+INSTALL_TARGET=                install-libtool install-pc
 
 .include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/readline/PLIST
diff -u pkgsrc/devel/readline/PLIST:1.9 pkgsrc/devel/readline/PLIST:1.10
--- pkgsrc/devel/readline/PLIST:1.9     Wed Mar 12 10:04:50 2014
+++ pkgsrc/devel/readline/PLIST Tue Dec  6 05:34:06 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2014/03/12 10:04:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/12/06 05:34:06 sekiya Exp $
 include/readline/chardefs.h
 include/readline/history.h
 include/readline/keymaps.h
@@ -12,6 +12,8 @@ info/readline.info
 info/rluserman.info
 lib/libhistory.la
 lib/libreadline.la
+lib/pkgconfig/history.pc
+lib/pkgconfig/readline.pc
 man/man3/history.3
 man/man3/readline.3
 share/doc/readline/CHANGES

Index: pkgsrc/devel/readline/distinfo
diff -u pkgsrc/devel/readline/distinfo:1.36 pkgsrc/devel/readline/distinfo:1.37
--- pkgsrc/devel/readline/distinfo:1.36 Mon Oct  3 12:45:34 2022
+++ pkgsrc/devel/readline/distinfo      Tue Dec  6 05:34:06 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2022/10/03 12:45:34 wiz Exp $
+$NetBSD: distinfo,v 1.37 2022/12/06 05:34:06 sekiya Exp $
 
 BLAKE2s (readline-8.2.tar.gz) = 680d2c3d7ce2de64a7e3a72adc5021e564f29af270d48781b0669b3e075f55e8
 SHA512 (readline-8.2.tar.gz) = 0a451d459146bfdeecc9cdd94bda6a6416d3e93abd80885a40b334312f16eb890f8618a27ca26868cebbddf1224983e631b1cbc002c1a4d1cd0d65fba9fea49a
@@ -6,4 +6,5 @@ Size (readline-8.2.tar.gz) = 3043952 byt
 SHA1 (patch-ae) = ea0d02a1975696ff51c4b1dd34d62a97d990a6b9
 SHA1 (patch-ag) = 3114e6959dfff3e2aae74c3df3ba4b0f692b79bb
 SHA1 (patch-ah) = d812ea068415939beb42c72dd9bed8d210db57d1
+SHA1 (patch-ai) = 92600d64a9184e7b3b0ee31c3e7fccb115e3343d
 SHA1 (patch-examples_Makefile.in) = 12bdbc3a0d1a116bed96c66ef4d25273b071fd3c

Added files:

Index: pkgsrc/devel/readline/patches/patch-ai
diff -u /dev/null pkgsrc/devel/readline/patches/patch-ai:1.3
--- /dev/null   Tue Dec  6 05:34:06 2022
+++ pkgsrc/devel/readline/patches/patch-ai      Tue Dec  6 05:34:06 2022
@@ -0,0 +1,10 @@
+--- readline.pc.in~     2022-12-06 14:19:31.133661175 +0900
++++ readline.pc.in      2022-12-06 14:20:52.293041763 +0900
+@@ -7,6 +7,5 @@
+ Description: Gnu Readline library for command line editing
+ URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
+ Version: @LIBVERSION@
+-Requires.private: @TERMCAP_PKG_CONFIG_LIB@
+-Libs: -L${libdir} -lreadline
++Libs: -L${libdir} -lreadline @TERMCAP_LIB@
+ Cflags: -I${includedir}



Home | Main Index | Thread Index | Old Index