ports/67081: Update port: devel/eboxy to 0.4.1

KATO Tsuguru tkato at prontomail.com
Sun May 23 13:10:25 UTC 2004


>Number:         67081
>Category:       ports
>Synopsis:       Update port: devel/eboxy to 0.4.1
>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:   Sun May 23 06:10:21 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 0.4.1

New file:
files/patch-eboxy::Makefile.in
files/patch-eboxy::basewidgets::stringlist.cpp
files/patch-eboxy::conf.cpp
files/patch-eboxy::interfacemanager.cpp
files/patch-eboxy::processobject.cpp
files/patch-eboxy::script_bison.ypp

Remove file:
files/patch-admin::ltmain.sh

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/eboxy/Makefile devel/eboxy/Makefile
--- /usr/ports/devel/eboxy/Makefile	Fri Mar 19 23:43:41 2004
+++ devel/eboxy/Makefile	Thu May 20 23:02:22 2004
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	eboxy
-PORTVERSION=	0.3.9
-PORTREVISION=	1
+PORTVERSION=	0.4.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,11 +15,12 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Create simple GUI interfaces for entertainment PC
 
-USE_SDL=	sdl gui
-USE_GNOME=	gnometarget libxml2
+USE_BZIP2=	yes
+USE_SDL=	sdl gui mixer
+USE_GNOME=	gnometarget libxml2 lthack
 USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
-GNU_CONFIGURE=	yes
+USE_LIBTOOL_VER=	13
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--disable-lirc
 
