In devel/codeblocks/Makefile: CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=All But it should be --with-contrib-plugins=all, since the contrib plugins are not built now, and are built if I change All to all. See configure line 23788: { echo "$as_me:$LINENO: checking which (if any) contrib plugins to build" >&5 echo $ECHO_N "checking which (if any) contrib plugins to build... $ECHO_C" >&6; } # Check whether --with-contrib-plugins was given. if test "${with_contrib_plugins+set}" = set; then withval=$with_contrib_plugins; plugins="$withval" else plugins="none" fi plugins=`echo $plugins | sed 's/,/ /g'` for plugin in $plugins do case "$plugin" in all) Fix: Patch attached with submission follows: How-To-Repeat: 1. Install code::blocks from devel/codeblocks 2. Start code::blocks and see plugin list
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
dinoex 2009-01-17 09:36:30 UTC FreeBSD ports repository Modified files: devel/codeblocks Makefile pkg-plist Log: - enable plugins PR: 129926 Submitted by: Henry Hu - switch to wx2.8 unicode to build wxsmith - add plugins to plist Revision Changes Path 1.9 +4 -3 ports/devel/codeblocks/Makefile 1.3 +206 -1 ports/devel/codeblocks/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed with changes, thanks.