- fix build on non-default LOCALBASE - use global CFLAGS picking up any += modifications from make.conf - strip binaries based on STRIP either explicitly or as part of WITH_DEBUG|DEBUG_FLAGS - silence warning about ServerExtraDefines redefinition on amd64 - regen newline in vnclibs.def patch (fixes editing in emacs) How-To-Repeat: $ export LOCALBASE=/foo DEBUG_FLAGS=-ggdb $ make install WITH_DEBUG= [...] cc -c -O2 -pipe -ansi -pedantic -Dasm=__asm -I. -I../../../.././/exports/include/X11 -I../../../.././/include/fonts -I../../../.././/exports/include/X11 -I../../cfb -I../../mfb -I../../mi -I../../include -I../../os -I../../../.././/../include -I/usr/local/include -L/usr/local/lib -I../../../.././ -I../../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DSTATIC_COLOR -DAVOID_GLYPHBLT -DPIXPRIV -D_XSERVER64 -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DDDXOSINIT -DSERVER_LOCK -DDDXOSFATALERROR -DDDXTIME cursor.c rm -f libvnc.a ar clq libvnc.a init.o sockets.o kbdptr.o cmap.o draw.o cutpaste.o dispcur.o sprite.o rfbserver.o translate.o httpd.o auth.o rre.o corre.o stats.o hextile.o zlib.o tight.o cursor.o ranlib libvnc.a make: don't know how to make /usr/local/lib/libjpeg.a. Stop *** Error code 2
Responsible Changed From-To: freebsd-ports-bugs->itetcu Over to maintainer (via the GNATS Auto Assign Tool)
itetcu 2011-08-04 10:22:12 UTC FreeBSD ports repository Modified files: net/tightvnc Makefile net/tightvnc/files patch-Xvnc::config::cf::FreeBSD.cf patch-Xvnc::config::cf::vnclibs.def Log: - fix build on non-default LOCALBASE - use global CFLAGS picking up any += modifications from make.conf / etc. - strip binaries based on STRIP either explicitly or as part of WITH_DEBUG|DEBUG_FLAGS - silence warning about ServerExtraDefines redefinition on amd64 - regen newline in vnclibs.def patch (fixes editing in emacs) - pet portlint PR: 157930 Submitted by: Pan Tsu <inyaoo@gmail.com> Revision Changes Path 1.41 +4 -1 ports/net/tightvnc/Makefile 1.5 +13 -3 ports/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf 1.5 +5 -4 ports/net/tightvnc/files/patch-Xvnc::config::cf::vnclibs.def _______________________________________________ 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. Thanks!