From tkato@prontomail.com  Tue Jan 21 12:31:52 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8C62937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Jan 2003 12:31:52 -0800 (PST)
Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1CE43F5F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Jan 2003 12:31:51 -0800 (PST)
	(envelope-from tkato@prontomail.com)
Received: from localhost (localhost [127.0.0.1])
	by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 9DF65369
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Jan 2003 05:31:45 +0900 (JST)
Message-Id: <20030122053048.2abe8d60.tkato@prontomail.com>
Date: Wed, 22 Jan 2003 05:30:48 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: graphics/feh

>Number:         47319
>Category:       ports
>Synopsis:       Update port: graphics/feh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 21 12:40:02 PST 2003
>Closed-Date:    Sun Feb 02 04:25:49 PST 2003
>Last-Modified:  Sun Feb 02 04:25:49 PST 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Remove unnecessary LIB_DEPENDS

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/feh/Makefile graphics/feh/Makefile
--- /usr/ports/graphics/feh/Makefile	Mon Jan  6 15:58:58 2003
+++ graphics/feh/Makefile	Wed Jan 22 02:22:24 2003
@@ -7,20 +7,20 @@
 
 PORTNAME=	feh
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.linuxbrit.co.uk/downloads/
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
-		giblib.1:${PORTSDIR}/graphics/giblib
+LIB_DEPENDS=	giblib.1:${PORTSDIR}/graphics/giblib
 
 USE_X_PREFIX=	yes
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		feh.1
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Sun Feb 2 04:25:35 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47319 
>Unformatted:
