ports/59941: [update] graphics/gqview-devel

Philip Paeps philip+freebsd at paeps.cx
Thu Dec 4 09:10:24 UTC 2003


>Number:         59941
>Category:       ports
>Synopsis:       [update] graphics/gqview-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 04 01:10:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Philip Paeps
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
	FreeBSD hermes.nixsys.be 5.1-CURRENT
>Description:
	Update graphics/gqview-devel to latest development version.  Also use
	the USE_GNOME bits instead of depending on a specific libversion.
>How-To-Repeat:
	Patch and enjoy.  The patch-aa in files is no longer needed, files can
	be cvs rm'ed.
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gqview-devel/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	17 Jun 2003 14:27:16 -0000	1.1
+++ Makefile	4 Dec 2003 08:53:52 -0000
@@ -7,31 +7,37 @@
 #
 
 PORTNAME=	gqview
-PORTVERSION= 1.3.1
+PORTVERSION=	1.3.5
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-PKGNAMESUFFIX= -devel
+PKGNAMESUFFIX=	-devel
 
-MAINTAINER= cthulhu at cthulhu.ru
-COMMENT= Another gtk2-based graphic file viewer
-
-LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
-			gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
+MAINTAINER=	cthulhu at cthulhu.ru
+COMMENT=	Another gtk2-based graphic file viewer
 
 USE_X_PREFIX=	yes
+USE_GNOME=	gtk20
+WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 
-.include <bsd.port.pre.mk>
+.if !defined(WANT_GNOME) || defined(WITHOUT_GNOME)
+CONFIGURE_ARGS=	--disable-gnome
+.endif
 
 MAN1=		gqview.1
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g' \
+		${WRKSRC}/aclocal.m4
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/gqview
 	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gqview-devel/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	17 Jun 2003 14:27:16 -0000	1.1
+++ distinfo	4 Dec 2003 08:53:52 -0000
@@ -1 +1 @@
-MD5 (gqview-1.3.1.tar.gz) = 339e64d5454c8e831887f05983e184e6
+MD5 (gqview-1.3.5.tar.gz) = c44687bdd636ea6e5133fb936abf880a
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gqview-devel/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	17 Jun 2003 14:27:16 -0000	1.1
+++ pkg-plist	4 Dec 2003 08:53:52 -0000
@@ -1,6 +1,7 @@
 bin/gqview
 %%PORTDOCS%%share/doc/gqview/README
 share/gqview/README
+share/locale/bg/LC_MESSAGES/gqview.mo
 share/locale/cs/LC_MESSAGES/gqview.mo
 share/locale/da/LC_MESSAGES/gqview.mo
 share/locale/de/LC_MESSAGES/gqview.mo
@@ -9,17 +10,21 @@
 share/locale/fi/LC_MESSAGES/gqview.mo
 share/locale/fr/LC_MESSAGES/gqview.mo
 share/locale/hu/LC_MESSAGES/gqview.mo
+share/locale/id/LC_MESSAGES/gqview.mo
 share/locale/it/LC_MESSAGES/gqview.mo
 share/locale/ja/LC_MESSAGES/gqview.mo
 share/locale/nl/LC_MESSAGES/gqview.mo
 share/locale/no/LC_MESSAGES/gqview.mo
 share/locale/pl/LC_MESSAGES/gqview.mo
 share/locale/pt_BR/LC_MESSAGES/gqview.mo
+share/locale/ro/LC_MESSAGES/gqview.mo
 share/locale/ru/LC_MESSAGES/gqview.mo
 share/locale/sk/LC_MESSAGES/gqview.mo
 share/locale/sl/LC_MESSAGES/gqview.mo
+share/locale/th/LC_MESSAGES/gqview.mo
 share/locale/tr/LC_MESSAGES/gqview.mo
 share/locale/uk/LC_MESSAGES/gqview.mo
+share/locale/vi/LC_MESSAGES/gqview.mo
 share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo
 share/locale/zh_TW/LC_MESSAGES/gqview.mo
 %%PORTDOCS%%@dirrm share/doc/gqview
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list