From tkato@prontomail.com  Thu Apr 24 09:34: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 7D6C137B407
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2003 09:34:52 -0700 (PDT)
Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA78D43FD7
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2003 09:34:51 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.245.205]) by hfep08.dion.ne.jp with SMTP
          id <20030424163449822.QBHI@hfep08.dion.ne.jp>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Fri, 25 Apr 2003 01:34:49 +0900
Message-Id: <20030425013023.65314b3b.tkato@prontomail.com>
Date: Fri, 25 Apr 2003 01:30:23 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: www/cadaver

>Number:         51387
>Category:       ports
>Synopsis:       Update port: www/cadaver
>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:   Thu Apr 24 09:40:23 PDT 2003
>Closed-Date:    Sun May 18 11:03:33 CDT 2003
>Last-Modified:  Sun May 18 11:03:33 CDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Utilize USE_GETOPT_LONG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/cadaver/Makefile www/cadaver/Makefile
--- /usr/ports/www/cadaver/Makefile	Fri Apr 18 20:52:01 2003
+++ www/cadaver/Makefile	Thu Apr 24 04:15:05 2003
@@ -16,6 +16,7 @@
 LIB_DEPENDS=	expat.4:${PORTSDIR}/textproc/expat2 \
 		neon.23:${PORTSDIR}/www/neon
 
+USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -27,11 +28,6 @@
 
 CPPFLAGS=	-I${LOCALBASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib
-
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-LDFLAGS+=	-lgnugetopt
-.endif
 
 .if !defined(WITHOUT_OPENSSL)
 USE_OPENSSL=	yes
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Sun May 18 11:03:32 CDT 2003 
State-Changed-Why:  
Committed, thanks. 

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