Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2003 01:28:38 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51370: Update port: games/wmpuzzle
Message-ID:  <20030425012838.68f855cd.tkato@prontomail.com>
Resent-Message-ID: <200304241640.h3OGeDKR050639@freefall.freebsd.org>

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

>Number:         51370
>Category:       ports
>Synopsis:       Update port: games/wmpuzzle
>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:13 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/games/wmpuzzle/Makefile games/wmpuzzle/Makefile
--- /usr/ports/games/wmpuzzle/Makefile	Sat Apr 12 22:47:35 2003
+++ games/wmpuzzle/Makefile	Fri Apr 25 00:48:07 2003
@@ -23,6 +23,7 @@
 
 USE_X_PREFIX=	yes
 USE_XPM=	yes
+USE_GETOPT_LONG=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -34,12 +35,6 @@
 
 CPPFLAGS=	-I${X11BASE}/include 
 LDFLAGS=	-L${X11BASE}/lib
-
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-CPPFLAGS+=	-I${LOCALBASE}/include 
-LDFLAGS+=	-L${LOCALBASE}/lib -lgnugetopt
-.endif
 
 post-extract:
 .for i in ${BSDIMAGES}
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030425012838.68f855cd.tkato>