- configure script adds `-g' by default : ${CFLAGS=} ${cflags='${optflags} ${debugflags} ${warnflags}'} test $ac_cv_prog_cc_g = yes && : ${debugflags=-g} - WITH_DEBUG is defined in bsd.port.mk, no need to duplicate it here. The ifdef should be removed from lang/ruby18, too. How-To-Repeat: $ make ... gcc -O2 -pipe -fno-strict-aliasing -O2 -g -Wall -Wno-parentheses -fPIC -I. -I.ext/include/amd64-freebsd9 -I./include -I. -DRUBY_EXPORT -o main.o -c main.c
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer.
Responsible Changed From-To: stas->freebsd-ruby over to ruby@
Responsible Changed From-To: freebsd-ruby->ruby Cannonicalize assignment.
State Changed From-To: open->closed Committed, Thanks!
pgollucci 2010-08-31 03:58:11 UTC FreeBSD ports repository Modified files: lang/ruby18 Makefile lang/ruby19 Makefile Log: - remove extra -g from CFLAGS - WITH_DEBUG is handled in Mk/bsd.port.mk PR: ports/146863 Submitted by: Anonymous <swell.k@gmail.com> Silence from: stas (maintainer) Revision Changes Path 1.147 +0 -5 ports/lang/ruby18/Makefile 1.7 +2 -6 ports/lang/ruby19/Makefile _______________________________________________ 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"