ports/51387: Update port: www/cadaver

KATO Tsuguru tkato at prontomail.com
Thu Apr 24 16:40:55 UTC 2003


>Number:         51387
>Category:       ports
>Synopsis:       Update port: www/cadaver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 09:40:23 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list