x11-toolkits/gnocl update from 0.5.10 to 0.5.12 This should also fix building on AMD64.
State Changed From-To: open->feedback On -current: In file included from gnoclGconf.c:18: ../gnocl.h:17:21: gtk/gtk.h: No such file or directory In file included from gnoclGconf.c:18: ../gnocl.h:49: error: syntax error before "GtkStockItem" ../gnocl.h:52: error: syntax error before "GtkWidget" ../gnocl.h:54: error: syntax error before "GtkWidget" ../gnocl.h:57: error: syntax error before '*' token ../gnocl.h:58: error: syntax error before '*' token
It seems the port needs gconf2. Here is a new patch file: diff -ruN gnocl-orig01/Makefile gnocl/Makefile --- gnocl-orig01/Makefile Wed Aug 20 23:57:26 2003 +++ gnocl/Makefile Fri Oct 31 21:02:27 2003 @@ -6,7 +6,7 @@ # PORTNAME= gnocl -PORTVERSION= 0.5.10 +PORTVERSION= 0.5.12 CATEGORIES= x11-toolkits devel MASTER_SITES= http://www.dr-baum.net/gnocl/ @@ -23,13 +23,19 @@ CFLAGS+= -I${LOCALBASE}/include/tcl8.4 USE_X_PREFIX= yes -USE_GNOME= libgnomecanvas +USE_GNOME= libgnomecanvas gconf2 + +.include <bsd.port.pre.mk> + +.if ${ARCH} == amd64 +CFLAGS+= -fPIC +.endif GNOCL_CANVAS_FILE="lib/libgnoclCanvas.so.1" .if defined(WITHOUT_CANVAS) ALL_TARGET= gnocl -USE_GNOME= gtk20 +USE_GNOME= gtk20 gconf2 GNOCL_CANVAS_FILE= "@comment " .endif @@ -46,4 +52,4 @@ ${INSTALL_DATA} ${BUILD_WRKSRC}/gnoclCanvas.so ${PREFIX}/lib/libgnoclCanvas.so.1; \ fi; \ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -ruN gnocl-orig01/distinfo gnocl/distinfo --- gnocl-orig01/distinfo Fri Aug 15 19:38:23 2003 +++ gnocl/distinfo Fri Oct 31 20:48:03 2003 @@ -1 +1 @@ -MD5 (gnocl-0.5.10.tar.bz2) = 1d1b01c536a58e217cf4f069d5113210 +MD5 (gnocl-0.5.12.tar.bz2) = 2d9894ff9ee3c23fdf89594fb7fc7d18
State Changed From-To: feedback->closed Committed, thanks!