x11-toolkits/wxgtk26-contrib additionally requires x11-toolkits/wxgtk26-contrib as LIB_DEPENDS else it will fail to build: cc -fno-strict-aliasing -DNDEBUG -O -pipe -D__wchar_t=wchar_t -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -O -pipe -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -UNDEBUG -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_THREAD_SAFE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Iinclude -Isrc -I/usr/X11R6/include/wx-2.6/gtk2-ansi-release-2.6 -I/usr/X11R6/include/wx-2.6 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/python2.4 -c contrib/stc/gtk/stc_wrap.cpp -o build-gtk2/temp.freebsd-6.0-BETA5-i386-2.4/contrib/stc/gtk/stc_wrap.o -O3 contrib/stc/gtk/stc_wrap.cpp:1384: wx/stc/stc.h: No such file or directory
Responsible Changed From-To: freebsd-ports-bugs->ehaupt I will take it.
State Changed From-To: open->feedback Asked maintainer for approval.
the packing list is also incomplete, new patch: --- x11-toolkits::py-wxPython26-common.patch begins here --- =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/py-wxPython26-common/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2 Oct 2005 08:19:31 -0000 1.1 +++ Makefile 8 Oct 2005 19:14:29 -0000 @@ -11,4 +11,6 @@ PLIST= ${.CURDIR}/pkg-plist +LIB_DEPENDS+= wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib + .include "${MASTERDIR}/Makefile" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/py-wxPython26-common/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2 Oct 2005 08:19:31 -0000 1.1 +++ pkg-plist 8 Oct 2005 19:14:29 -0000 @@ -1,3 +1,4 @@ +bin/genaxmodule bin/helpviewer bin/img2png bin/img2py --- x11-toolkits::py-wxPython26-common.patch begins here --- -- GnuPG key id: 0x55E67774 Download: http://pgp.mit.edu:11371 Key fingerprint: 17B3 FD8F BA68 4AB4 10FD A9D1 AD52 6588 55E6 7774
Thanks ;) I need this... -- Marcus Alves Grando marcus(at)corp.grupos.com.br | Grupos Internet S/A mnag(at)FreeBSD.org | FreeBSD.org
State Changed From-To: feedback->closed Committed, thanks!