pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/wml www/wml: Install manpages into ${PKGMANDIR}.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a8705e59129
branches: trunk
changeset: 366903:3a8705e59129
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 19 00:27:01 2017 +0000
description:
www/wml: Install manpages into ${PKGMANDIR}.
Modify Makefile.in so that the GNU configure scirpt can replace
@mandir@ with the correct location for the installed manpages under
${PKGMANDIR}.
diffstat:
www/wml/distinfo | 10 +++++-----
www/wml/patches/patch-ae | 14 +++++++++++---
www/wml/patches/patch-ag | 15 +++++++++++++--
www/wml/patches/patch-ah | 15 +++++++++++++--
www/wml/patches/patch-ai | 15 +++++++++++++--
5 files changed, 55 insertions(+), 14 deletions(-)
diffs (131 lines):
diff -r 10207aae7576 -r 3a8705e59129 www/wml/distinfo
--- a/www/wml/distinfo Sat Aug 19 00:26:48 2017 +0000
+++ b/www/wml/distinfo Sat Aug 19 00:27:01 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2015/11/04 02:47:42 agc Exp $
+$NetBSD: distinfo,v 1.21 2017/08/19 00:27:01 jlam Exp $
SHA1 (wml-2.0.11.tar.gz) = 14dd7c23461716171a66b65676bca6e19a593007
RMD160 (wml-2.0.11.tar.gz) = fead82a35d116447b860d7b1c506c6de187355e8
@@ -8,10 +8,10 @@
SHA1 (patch-ab) = dbd30a0a23189963aa60b06c319342fac4408a6b
SHA1 (patch-ac) = 80863037faadf220ba1d01ef2133cdc42e08f0fa
SHA1 (patch-ad) = 2955f349aa737f1758493897d1989a0b96220268
-SHA1 (patch-ae) = d52b117c67e9d521d4ffdd1a2ba03a512fcc315b
-SHA1 (patch-ag) = da74f75377e42bb15ccf213cde8fd0db43ea451e
-SHA1 (patch-ah) = 8195a53d0a514b9ed1bd8e9460c8c3e77a1d0d8d
-SHA1 (patch-ai) = c376fe6308bd9defb66719a53a0e0da3953e2016
+SHA1 (patch-ae) = cad0bf9d70ba0e2661327dbc6817324df7ad0cfa
+SHA1 (patch-ag) = 97dc7aac298709119b19cc52b65e4d49d2be459c
+SHA1 (patch-ah) = 9fae17c18d721365365f0b2e240927c3e42d7f80
+SHA1 (patch-ai) = d4d1898dbf47eb8799aae957736e49bbb50ca45e
SHA1 (patch-aj) = eea40cf13d883656dc0db5d4de11df4a27bdc70f
SHA1 (patch-ak) = 3b81025819f259d7ebb185de4d4890c9892aba87
SHA1 (patch-al) = 9bdf732aad8520b89bc5925ae6eb0e2cce937f6b
diff -r 10207aae7576 -r 3a8705e59129 www/wml/patches/patch-ae
--- a/www/wml/patches/patch-ae Sat Aug 19 00:26:48 2017 +0000
+++ b/www/wml/patches/patch-ae Sat Aug 19 00:27:01 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.2 2011/09/29 11:12:53 dholland Exp $
+$NetBSD: patch-ae,v 1.3 2017/08/19 00:27:01 jlam Exp $
- Don't try to suppress building docs of the various subdirs by
clearing the man installation directories; it croaks with recent Perl.
@@ -6,9 +6,17 @@
- Don't install File::PathConvert. (why?)
---- wml_common/Makefile.in.orig 2001-02-06 23:02:12.000000000 +0000
+- Substitute for @mandir@ to install manpages under ${PKGMANDIR}.
+
+--- wml_common/Makefile.in.orig 2005-12-01 17:50:13.000000000 +0000
+++ wml_common/Makefile.in
-@@ -27,11 +27,7 @@ mandir = $(prefix)/man
+@@ -22,16 +22,12 @@ exec_prefix = $(prefix)
+ bindir = $(prefix)/bin
+ libsubdir = @libsubdir@
+ libdir = $(prefix)/lib$(libsubdir)
+-mandir = $(prefix)/man
++mandir = @mandir@
+
PATH_PERL = @PATH_PERL@
MM_INSTALL_OPTS = PREFIX=$(libdir)/perl \
INSTALLPRIVLIB=@INSTALLPRIVLIB@ \
diff -r 10207aae7576 -r 3a8705e59129 www/wml/patches/patch-ag
--- a/www/wml/patches/patch-ag Sat Aug 19 00:26:48 2017 +0000
+++ b/www/wml/patches/patch-ag Sat Aug 19 00:27:01 2017 +0000
@@ -1,9 +1,20 @@
-$NetBSD: patch-ag,v 1.2 2012/04/07 13:14:25 joerg Exp $
+$NetBSD: patch-ag,v 1.3 2017/08/19 00:27:01 jlam Exp $
DESTDIR support
---- Makefile.in.orig 2002-10-18 21:15:15.000000000 +0000
+ Substitute for @mandir@ to install manpages under ${PKGMANDIR}.
+
+--- Makefile.in.orig 2005-12-01 17:50:13.000000000 +0000
+++ Makefile.in
+@@ -28,7 +28,7 @@ exec_prefix = $(prefix)
+ bindir = $(prefix)/bin
+ libsubdir = @libsubdir@
+ libdir = $(prefix)/lib$(libsubdir)
+-mandir = $(prefix)/man
++mandir = @mandir@
+ catdir = @catdir@
+ tmpdir = @tmpdir@
+
@@ -98,118 +98,103 @@ install: install-dirs install-core insta
install-dirs:
@[ -f .build-ok ] || $(MAKE) all
diff -r 10207aae7576 -r 3a8705e59129 www/wml/patches/patch-ah
--- a/www/wml/patches/patch-ah Sat Aug 19 00:26:48 2017 +0000
+++ b/www/wml/patches/patch-ah Sat Aug 19 00:27:01 2017 +0000
@@ -1,9 +1,20 @@
-$NetBSD: patch-ah,v 1.1 2007/09/29 21:23:13 heinz Exp $
+$NetBSD: patch-ah,v 1.2 2017/08/19 00:27:01 jlam Exp $
DESTDIR support
---- wml_misc/Makefile.in.orig 2002-10-17 22:55:19.000000000 +0200
+ Substitute for @mandir@ to install manpages under ${PKGMANDIR}.
+
+--- wml_misc/Makefile.in.orig 2005-12-01 17:50:13.000000000 +0000
+++ wml_misc/Makefile.in
+@@ -24,7 +24,7 @@ exec_prefix = $(prefix)
+ bindir = $(prefix)/bin
+ libsubdir = @libsubdir@
+ libdir = $(prefix)/lib$(libsubdir)
+-mandir = $(prefix)/man
++mandir = @mandir@
+
+ # ------------------------------------------------
+ # TARGETS
@@ -33,12 +33,12 @@ mandir = $(prefix)/man
all:
diff -r 10207aae7576 -r 3a8705e59129 www/wml/patches/patch-ai
--- a/www/wml/patches/patch-ai Sat Aug 19 00:26:48 2017 +0000
+++ b/www/wml/patches/patch-ai Sat Aug 19 00:27:01 2017 +0000
@@ -1,9 +1,20 @@
-$NetBSD: patch-ai,v 1.1 2007/09/29 21:23:13 heinz Exp $
+$NetBSD: patch-ai,v 1.2 2017/08/19 00:27:01 jlam Exp $
DESTDIR support
---- wml_include/Makefile.in.orig 2002-10-18 22:48:56.000000000 +0200
+ Substitute for @mandir@ to install manpages under ${PKGMANDIR}.
+
+--- wml_include/Makefile.in.orig 2005-12-01 17:50:13.000000000 +0000
+++ wml_include/Makefile.in
+@@ -24,7 +24,7 @@ exec_prefix = $(prefix)
+ bindir = $(prefix)/bin
+ libsubdir = @libsubdir@
+ libdir = $(prefix)/lib$(libsubdir)
+-mandir = $(prefix)/man
++mandir = @mandir@
+
+ INSTALLPRIVLIB = @INSTALLPRIVLIB@
+ INSTALLARCHLIB = @INSTALLARCHLIB@
@@ -69,15 +69,15 @@ install:
base=`echo $$file | sed -e 's/\.wml$$//g'`; \
dir=`echo $$file | sed -e 's/[a-zA-Z0-9_]*.wml$$//g'`; \
Home |
Main Index |
Thread Index |
Old Index