changes: - update to 1.0 rc1 - change patch file names and utilize DATADIR to make portlint happy - take maintainership. Thanks the previous maintainers! Fix: --- attached file begins here ---
Does not build on 4.11: cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith -DLDAP_DEPRECATED -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -O -pipe -I/usr/local/include/libxml2 -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c browse.c browse.c: In function `gq_tree_insert_node': browse.c:168: syntax error before `*' browse.c:175: `new_node' undeclared (first use in this function) browse.c:175: (Each undeclared identifier is reported only once browse.c:175: for each function it appears in.) browse.c:181: warning: control reaches end of non-void function browse.c: In function `new_browsemode': browse.c:794: warning: passing arg 1 of `browse_dnd_setup' from incompatible pointer type gmake[2]: *** [browse.o] Error 1 gmake[2]: Leaving directory `/work/a/ports/net/gq/work/gq-1.0rc1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/net/gq/work/gq-1.0rc1' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/net/gq. -- Sem.
State Changed From-To: open->feedback Ask for submitter fix.
Sergey Matveychuk <sem@ciam.ru> wrote: > Does not build on 4.11: > cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wno-unused > -Wmissing-declarations -Wcast-align -Wpointer-arith -DLDAP_DEPRECATED > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo > -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include > -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include > -I/usr/local/include/freetype2 -I/usr/local/include -O -pipe > -I/usr/local/include/libxml2 -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c > browse.c > browse.c: In function `gq_tree_insert_node': > browse.c:168: syntax error before `*' > browse.c:175: `new_node' undeclared (first use in this function) > browse.c:175: (Each undeclared identifier is reported only once > browse.c:175: for each function it appears in.) > browse.c:181: warning: control reaches end of non-void function > browse.c: In function `new_browsemode': > browse.c:794: warning: passing arg 1 of `browse_dnd_setup' from > incompatible pointer type > gmake[2]: *** [browse.o] Error 1 > gmake[2]: Leaving directory `/work/a/ports/net/gq/work/gq-1.0rc1/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/work/a/ports/net/gq/work/gq-1.0rc1' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /a/ports/net/gq. Looks this need a newer version of the gnome lib. However I don't have access to a 4.11 box. Could you send me the full log and config.log? -- Dryice @ http://dryice.name Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html
State Changed From-To: feedback->open Feedback was received. I'll have a look at the build on 4.x, but if it sucks too much we can mark it BROKEN.
Responsible Changed From-To: freebsd-ports-bugs->lawrance Take.
State Changed From-To: open->closed Committed, thanks! Now builds on 4.x with the addition of USE_GCC=3.4+.