From carpetsmoker@rwxrwxrwx.net  Sat Jan 31 00:21:53 2009
Return-Path: <carpetsmoker@rwxrwxrwx.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 85F321065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Jan 2009 00:21:53 +0000 (UTC)
	(envelope-from carpetsmoker@rwxrwxrwx.net)
Received: from mail.rwxrwxrwx.net (tournoij.xs4all.nl [80.101.196.202])
	by mx1.freebsd.org (Postfix) with ESMTP id F10098FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Jan 2009 00:21:52 +0000 (UTC)
	(envelope-from carpetsmoker@rwxrwxrwx.net)
Received: from localhost (localhost [127.0.0.1])
	by mail.rwxrwxrwx.net (Postfix) with ESMTP id BA7F16D47C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Jan 2009 01:21:06 +0100 (CET)
Received: from mail.rwxrwxrwx.net ([127.0.0.1])
	by localhost (mail.rwxrwxrwx.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id wr+3i9P8sbhL for <FreeBSD-gnats-submit@freebsd.org>;
	Sat, 31 Jan 2009 01:21:01 +0100 (CET)
Received: from rwxrwxrwx.net (unknown [192.168.178.26])
	by mail.rwxrwxrwx.net (Postfix) with ESMTPSA id 46AEA6D450
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Jan 2009 01:21:01 +0100 (CET)
Message-Id: <20090131002101.46AEA6D450@mail.rwxrwxrwx.net>
Date: Sat, 31 Jan 2009 01:21:01 +0100 (CET)
From: Martin Tournoij <carpetsmoker@xs4all.nl>
Reply-To: Martin Tournoij <carpetsmoker@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] graphics/geeqie Update to 1.0alpha3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         131178
>Category:       ports
>Synopsis:       [Maintainer] graphics/geeqie Update to 1.0alpha3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 00:30:04 UTC 2009
>Closed-Date:    Wed Feb 11 03:06:30 UTC 2009
>Last-Modified:  Wed Feb 11 03:10:01 UTC 2009
>Originator:     Martin Tournoij
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD phong.rwxrwxrwx.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Jun 5 22:13:23 CEST 2008 carpetsmoker@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG  i386


>Description:

Update grahics/geeqie to 1.0alpha3.

* Also update my email address.

>How-To-Repeat:

>Fix:

--- geeqie.patch begins here ---
diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' /ports/graphics/geeqie/Makefile graphics/geeqie/Makefile
--- /ports/graphics/geeqie/Makefile	2008-06-26 13:01:21.000000000 +0200
+++ graphics/geeqie/Makefile	2009-01-31 01:08:46.000000000 +0100
@@ -1,17 +1,16 @@
 # New ports collection makefile for:	graphics/geeqie
 # Date created:				17 May 2008
-# Whom:					Martin Tournoij <carpetsmoker@xs4all.nl>
+# Whom:					Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
 #
-# $Carpetsmoker: ports/graphics/geeqie/Makefile,v 1.2 2008/05/17 19:35:22 carpetsmoker Exp $
 # $FreeBSD: ports/graphics/geeqie/Makefile,v 1.1 2008/06/26 11:01:21 amdmi3 Exp $
 #
 
 PORTNAME=	geeqie
-DISTVERSION=	1.0alpha1
+DISTVERSION=	1.0alpha3
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
-MAINTAINER=	carpetsmoker@xs4all.nl
+MAINTAINER=	carpetsmoker@rwxrwxrwx.net
 COMMENT=	Lightweight image viewer forked from GQview
 
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
@@ -22,29 +21,43 @@
 		--htmldir="${DOCSDIR}/html" \
 		--with-htmldir="${DOCSDIR}/html" \
 		--with-readmedir="${DOCSDIR}"
+CFLAGS+=	-I${LOCALBASE}/include
+CONFIGURE_ENV+=	CPPFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib"
 MAKE_ARGS+=	top_builddir="${WRKSRC}"
 
+PLIST_FILES=	bin/geeqie \
+		share/pixmaps/geeqie.png \
+		share/applications/geeqie.desktop
 PORTDOCS=	*
-
 MAN1=		geeqie.1
 
