Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2003 01:29:54 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51380: Update port: misc/goldstr
Message-ID:  <20030425012954.7a13cc7e.tkato@prontomail.com>
Resent-Message-ID: <200304241640.h3OGeJ1m051158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         51380
>Category:       ports
>Synopsis:       Update port: misc/goldstr
>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:18 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/misc/goldstr/Makefile misc/goldstr/Makefile
--- /usr/ports/misc/goldstr/Makefile	Sat Apr 12 22:58:46 2003
+++ misc/goldstr/Makefile	Thu Apr 24 01:53:13 2003
@@ -14,15 +14,9 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Compute the golden string
 
+USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=	goldstr.1
-
-.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?20030425012954.7a13cc7e.tkato>