pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/flphoto Don't try to install cat pages, the e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93e19b43974d
branches:  trunk
changeset: 512000:93e19b43974d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 28 16:48:21 2006 +0000

description:
Don't try to install cat pages, the extension detection doesn't work.
Bump revision.

diffstat:

 graphics/flphoto/Makefile         |   4 ++--
 graphics/flphoto/PLIST            |   4 +---
 graphics/flphoto/distinfo         |   4 ++--
 graphics/flphoto/patches/patch-ab |  20 ++++++++++++++++++++
 4 files changed, 25 insertions(+), 7 deletions(-)

diffs (64 lines):

diff -r e6e0f1aee7e1 -r 93e19b43974d graphics/flphoto/Makefile
--- a/graphics/flphoto/Makefile Fri Apr 28 16:24:45 2006 +0000
+++ b/graphics/flphoto/Makefile Fri Apr 28 16:48:21 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:31 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/28 16:48:21 joerg Exp $
 #
 
 DISTNAME=              flphoto-1.2-source
 PKGNAME=               flphoto-1.2
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=fltk/}
 EXTRACT_SUFX=          .tar.bz2
diff -r e6e0f1aee7e1 -r 93e19b43974d graphics/flphoto/PLIST
--- a/graphics/flphoto/PLIST    Fri Apr 28 16:24:45 2006 +0000
+++ b/graphics/flphoto/PLIST    Fri Apr 28 16:48:21 2006 +0000
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:20 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/28 16:48:21 joerg Exp $
 bin/flphoto
-man/cat1/flphoto.0
-man/cat5/album.0
 man/man1/flphoto.1
 man/man5/album.5
 share/doc/flphoto/COPYING
diff -r e6e0f1aee7e1 -r 93e19b43974d graphics/flphoto/distinfo
--- a/graphics/flphoto/distinfo Fri Apr 28 16:24:45 2006 +0000
+++ b/graphics/flphoto/distinfo Fri Apr 28 16:48:21 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2006/01/23 17:00:05 joerg Exp $
+$NetBSD: distinfo,v 1.5 2006/04/28 16:48:21 joerg Exp $
 
 SHA1 (flphoto-1.2-source.tar.bz2) = 634cdbf80690b96009fb1c2952f0dff3733710ba
 RMD160 (flphoto-1.2-source.tar.bz2) = 1a9d574182a1f21f44493fa5e6f39d58c0d6c2a1
 Size (flphoto-1.2-source.tar.bz2) = 501459 bytes
 SHA1 (patch-aa) = 0a47885db0284d770c10db8d1dcc3c315df85dbc
-SHA1 (patch-ab) = 7f811ac03c9495dfdc7c3c84b3a3b30647371353
+SHA1 (patch-ab) = f4d9616afa1e83e6e43cf84f1dfdf670a5ab7dd3
diff -r e6e0f1aee7e1 -r 93e19b43974d graphics/flphoto/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/flphoto/patches/patch-ab Fri Apr 28 16:48:21 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2006/04/28 16:48:21 joerg Exp $
+
+--- Makefile.in.orig   2006-04-28 16:39:58.000000000 +0000
++++ Makefile.in
+@@ -182,15 +182,9 @@ install: $(TARGETS) @INSTALLDESKTOP@
+       $(CP) flphoto$(EXEEXT) $(DESTDIR)$(bindir)
+       $(FLTKCONFIG) --post $(DESTDIR)$(bindir)/flphoto$(EXEEXT)
+       echo Installing flPhoto manpages in $(DESTDIR)$(mandir)
+-      -$(MKDIR) $(DESTDIR)$(mandir)/cat1
+-      $(RM) $(DESTDIR)$(mandir)/cat1/flphoto.$(CAT1EXT)
+-      $(CP) $(srcdir)/doc/flphoto.1 $(DESTDIR)$(mandir)/cat1/flphoto.$(CAT1EXT)
+       -$(MKDIR) $(DESTDIR)$(mandir)/man1
+       $(RM) $(DESTDIR)$(mandir)/man1/flphoto.1
+       $(CP) $(srcdir)/doc/flphoto.man $(DESTDIR)$(mandir)/man1/flphoto.1
+-      -$(MKDIR) $(DESTDIR)$(mandir)/cat5
+-      $(RM) $(DESTDIR)$(mandir)/cat5/album.$(CAT5EXT)
+-      $(CP) $(srcdir)/doc/album.5 $(DESTDIR)$(mandir)/cat5/album.$(CAT5EXT)
+       -$(MKDIR) $(DESTDIR)$(mandir)/man5
+       $(RM) $(DESTDIR)$(mandir)/man5/album.5
+       $(CP) $(srcdir)/doc/album.man $(DESTDIR)$(mandir)/man5/album.5



Home | Main Index | Thread Index | Old Index