+
 OPTIONS=	EXIV2 "Enable EXIV2 for metadata editing" on \
 		LCMS "Enable LCMS for color adjusting" on
+# Build fails with lirc enabled, disable it for now
+#		LIRC "Enable lirc for remote control" off
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_EXIV2)
 LIB_DEPENDS+=	exiv2.3:${PORTSDIR}/graphics/exiv2
-CONFIGURE_ARGS+=--with-exiv2
+CONFIGURE_ARGS+=--enable-exiv2
 .else
-CONFIGURE_ARGS+=--without-exiv2
+CONFIGURE_ARGS+=--disable-exiv2
 .endif
 
 .if defined(WITH_LCMS)
 LIB_DEPENDS+=	lcms.1:${PORTSDIR}/graphics/lcms
-CONFIGURE_ARGS+=--with-lcms
+CONFIGURE_ARGS+=--enable-lcms
+.else
+CONFIGURE_ARGS+=--disable-lcms
+.endif
+
+.if defined(WITH_LIRC)
+LIB_DEPENDS+=	lirc_client.1:${PORTSDIR}/comms/lirc
+CONFIGURE_ARGS+=--enable-lirc
 .else
-CONFIGURE_ARGS+=--without-lcms
+CONFIGURE_ARGS+=--disable-lirc
 .endif
 
 post-patch:
diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' /ports/graphics/geeqie/distinfo graphics/geeqie/distinfo
--- /ports/graphics/geeqie/distinfo	2008-06-26 13:01:21.000000000 +0200
+++ graphics/geeqie/distinfo	2009-01-31 00:24:01.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (geeqie-1.0alpha1.tar.gz) = 8e4838018b597cb6df056959ccf1ba45
-SHA256 (geeqie-1.0alpha1.tar.gz) = 7df5b644e572ec0f8a489c31ccf01789d602c788cffa33bca5ecd236020ad199
-SIZE (geeqie-1.0alpha1.tar.gz) = 1970338
+MD5 (geeqie-1.0alpha3.tar.gz) = 0f0c3991ee4ef9232e21ed49fa879b83
+SHA256 (geeqie-1.0alpha3.tar.gz) = 98073322e9db72ede5c374eb3213a981fecf60542f0e610436b4fd9c01b9b464
+SIZE (geeqie-1.0alpha3.tar.gz) = 2067890
diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' /ports/graphics/geeqie/pkg-plist graphics/geeqie/pkg-plist
--- /ports/graphics/geeqie/pkg-plist	2008-06-26 13:01:21.000000000 +0200
+++ graphics/geeqie/pkg-plist	1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-bin/geeqie
-share/pixmaps/geeqie.png
-share/applications/geeqie.desktop
-@dirrmtry share/applications
--- geeqie.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sat Jan 31 02:16:09 UTC 2009 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131178 

From: Beech Rintoul <beech@freebsd.org>
To: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Cc: Bug Followup <bug-followup@freebsd.org>,
 Beech Rintoul <beech@freebsd.org>
Subject: Re: ports/131178: [Maintainer] graphics/geeqie Update to 1.0alpha3
Date: Fri, 30 Jan 2009 19:45:14 -0900

 plist errors:
 
 http://stargate.akherb.com/tb/logs/8.0-FreeBSD/geeqie-1.0.a3.log
 
 Please fix,
 
 Beech
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
 /"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
 \ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
  X  - NO Word docs in e-mail | Skype: akbeech
 / \  - http://www.FreeBSD.org/releases/7.1R/announce.html
 ---------------------------------------------------------------------------------------
 
 
 
 

From: Beech Rintoul <beech@freebsd.org>
To: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Cc: Bug Followup <bug-followup@freebsd.org>,
 Beech Rintoul <beech@freebsd.org>
