Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 10:51:48 -0600 (CST)
From:      Jeremy Norris <ishmael27x@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34336: Update port graphics/gliv
Message-ID:  <200201271651.g0RGpmd27073@babylon.merseine.nu>

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

>Number:         34336
>Category:       ports
>Synopsis:       Update port graphics/gliv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 27 09:00:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
None
>Environment:
System: FreeBSD babylon.merseine.nu 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:23:18 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386

>Description:
Update port graphics/gliv to latest version, 1.4.5.
Drop MAINTAINER-ship.

>How-To-Repeat:
Don't forget to cvs rm files/patch-src::imagemagick.c

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	23 Nov 2001 06:52:24 -0000	1.7
+++ Makefile	27 Jan 2002 16:03:10 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	gliv
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.5
 CATEGORIES=	graphics
 MASTER_SITES=	http://gliv.tuxfamily.org/
 
-MAINTAINER=	ishmael27@home.com
+MAINTAINER=	ports@FreeBSD.org
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick
 LIB_DEPENDS=	gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
@@ -23,12 +23,15 @@
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
-		LIBS="-L${LOCALBASE}/lib -lgnugetopt -L${X11BASE}/lib \
-			-lXext -lX11 ${PTHREAD_LIBS}" \
-		GDK_PIXBUF_CONFIG="${X11BASE}/bin/gdk-pixbuf-config" \
-		MAGICK_CONFIG="${LOCALBASE}/bin/Magick-config"
+		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext -lX11" \
+		GDK_PIXBUF_CONFIG=${X11BASE}/bin/gdk-pixbuf-config \
+		MAGICK_CONFIG=${LOCALBASE}/bin/Magick-config
 CONFIGURE_ARGS=	--disable-gtk2
+CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=		gliv.1
+
+post-patch:
+	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS} -lgnugetopt|g' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	23 Nov 2001 06:52:24 -0000	1.6
+++ distinfo	27 Jan 2002 16:03:23 -0000
@@ -1 +1 @@
-MD5 (gliv-1.4.1.tar.bz2) = 8d32c1b048148951887d8174b2e047b3
+MD5 (gliv-1.4.5.tar.bz2) = 4049bc289a675f849a2c64b1258f83ae
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	17 Jun 2001 18:09:38 -0000	1.2
+++ pkg-plist	27 Jan 2002 15:58:54 -0000
@@ -1 +1,2 @@
 bin/gliv
+share/locale/fr/LC_MESSAGES/gliv.mo
Index: files/patch-src::imagemagick.c
===================================================================
RCS file: files/patch-src::imagemagick.c
diff -N files/patch-src::imagemagick.c
--- files/patch-src::imagemagick.c	23 Nov 2001 06:52:28 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- src/imagemagick.c.orig	Wed Nov 21 13:19:48 2001
-+++ src/imagemagick.c	Thu Nov 22 06:12:10 2001
-@@ -22,7 +22,7 @@
-  * Loading through ImageMagick. *
-  ********************************/
- 
--#include <fcntl.h>              /* S_IRWXU */
-+#include <sys/stat.h>           /* S_IRWXU */
- #include <stdio.h>              /* tmpnam() */
- #include <time.h>               /* time() */
- #include <unistd.h>             /* chdir(), getpid(), unlink() */
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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