ports/55149: Update port: devel/eboxy

KATO Tsuguru tkato at prontomail.com
Fri Aug 1 15:40:21 UTC 2003


>Number:         55149
>Category:       ports
>Synopsis:       Update port: devel/eboxy
>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:   Fri Aug 01 08:40:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Utilize USE_SDL

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/eboxy/Makefile devel/eboxy/Makefile
--- /usr/ports/devel/eboxy/Makefile	Tue Jul  1 17:08:11 2003
+++ devel/eboxy/Makefile	Fri Aug  1 10:29:30 2003
@@ -8,6 +8,7 @@
 
 PORTNAME=	eboxy
 PORTVERSION=	0.3.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.bluelightning.org/ebox/files/eboxy/
@@ -16,20 +17,14 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Create simple GUI interfaces for entertainment PC
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui
-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
+LIB_DEPENDS=	SDL_gui.0:${PORTSDIR}/x11-toolkits/sdl_gui
 
-SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
-
-USE_GNOME=	libxml2
+USE_SDL=	yes
+USE_GNOME=	gnometarget libxml2
 USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}"  LDFLAGS="${LDFLAGS}" \
-		SDL_CONFIG="${SDL_CONFIG}"
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--disable-lirc
 
 MAN1=		eboxy.1
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list