From tkato@prontomail.com  Thu Apr 24 09:31:38 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E7FF937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2003 09:31:38 -0700 (PDT)
Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 411CD43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2003 09:31:36 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.245.205]) by hfep06.dion.ne.jp with SMTP
          id <20030424163133139.JYSY@hfep06.dion.ne.jp>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Fri, 25 Apr 2003 01:31:33 +0900
Message-Id: <20030425012753.6d88f983.tkato@prontomail.com>
Date: Fri, 25 Apr 2003 01:27:53 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: devel/eboxy to 0.3.6

>Number:         51364
>Category:       ports
>Synopsis:       Update port: devel/eboxy to 0.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 09:40:09 PDT 2003
>Closed-Date:    Sat Apr 26 15:41:39 PDT 2003
>Last-Modified:  Sat Apr 26 15:41:39 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.6

Following PR(s) should be superseded by this one:
[2003/04/12] ports/50886  ports-bugs  Update port: devel/eboxy (bento fix)

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/eboxy/Makefile devel/eboxy/Makefile
--- /usr/ports/devel/eboxy/Makefile	Sat Apr 12 22:40:25 2003
+++ devel/eboxy/Makefile	Wed Apr 23 01:00:21 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	eboxy
-PORTVERSION=	0.3.5
+PORTVERSION=	0.3.6
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.bluelightning.org/ebox/files/eboxy/
@@ -17,14 +17,14 @@
 COMMENT=	Create simple GUI interfaces for entertainment PC
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui
-LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
-		SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
-		SDL_image.10:${PORTSDIR}/graphics/sdl_image \
-		xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS=	SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
+		SDL_image.10:${PORTSDIR}/graphics/sdl_image
 RUN_DEPENDS=	${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui
 
 SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
 
+USE_GNOME=	libxml2
+USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -35,10 +35,10 @@
 MAN1=		eboxy.1
 
 CPPFLAGS=	`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
-LDFLAGS=	`${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt
+LDFLAGS=	`${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
 
 post-patch:
-	@${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-		-e "s|malloc.h|stdlib.h|g"
+	@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
+		's|malloc\.h|stdlib.h|g'
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/eboxy/distinfo devel/eboxy/distinfo
--- /usr/ports/devel/eboxy/distinfo	Tue Jan 14 18:47:23 2003
+++ devel/eboxy/distinfo	Wed Apr 23 00:20:44 2003
@@ -1 +1 @@
-MD5 (eboxy-0.3.5.tar.gz) = b52ff4afe5a62eba51e9573aa590ad89
+MD5 (eboxy-0.3.6.tar.gz) = d470b02fe85c1cd607a312d52de5ea39
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Sat Apr 26 15:41:29 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51364 
>Unformatted:
