Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2004 21:00:31 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62530: Update port: graphics/gliv to 1.8.1
Message-ID:  <20040208210031.20421a2f.tkato@prontomail.com>
Resent-Message-ID: <200402081210.i18CAHlX064922@freefall.freebsd.org>

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

>Number:         62530
>Category:       ports
>Synopsis:       Update port: graphics/gliv to 1.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 08 04:10:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.8.1

New file:
files/patch-Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/gliv/Makefile graphics/gliv/Makefile
--- /usr/ports/graphics/gliv/Makefile	Wed Feb  4 18:59:23 2004
+++ graphics/gliv/Makefile	Sat Feb  7 17:47:30 2004
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	gliv
-PORTVERSION=	1.8
-PORTREVISION=	1
+PORTVERSION=	1.8.1
 CATEGORIES=	graphics
-MASTER_SITES=	http://gliv.tuxfamily.org/
+MASTER_SITES=	http://guichaz.free.fr/gliv/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An image viewer that uses Gdk-Pixbuf and OpenGL
@@ -20,13 +19,22 @@
 USE_X_PREFIX=	yes
 USE_GL=		yes
 USE_GETOPT_LONG=	yes
-USE_GNOME=	gnomehack gnometarget gtk20
+USE_GNOME=	gnomehack gnomeprefix gnometarget gtk20
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+		AUTOHEADER="${TRUE}"
 
 MAN1=		gliv.1
 
 CPPFLAGS=	-I${LOCALBASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/gliv.desktop \
+		${PREFIX}/share/gnome/applications
+	${INSTALL_DATA} ${WRKSRC}/gliv.png \
+		${PREFIX}/share/gnome/pixmaps
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/gliv/distinfo graphics/gliv/distinfo
--- /usr/ports/graphics/gliv/distinfo	Thu Jan 29 20:25:47 2004
+++ graphics/gliv/distinfo	Sat Feb  7 17:32:03 2004
@@ -1,2 +1,2 @@
-MD5 (gliv-1.8.tar.bz2) = 75c516fc04426e88231b07fcd66d063e
-SIZE (gliv-1.8.tar.bz2) = 342675
+MD5 (gliv-1.8.1.tar.bz2) = 45a07bad0bd97a60ffa2d9f3dcd1360d
+SIZE (gliv-1.8.1.tar.bz2) = 386496
diff -urN /usr/ports/graphics/gliv/files/patch-Makefile.in graphics/gliv/files/patch-Makefile.in
--- /usr/ports/graphics/gliv/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
+++ graphics/gliv/files/patch-Makefile.in	Sat Feb  7 17:42:54 2004
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Thu Feb  5 07:32:28 2004
++++ Makefile.in	Sat Feb  7 17:42:40 2004
+@@ -622,8 +622,6 @@
+ info-am:
+ 
+ install-data-am: install-man
+-	@$(NORMAL_INSTALL)
+-	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
+ 
+ install-exec-am:
+ 
diff -urN /usr/ports/graphics/gliv/pkg-descr graphics/gliv/pkg-descr
--- /usr/ports/graphics/gliv/pkg-descr	Fri Nov 23 15:52:24 2001
+++ graphics/gliv/pkg-descr	Sat Feb  7 14:59:01 2004
@@ -1,3 +1,3 @@
 An Image viewer that uses Gdk-Pixbuf to load images, and OpenGL to render them.
 
-WWW: http://gliv.tuxfamily.org/
+WWW: http://guichaz.free.fr/gliv/
diff -urN /usr/ports/graphics/gliv/pkg-plist graphics/gliv/pkg-plist
--- /usr/ports/graphics/gliv/pkg-plist	Thu Dec  4 22:36:27 2003
+++ graphics/gliv/pkg-plist	Sat Feb  7 17:48:09 2004
@@ -1,4 +1,6 @@
 bin/gliv
+share/gnome/applications/gliv.desktop
+share/gnome/pixmaps/gliv.png
 share/locale/fr/LC_MESSAGES/gliv.mo
 share/locale/nl/LC_MESSAGES/gliv.mo
 share/locale/pt_BR/LC_MESSAGES/gliv.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



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