Subject: Re: ports/131178: [Maintainer] graphics/geeqie Update to 1.0alpha3
Date: Fri, 6 Feb 2009 22:55:57 -0900

 --Boundary-00=_O6TjJfy3h6+isBV
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Fixed, please approve.
 
 Beech
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
 /"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
 \ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
  X  - NO Word docs in e-mail | Skype: akbeech
 / \  - http://www.FreeBSD.org/releases/7.1R/announce.html
 ---------------------------------------------------------------------------------------
 
 
 
 
 
 --Boundary-00=_O6TjJfy3h6+isBV
 Content-Type: text/x-patch;
   charset="ISO-8859-1";
   name="geeqie.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="geeqie.diff"
 
 ? geeqie.diff
 Index: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/graphics/geeqie/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- Makefile	26 Jun 2008 11:01:21 -0000	1.1
 +++ Makefile	7 Feb 2009 07:45:47 -0000
 @@ -1,17 +1,16 @@
  # New ports collection makefile for:	graphics/geeqie
  # Date created:				17 May 2008
 -# Whom:					Martin Tournoij <carpetsmoker@xs4all.nl>
 +# Whom:					Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
  #
 -# $Carpetsmoker: ports/graphics/geeqie/Makefile,v 1.2 2008/05/17 19:35:22 carpetsmoker Exp $
  # $FreeBSD: ports/graphics/geeqie/Makefile,v 1.1 2008/06/26 11:01:21 amdmi3 Exp $
  #
  
  PORTNAME=	geeqie
 -DISTVERSION=	1.0alpha1
 +DISTVERSION=	1.0alpha3
  CATEGORIES=	graphics
  MASTER_SITES=	SF
  
 -MAINTAINER=	carpetsmoker@xs4all.nl
 +MAINTAINER=	carpetsmoker@rwxrwxrwx.net
  COMMENT=	Lightweight image viewer forked from GQview
  
  LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
 @@ -22,29 +21,40 @@
  		--htmldir="${DOCSDIR}/html" \
  		--with-htmldir="${DOCSDIR}/html" \
  		--with-readmedir="${DOCSDIR}"
 +CFLAGS+=	-I${LOCALBASE}/include
 +CONFIGURE_ENV+=	CPPFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib"
  MAKE_ARGS+=	top_builddir="${WRKSRC}"
  
  PORTDOCS=	*
 -
  MAN1=		geeqie.1
 +USE_GETTEXT=	yes
  
  OPTIONS=	EXIV2 "Enable EXIV2 for metadata editing" on \
  		LCMS "Enable LCMS for color adjusting" on
 +# Build fails with lirc enabled, disable it for now
 +#		LIRC "Enable lirc for remote control" off
  
  .include <bsd.port.pre.mk>
  
  .if defined(WITH_EXIV2)
  LIB_DEPENDS+=	exiv2.3:${PORTSDIR}/graphics/exiv2
 -CONFIGURE_ARGS+=--with-exiv2
 +CONFIGURE_ARGS+=--enable-exiv2
  .else
 -CONFIGURE_ARGS+=--without-exiv2
 +CONFIGURE_ARGS+=--disable-exiv2
  .endif
  
  .if defined(WITH_LCMS)
  LIB_DEPENDS+=	lcms.1:${PORTSDIR}/graphics/lcms
 -CONFIGURE_ARGS+=--with-lcms
 +CONFIGURE_ARGS+=--enable-lcms
 +.else
 +CONFIGURE_ARGS+=--disable-lcms
 +.endif
 +
 +.if defined(WITH_LIRC)
 +LIB_DEPENDS+=	lirc_client.1:${PORTSDIR}/comms/lirc
 +CONFIGURE_ARGS+=--enable-lirc
  .else
 -CONFIGURE_ARGS+=--without-lcms
 +CONFIGURE_ARGS+=--disable-lirc
  .endif
  
  post-patch:
 Index: distinfo
 ===================================================================
 RCS file: /home/pcvs/ports/graphics/geeqie/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- distinfo	26 Jun 2008 11:01:21 -0000	1.1
 +++ distinfo	7 Feb 2009 07:45:47 -0000
 @@ -1,3 +1,3 @@
 -MD5 (geeqie-1.0alpha1.tar.gz) = 8e4838018b597cb6df056959ccf1ba45
 -SHA256 (geeqie-1.0alpha1.tar.gz) = 7df5b644e572ec0f8a489c31ccf01789d602c788cffa33bca5ecd236020ad199
 -SIZE (geeqie-1.0alpha1.tar.gz) = 1970338
 +MD5 (geeqie-1.0alpha3.tar.gz) = 0f0c3991ee4ef9232e21ed49fa879b83
 +SHA256 (geeqie-1.0alpha3.tar.gz) = 98073322e9db72ede5c374eb3213a981fecf60542f0e610436b4fd9c01b9b464
 +SIZE (geeqie-1.0alpha3.tar.gz) = 2067890
 Index: pkg-plist
 ===================================================================
 RCS file: /home/pcvs/ports/graphics/geeqie/pkg-plist,v
 retrieving revision 1.1
 diff -u -r1.1 pkg-plist
 --- pkg-plist	26 Jun 2008 11:01:21 -0000	1.1
 +++ pkg-plist	7 Feb 2009 07:45:47 -0000
 @@ -1,4 +1,39 @@
  bin/geeqie
 -share/pixmaps/geeqie.png
  share/applications/geeqie.desktop
 +share/locale/ar/LC_MESSAGES/geeqie.mo
 +share/locale/be/LC_MESSAGES/geeqie.mo
 +share/locale/bg/LC_MESSAGES/geeqie.mo
 +share/locale/ca/LC_MESSAGES/geeqie.mo
 +share/locale/cs/LC_MESSAGES/geeqie.mo
 +share/locale/da/LC_MESSAGES/geeqie.mo
 +share/locale/de/LC_MESSAGES/geeqie.mo
 +share/locale/eo/LC_MESSAGES/geeqie.mo
 +share/locale/es/LC_MESSAGES/geeqie.mo
 +share/locale/et/LC_MESSAGES/geeqie.mo
 +share/locale/eu/LC_MESSAGES/geeqie.mo
 +share/locale/fi/LC_MESSAGES/geeqie.mo
 +share/locale/fr/LC_MESSAGES/geeqie.mo
 +share/locale/hu/LC_MESSAGES/geeqie.mo
 +share/locale/id/LC_MESSAGES/geeqie.mo
 +share/locale/it/LC_MESSAGES/geeqie.mo
 +share/locale/ja/LC_MESSAGES/geeqie.mo
 +share/locale/ko/LC_MESSAGES/geeqie.mo
 +share/locale/nb/LC_MESSAGES/geeqie.mo
 +share/locale/nl/LC_MESSAGES/geeqie.mo
 +share/locale/pl/LC_MESSAGES/geeqie.mo
 +share/locale/pt_BR/LC_MESSAGES/geeqie.mo
 +share/locale/ro/LC_MESSAGES/geeqie.mo
 +share/locale/ru/LC_MESSAGES/geeqie.mo
 +share/locale/sk/LC_MESSAGES/geeqie.mo
 +share/locale/sl/LC_MESSAGES/geeqie.mo
 +share/locale/sv/LC_MESSAGES/geeqie.mo
 +share/locale/th/LC_MESSAGES/geeqie.mo
 +share/locale/tr/LC_MESSAGES/geeqie.mo
 +share/locale/uk/LC_MESSAGES/geeqie.mo
 +share/locale/vi/LC_MESSAGES/geeqie.mo
 +share/locale/zh_CN.GB2312/LC_MESSAGES/geeqie.mo
 +share/locale/zh_TW/LC_MESSAGES/geeqie.mo
 +share/pixmaps/geeqie.png
  @dirrmtry share/applications
 +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 
 --Boundary-00=_O6TjJfy3h6+isBV--
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Wed Feb 11 03:06:18 UTC 2009 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131178 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131178: commit references a PR
Date: Wed, 11 Feb 2009 03:06:05 +0000 (UTC)

 beech       2009-02-11 03:05:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/geeqie      Makefile distinfo pkg-plist 
   Log:
   - Update grahics/geeqie to 1.0alpha3.
   - Update maintainer address
   
   PR:             ports/131178
   Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
   
   Revision  Changes    Path
   1.2       +19 -9     ports/graphics/geeqie/Makefile
   1.2       +3 -3      ports/graphics/geeqie/distinfo
   1.2       +36 -1     ports/graphics/geeqie/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
 
