This port requires only USE_XORG= xt (tested with tinderbox)
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer
State Changed From-To: open->feedback 1. ldd suggests this line: USE_XLIB= sm ice x11 xau xdmcp 2. the dependency list is not really changed make all-depends-list has still the same output, so a bump seem not be necessary.
1. not USE_XLIB= .... but USE_XORG= .... that makes a huge difference, you get the same dependency list if USE_XLIB is still there (value of USE_XLIB is not considered) PORTREVISION bump is necessary (I was already taught by pav and kris to always include it when switching USE_XLIB->USE_XORG) 2. USE_XORG= xt is not really necessary (it includes sm and x11, but we do not need libXt), but we do not need to state all of the libs, too: a) if you do a ldd on libX11 you get libXau and libXdmcp as deps (x11 includes xau + xdmcp) b) if you do a ldd on libSM you get libICE as a dep (sm includes ice) that means I correct myself to: USE_XORG=sm x11 Here are some tb logs for USE_XORG=sm x11: http://amd64.vx.sk/logs/6.2-FreeBSD-amd64/libungif-4.1.4_4.log http://i386.vx.sk/logs/6.2-FreeBSD-i386/libungif-4.1.4_4.log http://amd64.vx.sk/logs/5.5-FreeBSD-amd64/libungif-4.1.4_4.log http://i386.vx.sk/logs/5.5-FreeBSD-i386/libungif-4.1.4_4.log Thanks.
dinoex 2007-08-18 21:10:42 UTC FreeBSD ports repository Modified files: graphics/libungif Makefile Log: - list detailed dependencies PR: 115077 Submitted by: mm Revision Changes Path 1.40 +2 -2 ports/graphics/libungif/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"
State Changed From-To: feedback->closed I checked whcih libs are linked in directly: cd /usr/ports/current/libungif && make configure wcd grep LIBS Makefile LIBS = X_EXTRA_LIBS = X_LIBS = -L/usr/local/lib X_PRE_LIBS = -lSM -lICE committed with small changes, thanks.
mm 2007-08-26 15:51:14 UTC FreeBSD ports repository Modified files: graphics/libungif Makefile Log: - Replace USE_XLIB with USE_XORG=sm x11 - Bump PORTREVISION PR: ports/115077 Approved by: dinoex (maintainer, private e-mail) Revision Changes Path 1.41 +2 -2 ports/graphics/libungif/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"