Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2008 18:30:38 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        janos.mohacsi@bsd.hu
Subject:   ports/124818: [PATCH] graphics/gpicview: update to 0.1.9
Message-ID:  <20080621103038.73D4CB820@chinsan.info>
Resent-Message-ID: <200806211030.m5LAU24U024668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124818
>Category:       ports
>Synopsis:       [PATCH] graphics/gpicview: update to 0.1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 21 10:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008
>Description:
- Update to 0.1.9

Removed file(s):
- files/patch-src_Makefile.am
- files/patch-src_Makefile.in

Port maintainer (janos.mohacsi@bsd.hu) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gpicview-0.1.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/gpicview/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/Makefile
--- /usr/ports/graphics/gpicview/Makefile	2008-06-09 22:43:26.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/Makefile	2008-06-21 18:09:11.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gpicview
-PORTVERSION=	0.1.5
-PORTREVISION=	1
+PORTVERSION=	0.1.9
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	lxde
@@ -15,7 +14,20 @@
 MAINTAINER=	janos.mohacsi@bsd.hu
 COMMENT=	A Simple and Fast Image Viewer for X
 
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
+
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX} \
+		CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/graphics/gpicview/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/distinfo
--- /usr/ports/graphics/gpicview/distinfo	2007-10-08 21:15:21.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/distinfo	2008-06-21 15:38:58.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (gpicview-0.1.5.tar.gz) = 5c484ea089f5a6455265e1e1f472240e
-SHA256 (gpicview-0.1.5.tar.gz) = 7663e1849f3b1f2225a3310f907f86068d7ac5c8957d68fc4a684059b49211ca
-SIZE (gpicview-0.1.5.tar.gz) = 363712
+MD5 (gpicview-0.1.9.tar.gz) = c37161f93676e4c2cc60965c878bdc68
+SHA256 (gpicview-0.1.9.tar.gz) = 3a05649a53adb838d355154c32870f7964a43fed10e99d97386df330bc14712e
+SIZE (gpicview-0.1.9.tar.gz) = 397457
diff -ruN --exclude=CVS /usr/ports/graphics/gpicview/files/patch-src_Makefile.am /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/files/patch-src_Makefile.am
--- /usr/ports/graphics/gpicview/files/patch-src_Makefile.am	2007-10-08 21:15:21.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/files/patch-src_Makefile.am	1970-01-01 08:00:00.000000000 +0800
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/graphics/gpicview/files/patch-src_Makefile.am,v 1.1 2007/10/08 13:15:21 miwi Exp $
-
---- src/Makefile.am.orig
-+++ src/Makefile.am
-@@ -18,7 +18,7 @@
- 
- # the library search path.
- # use -nodefaultlibs to prevent linking libstdc++
--gpicview_LDFLAGS = $(all_libraries) -nodefaultlibs -lc
-+gpicview_LDFLAGS = $(all_libraries) -lc
- gpicview_LDADD = @PACKAGE_LIBS@
- gpicview_CXXFLAGS = -fno-rtti -fno-exceptions
- 
diff -ruN --exclude=CVS /usr/ports/graphics/gpicview/files/patch-src_Makefile.in /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/files/patch-src_Makefile.in
--- /usr/ports/graphics/gpicview/files/patch-src_Makefile.in	2007-10-08 21:15:21.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/files/patch-src_Makefile.in	1970-01-01 08:00:00.000000000 +0800
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/graphics/gpicview/files/patch-src_Makefile.in,v 1.1 2007/10/08 13:15:21 miwi Exp $
-
---- src/Makefile.in.orig
-+++ src/Makefile.in
-@@ -225,7 +225,7 @@
- 
- # the library search path.
- # use -nodefaultlibs to prevent linking libstdc++
--gpicview_LDFLAGS = $(all_libraries) -nodefaultlibs -lc
-+gpicview_LDFLAGS = $(all_libraries) -lc
- gpicview_LDADD = @PACKAGE_LIBS@
- gpicview_CXXFLAGS = -fno-rtti -fno-exceptions
- noinst_HEADERS = \
diff -ruN --exclude=CVS /usr/ports/graphics/gpicview/pkg-plist /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/pkg-plist
--- /usr/ports/graphics/gpicview/pkg-plist	2007-10-08 21:15:21.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/graphics/gpicview/pkg-plist	2008-06-21 18:13:22.000000000 +0800
@@ -1,5 +1,16 @@
 bin/gpicview
 share/applications/gpicview.desktop
+%%NLS%%share/locale/cs/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/de_DE/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/es/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/gpicview.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/gpicview.mo
 %%DATADIR%%/pixmaps/clockwise.png
 %%DATADIR%%/pixmaps/counterclockwise.png
 %%DATADIR%%/pixmaps/fullscreen.png
@@ -9,3 +20,5 @@
 @dirrm %%DATADIR%%
 @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/de_DE
--- gpicview-0.1.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080621103038.73D4CB820>