ports/51364: Update port: devel/eboxy to 0.3.6

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


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 09:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list