From tkato@prontomail.com  Sat Jan 25 14:02:12 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 CA3A637B406
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jan 2003 14:02:12 -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 9800F43F65
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jan 2003 14:02:09 -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 D29DF976
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 26 Jan 2003 07:02:06 +0900 (JST)
Message-Id: <20030126070134.62c3307d.tkato@prontomail.com>
Date: Sun, 26 Jan 2003 07:01:34 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: net/echolot

>Number:         47492
>Category:       ports
>Synopsis:       Update port: net/echolot
>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:   Sat Jan 25 14:10:14 PST 2003
>Closed-Date:    Fri Feb 14 03:35:20 PST 2003
>Last-Modified:  Fri Feb 14 03:35:20 PST 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix LIB_DEPENDS

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/echolot/Makefile net/echolot/Makefile
--- /usr/ports/net/echolot/Makefile	Tue Jan  7 17:42:42 2003
+++ net/echolot/Makefile	Fri Jan 24 04:01:50 2003
@@ -15,17 +15,14 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
-
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
 USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=	echolot.1
 
-.if !defined(NOPORTDOCS)
 post-install:
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
 .endif
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: markp 
State-Changed-When: Fri Feb 14 03:35:10 PST 2003 
State-Changed-Why:  
Committed, thanks! 

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