ports/58857: Fix ports/net/gdome2 build

Ying-Chieh Chen yinjieh at csie.nctu.edu.tw
Mon Nov 3 05:50:16 UTC 2003


>Number:         58857
>Category:       ports
>Synopsis:       Fix ports/net/gdome2 build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 02 21:50:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
MANA lab of CS/CCU
>Environment:
System: FreeBSD net07.cs.ccu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #3: Sat Nov 1 11:15:30 CST 2003 root at net07.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:

	gdome2 0.8.1 depends on glib20, not glib12.

>How-To-Repeat:

	cd ${PORTSDIR}/textproc/gdome2 && make configure

>Fix:

diff -ruN /usr/ports/textproc/gdome2/Makefile gdome2/Makefile
--- /usr/ports/textproc/gdome2/Makefile	Mon Nov  3 13:34:26 2003
+++ gdome2/Makefile	Mon Nov  3 13:34:47 2003
@@ -15,7 +15,7 @@
 
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
 
-USE_GNOME=	glib12 gnomehack
+USE_GNOME=	glib20 gnomehack
 USE_REINPLACE=	yes
 USE_LIBTOOL=	yes
 CONFIGURE_ENV=	GLIB_CONFIG="${GLIB_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include"


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list