Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2003 01:29:14 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51374: Update port: japanese/ebview
Message-ID:  <20030425012914.1707c060.tkato@prontomail.com>
Resent-Message-ID: <200304241640.h3OGeF27050859@freefall.freebsd.org>

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

>Number:         51374
>Category:       ports
>Synopsis:       Update port: japanese/ebview
>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:15 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/japanese/ebview/Makefile japanese/ebview/Makefile
--- /usr/ports/japanese/ebview/Makefile	Mon Apr 21 12:23:06 2003
+++ japanese/ebview/Makefile	Thu Apr 24 03:32:30 2003
@@ -18,6 +18,7 @@
 LIB_DEPENDS=	eb.7:${PORTSDIR}/japanese/eb
 
 USE_GNOME=	imlib
+USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_AUTOMAKE_VER=	14
@@ -26,13 +27,8 @@
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
 		AUTOHEADER="${TRUE}"
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-LDFLAGS+=	-lgnugetopt
-.endif
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:



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