ports/51380: Update port: misc/goldstr

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


>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 at 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:



More information about the freebsd-ports-bugs mailing list