Date: Fri, 25 Apr 2003 01:30:04 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51382: Update port: net/serveez Message-ID: <20030425013004.56f4c04a.tkato@prontomail.com> Resent-Message-ID: <200304241640.h3OGeL7s051225@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51382 >Category: ports >Synopsis: Update port: net/serveez >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:20 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/net/serveez/Makefile net/serveez/Makefile --- /usr/ports/net/serveez/Makefile Sat Apr 12 23:11:58 2003 +++ net/serveez/Makefile Thu Apr 24 03:49:02 2003 @@ -24,6 +24,7 @@ GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config +USE_GETOPT_LONG= yes USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore @@ -34,11 +35,5 @@ CPPFLAGS= `${GUILE_CONFIG} compile` LDFLAGS= `${GUILE_CONFIG} link` - -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030425013004.56f4c04a.tkato>