From owner-freebsd-ports Sun Jan 27 9: 0:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEAD737B404 for ; Sun, 27 Jan 2002 09:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0RH00x42923; Sun, 27 Jan 2002 09:00:00 -0800 (PST) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 0DB9A37B416 for ; Sun, 27 Jan 2002 08:51:49 -0800 (PST) Received: from babylon.merseine.nu (babylon.domain.local [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.6) with ESMTP id g0RGpmL96134 for ; Sun, 27 Jan 2002 10:51:48 -0600 (CST) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id g0RGpmd27073; Sun, 27 Jan 2002 10:51:48 -0600 (CST) (envelope-from ishmael) Message-Id: <200201271651.g0RGpmd27073@babylon.merseine.nu> Date: Sun, 27 Jan 2002 10:51:48 -0600 (CST) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34336: Update port graphics/gliv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 /* S_IRWXU */ -+#include /* S_IRWXU */ - #include /* tmpnam() */ - #include /* time() */ - #include /* 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