From owner-freebsd-ports Wed Aug 29 14:40: 9 2001 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 50C4B37B406 for ; Wed, 29 Aug 2001 14:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7TLe1D07162; Wed, 29 Aug 2001 14:40:01 -0700 (PDT) (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 9177637B401 for ; Wed, 29 Aug 2001 14:37:43 -0700 (PDT) (envelope-from ishmael@home.com) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.5/8.11.5) with ESMTP id f7TLbg110371 for ; Wed, 29 Aug 2001 16:37:42 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.5/8.11.5) id f7TLbg487746; Wed, 29 Aug 2001 16:37:42 -0500 (CDT) (envelope-from ishmael) Message-Id: <200108292137.f7TLbg487746@babylon.merseine.nu> Date: Wed, 29 Aug 2001 16:37:42 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30204: Update port graphics/giblib 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: 30204 >Category: ports >Synopsis: Update port graphics/giblib >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: Wed Aug 29 14:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: None >Environment: System: FreeBSD babylon.merseine.nu 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 6 00:07:58 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port graphics/giblib to latest version, 1.2.1. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/giblib/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2001/04/05 10:05:49 1.4 +++ Makefile 2001/08/29 21:32:28 @@ -6,7 +6,7 @@ # PORTNAME= giblib -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -14,7 +14,7 @@ LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 -USE_LIBTOOL= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/giblib/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2001/04/05 10:05:49 1.3 +++ distinfo 2001/08/29 21:30:20 @@ -1 +1 @@ -MD5 (giblib-1.2.0.tar.gz) = 4428ab9025ad7568f46e5a793a68386c +MD5 (giblib-1.2.1.tar.gz) = 3bc962ba187d78ff4d2e3a1475f2febd Index: files/patch-ltmain.sh =================================================================== RCS file: patch-ltmain.sh diff -N patch-ltmain.sh --- /dev/null Wed Aug 29 16:35:42 2001 +++ patch-ltmain.sh Wed Aug 29 16:35:40 2001 @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Sun Aug 12 17:08:05 2001 ++++ ltmain.sh Wed Aug 29 16:31:31 2001 +@@ -4673,10 +4674,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message