ports/112255: [PATCH] x11/ecore: dbus check unnecessary

Sean Farley sean-freebsd at farley.org
Sun Apr 29 20:10:07 UTC 2007


>Number:         112255
>Category:       ports
>Synopsis:       [PATCH] x11/ecore: dbus check unnecessary
>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 Apr 29 20:10:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Feb 16 16:30:29 CST 2007
>Description:
This removes the DBUS check for ecore.  Since ecore does not appear to
link against any other DBUS port, it is not necessary.  In addition,
enlightenment-devel will not build if ecore does not have DBUS enabled
due to a dependency on Ecore_DBus.h in e.h.  A better way is welcome.

Fixed the URL in pkg-descr.

Port maintainer (stas at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ecore-20070223_1,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/ecore.orig/Makefile /usr/ports/x11/ecore/Makefile
--- /usr/ports/x11/ecore.orig/Makefile	Sat Mar 24 09:03:57 2007
+++ /usr/ports/x11/ecore/Makefile	Sun Apr 29 14:55:36 2007
@@ -25,8 +25,7 @@
 
 CONFIGURE_ARGS=	--disable-ecore-dfb
 
-OPTIONS=	DBUS		"Enable DBUS support" on \
-		CURL		"Enable Curl support" on \
+OPTIONS=	CURL		"Enable Curl support" on \
 		X11		"Enable X11 support" on \
 		EVAS		"Enable evas support" on \
 		EET		"Enable EET configs support" on
@@ -70,14 +69,6 @@
 #CONFIGURE_ARGS+=	--disable-openssl
 #PLIST_SUB+=		OPENSSL="@comment "
 #.endif
-
-.if defined(WITH_DBUS)
-CONFIGURE_ARGS+=	--enable-ecore-dbus
-PLIST_SUB+=		DBUS=""
-.else
-CONFIGURE_ARGS+=	--disable-ecore-dbus
-PLIST_SUB+=		DBUS="@comment "
-.endif
 
 #.if defined(WITH_DIRECTFB)
 #CONFIGURE_ARGS+=	--enable-ecore-dfb
diff -ruN --exclude=CVS /usr/ports/x11/ecore.orig/pkg-descr /usr/ports/x11/ecore/pkg-descr
--- /usr/ports/x11/ecore.orig/pkg-descr	Mon Dec 26 19:39:51 2005
+++ /usr/ports/x11/ecore/pkg-descr	Sun Apr 29 14:50:22 2007
@@ -2,4 +2,4 @@
 selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers
 fast, optimised, and convenient.
 
-WWW: http://enlightenment.sourceforege.net/Libraries/Ecore/
+WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/
diff -ruN --exclude=CVS /usr/ports/x11/ecore.orig/pkg-plist /usr/ports/x11/ecore/pkg-plist
--- /usr/ports/x11/ecore.orig/pkg-plist	Mon Mar 12 17:33:07 2007
+++ /usr/ports/x11/ecore/pkg-plist	Sun Apr 29 14:50:14 2007
@@ -3,7 +3,7 @@
 include/Ecore.h
 include/Ecore_Con.h
 %%EET%%include/Ecore_Config.h
-%%DBUS%%include/Ecore_DBus.h
+include/Ecore_DBus.h
 include/Ecore_Data.h
 include/Ecore_Desktop.h
 %%EVAS%%include/Ecore_Evas.h
@@ -27,10 +27,10 @@
 %%EET%%lib/libecore_config.la
 %%EET%%lib/libecore_config.so
 %%EET%%lib/libecore_config.so.1
-%%DBUS%%lib/libecore_dbus.a
-%%DBUS%%lib/libecore_dbus.la
-%%DBUS%%lib/libecore_dbus.so
-%%DBUS%%lib/libecore_dbus.so.1
+lib/libecore_dbus.a
+lib/libecore_dbus.la
+lib/libecore_dbus.so
+lib/libecore_dbus.so.1
 lib/libecore_desktop.a
 lib/libecore_desktop.la
 lib/libecore_desktop.so
--- ecore-20070223_1,1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list