pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/gpsd Add patch to install man pages regardle...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e4f594d7192
branches: trunk
changeset: 542206:0e4f594d7192
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu May 08 00:06:51 2008 +0000
description:
Add patch to install man pages regardless of HAVE_XSLT_PROCESSOR
because built man pages are in the distribution tarball.
>From Sergey Svishchev in private mail.
diffstat:
geography/gpsd/Makefile | 3 +-
geography/gpsd/distinfo | 3 +-
geography/gpsd/patches/patch-ab | 47 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 2 deletions(-)
diffs (75 lines):
diff -r cef5ca57680e -r 0e4f594d7192 geography/gpsd/Makefile
--- a/geography/gpsd/Makefile Wed May 07 19:53:04 2008 +0000
+++ b/geography/gpsd/Makefile Thu May 08 00:06:51 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/01/15 00:58:17 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2008/05/08 00:06:51 gdt Exp $
DISTNAME= gpsd-2.36
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= http://download.berlios.de/gpsd/
diff -r cef5ca57680e -r 0e4f594d7192 geography/gpsd/distinfo
--- a/geography/gpsd/distinfo Wed May 07 19:53:04 2008 +0000
+++ b/geography/gpsd/distinfo Thu May 08 00:06:51 2008 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2008/01/15 00:58:17 gdt Exp $
+$NetBSD: distinfo,v 1.9 2008/05/08 00:06:52 gdt Exp $
SHA1 (gpsd-2.36.tar.gz) = 4faee0e3e1e5422702f354a85849fd4e8c3a98c2
RMD160 (gpsd-2.36.tar.gz) = aa3c4741dba4c07f145f62fb027e2ba303d16284
Size (gpsd-2.36.tar.gz) = 736220 bytes
SHA1 (patch-aa) = 0f581183a114d63733c57ed9f0ceead43e2e5607
+SHA1 (patch-ab) = 869942effbfc22ece1716dce0ffb5c907dd66906
diff -r cef5ca57680e -r 0e4f594d7192 geography/gpsd/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsd/patches/patch-ab Thu May 08 00:06:51 2008 +0000
@@ -0,0 +1,47 @@
+$NetBSD: patch-ab,v 1.3 2008/05/08 00:06:52 gdt Exp $
+
+--- Makefile.in.orig 2008-02-17 17:41:06.000000000 +0000
++++ Makefile.in
+@@ -560,24 +560,24 @@ mkgmtime_test_LDADD = $(LIBC) libgps.la
+ #
+ # Create Manpages
+ #
+-@HAVE_XSLT_PROCESSOR_TRUE@man_MANS = \
+-@HAVE_XSLT_PROCESSOR_TRUE@ gpsd.8 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ gps.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ xgps.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ xgpsspeed.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ cgps.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ cgpxlogger.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ libgps.3 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ libgpsmm.3 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ libgpsd.3 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ sirfmon.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ $(RTCM104PAGES) \
+-@HAVE_XSLT_PROCESSOR_TRUE@ $(PYTHONPAGES) \
+-@HAVE_XSLT_PROCESSOR_TRUE@ gpsctl.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ gpspipe.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ gpsflash.1 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ rtcm-104.5 \
+-@HAVE_XSLT_PROCESSOR_TRUE@ srec.5
++man_MANS = \
++ gpsd.8 \
++ gps.1 \
++ xgps.1 \
++ xgpsspeed.1 \
++ cgps.1 \
++ cgpxlogger.1 \
++ libgps.3 \
++ libgpsmm.3 \
++ libgpsd.3 \
++ sirfmon.1 \
++ $(RTCM104PAGES) \
++ $(PYTHONPAGES) \
++ gpsctl.1 \
++ gpspipe.1 \
++ gpsflash.1 \
++ rtcm-104.5 \
++ srec.5
+
+ noinst_HEADERS = ubx.h
+ nodist_include_HEADERS = gpsd.h
Home |
Main Index |
Thread Index |
Old Index