@@ -37,8 +37,10 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-O2 $$CFLAGS|$$CFLAGS|g' ${WRKSRC}/configure
-	@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
-		's|malloc\.h|stdlib.h|g'
+	@${REINPLACE_CMD} -e 's|-O2 $$CFLAGS|$$CFLAGS|g ; \
+		 s|-O2 $$CXXFLAGS|$$CXXFLAGS|g' ${WRKSRC}/configure
+
+pre-build:
+	@cd ${WRKSRC}/eboxy && ${SH} ./makeparser.sh
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/devel/eboxy/distinfo devel/eboxy/distinfo
--- /usr/ports/devel/eboxy/distinfo	Tue Feb  3 18:08:16 2004
+++ devel/eboxy/distinfo	Thu May 20 20:19:21 2004
@@ -1,2 +1,2 @@
-MD5 (eboxy-0.3.9.tar.gz) = 8002a233edf4b30ddf553b43c883be0a
-SIZE (eboxy-0.3.9.tar.gz) = 1053498
+MD5 (eboxy-0.4.1.tar.bz2) = ff1086e34497053d3be317a56e161791
+SIZE (eboxy-0.4.1.tar.bz2) = 815967
diff -urN /usr/ports/devel/eboxy/files/patch-admin::ltmain.sh devel/eboxy/files/patch-admin::ltmain.sh
--- /usr/ports/devel/eboxy/files/patch-admin::ltmain.sh	Thu Nov  7 02:03:40 2002
+++ devel/eboxy/files/patch-admin::ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -1,15 +0,0 @@
---- admin/ltmain.sh.orig	Tue Oct  1 17:43:57 2002
-+++ admin/ltmain.sh	Sat Nov  2 17:38:55 2002
-@@ -4746,10 +4746,12 @@
- 	fi
- 
- 	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- 	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-+	fi
- 
- 	# Maybe install the static library, too.
- 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff -urN /usr/ports/devel/eboxy/files/patch-eboxy::Makefile.in devel/eboxy/files/patch-eboxy::Makefile.in
--- /usr/ports/devel/eboxy/files/patch-eboxy::Makefile.in	Thu Jan  1 09:00:00 1970
+++ devel/eboxy/files/patch-eboxy::Makefile.in	Thu May 20 21:24:34 2004
@@ -0,0 +1,11 @@
+--- eboxy/Makefile.in.orig	Thu May 20 16:46:56 2004
++++ eboxy/Makefile.in	Thu May 20 21:24:26 2004
+@@ -239,7 +239,7 @@
+ INCLUDES = $(all_includes)
+ 
+ # the library search path.
+-eboxy_LDFLAGS = $(all_libraries) -ldl $(XML_LIBS) $(LIRC_LIBS)
++eboxy_LDFLAGS = $(all_libraries) $(XML_LIBS) $(LIRC_LIBS)
+ 
+ eboxy_CXXFLAGS = $(XML_CFLAGS) $(LIRC_INCLUDE)
+ 
diff -urN /usr/ports/devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp
--- /usr/ports/devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp	Thu Jan  1 09:00:00 1970
+++ devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp	Thu May 20 20:57:07 2004
@@ -0,0 +1,10 @@
+--- eboxy/basewidgets/stringlist.cpp.orig	Thu May 20 16:46:55 2004
++++ eboxy/basewidgets/stringlist.cpp	Thu May 20 20:56:53 2004
+@@ -18,6 +18,7 @@
+ #include <cstring>
+ #include <iostream>
+ #include <vector>
++#include <string>
+ 
+ #include "stringlist.h"
+ 
diff -urN /usr/ports/devel/eboxy/files/patch-eboxy::conf.cpp devel/eboxy/files/patch-eboxy::conf.cpp
--- /usr/ports/devel/eboxy/files/patch-eboxy::conf.cpp	Thu Jan  1 09:00:00 1970
+++ devel/eboxy/files/patch-eboxy::conf.cpp	Thu May 20 21:23:28 2004
@@ -0,0 +1,10 @@
+--- eboxy/conf.cpp.orig	Thu May 20 16:46:55 2004
++++ eboxy/conf.cpp	Thu May 20 21:23:18 2004
+@@ -19,6 +19,7 @@
+ #include "config.h"
+ #endif
+ 
++#include <cstdio>
+ #include <vector>
+ #include <iostream>
+ #include <fstream>
diff -urN /usr/ports/devel/eboxy/files/patch-eboxy::interfacemanager.cpp devel/eboxy/files/patch-eboxy::interfacemanager.cpp
--- /usr/ports/devel/eboxy/files/patch-eboxy::interfacemanager.cpp	Thu Jan  1 09:00:00 1970
+++ devel/eboxy/files/patch-eboxy::interfacemanager.cpp	Thu May 20 21:22:23 2004
@@ -0,0 +1,19 @@
+--- eboxy/interfacemanager.cpp.orig	Thu May 20 16:46:55 2004
++++ eboxy/interfacemanager.cpp	Thu May 20 21:22:10 2004
+@@ -16,6 +16,7 @@
+  ***************************************************************************/
+ 
+ #include <iostream>
++#include <cstdio>
+ 
+ #include "dlfcn.h"
+ #include "main.h"
+@@ -48,7 +49,7 @@
+   libhandle = dlopen(libfile, RTLD_LAZY);
+   if(libhandle == 0) {
+     // Load failed
+-    char *errorstr = dlerror();
++    const char *errorstr = dlerror();
+     cerr << "InterfaceManager: Couldn't load interface plugin " << libfile << endl;
+     cerr << errorstr << endl;
+     return EBERR_DLOPEN_FAILED;  // Failed to load library
diff -urN /usr/ports/devel/eboxy/files/patch-eboxy::processobject.cpp devel/eboxy/files/patch-eboxy::processobject.cpp
--- /usr/ports/devel/eboxy/files/patch-eboxy::processobject.cpp	Thu Jan  1 09:00:00 1970
+++ devel/eboxy/files/patch-eboxy::processobject.cpp	Thu May 20 21:14:51 2004
@@ -0,0 +1,10 @@
+--- eboxy/processobject.cpp.orig	Thu May 20 16:46:55 2004
++++ eboxy/processobject.cpp	Thu May 20 21:14:22 2004
+@@ -16,6 +16,7 @@
+  ***************************************************************************/
+ 
+ #include <iostream>
++#include <string>
+ #include <cstring>
+ #include <cstdio>
+ #include <cstdlib>
diff -urN /usr/ports/devel/eboxy/files/patch-eboxy::script_bison.ypp devel/eboxy/files/patch-eboxy::script_bison.ypp
--- /usr/ports/devel/eboxy/files/patch-eboxy::script_bison.ypp	Thu Jan  1 09:00:00 1970
+++ devel/eboxy/files/patch-eboxy::script_bison.ypp	Thu May 20 21:20:24 2004
@@ -0,0 +1,10 @@
+--- eboxy/script_bison.ypp.orig	Thu May 20 16:46:55 2004
++++ eboxy/script_bison.ypp	Thu May 20 21:20:13 2004
+@@ -24,6 +24,7 @@
+ #include <cstring>
+ #include <cmath>
+ #include <string>
++#include <cstdio>
+ #include <cstdlib>
+ #include <iostream>
+ #include <map>
diff -urN /usr/ports/devel/eboxy/pkg-plist devel/eboxy/pkg-plist
--- /usr/ports/devel/eboxy/pkg-plist	Tue Jan 14 18:47:23 2003
+++ devel/eboxy/pkg-plist	Thu May 20 22:48:04 2004
@@ -2,9 +2,17 @@
 include/eboxy/eboxyplugin.h
 include/eboxy/pluginconstants.h
 include/eboxy/plugintypes.h
-lib/eboxy/filebrowser.so
+lib/eboxy/libbasewidgets.a
+lib/eboxy/libbasewidgets.so
+lib/eboxy/libbasewidgets.so.0
+lib/eboxy/plugins/generic/filebrowser.so
+lib/eboxy/plugins/generic/simplemusic.so
+lib/eboxy/plugins/interface/libsdl_gui.so
 lib/libeboxyplugin.a
-share/eboxy/eboxy.dtd
- at dirrm share/eboxy
+%%DATADIR%%/eboxy.dtd
+ at dirrm %%DATADIR%%
+ at dirrm lib/eboxy/plugins/interface
+ at dirrm lib/eboxy/plugins/generic
+ at dirrm lib/eboxy/plugins
 @dirrm lib/eboxy
 @dirrm include/eboxy
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list