diff options
author | gdt <gdt@pkgsrc.org> | 2008-05-08 00:06:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-05-08 00:06:51 +0000 |
commit | 8b15c3d3ee3ffedf97bb224a1d8066c6148374b3 (patch) | |
tree | 063a684947b872d7e2f23b1f31ab921d57605cfb /geography | |
parent | 866f6d5f8b0d68f162b1f03e65a7986f39052c99 (diff) | |
download | pkgsrc-8b15c3d3ee3ffedf97bb224a1d8066c6148374b3.tar.gz |
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 (limited to 'geography')
-rw-r--r-- | geography/gpsd/Makefile | 3 | ||||
-rw-r--r-- | geography/gpsd/distinfo | 3 | ||||
-rw-r--r-- | geography/gpsd/patches/patch-ab | 47 |
3 files changed, 51 insertions, 2 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 91258f72d56..a2f2ddbfffe 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -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 --git a/geography/gpsd/distinfo b/geography/gpsd/distinfo index 0084868f19a..a51834e472f 100644 --- a/geography/gpsd/distinfo +++ b/geography/gpsd/distinfo @@ -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 --git a/geography/gpsd/patches/patch-ab b/geography/gpsd/patches/patch-ab new file mode 100644 index 00000000000..72c912725d6 --- /dev/null +++ b/geography/gpsd/patches/patch-ab @@ -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 |