The port tries to use native Xorg libraries, though it should use a linux libraries. The current port's infrastructure doesn't use USE_XORG knob at linux ports (i.e. when USE_LINUX is defined). Fix: WBR -- bsam--ZLsjbLeQtNpRLHZCSOFlx5GZ34FROEx6qDVtPQ6GMAT1hsOq Content-Type: text/plain; name="baudline.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="baudline.patch" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/baudline/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 6 Nov 2007 11:28:08 -0000 1.33 +++ Makefile 11 Nov 2007 19:21:52 -0000 @@ -7,7 +7,7 @@ PORTNAME= baudline PORTVERSION= 1.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux # We have permission from author Erik Olsen <erik@sigblips.net> for the # package cluster to automatically fetch baudline @@ -20,7 +20,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -USE_XORG= x11 xext xt ice +USE_XLIB= yes USE_LINUX= yes ONLY_FOR_ARCHS= i386 amd64 How-To-Repeat: Install the port at a machine without x11/linux-xorg-libs port installed.
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
beech 2007-11-11 22:18:39 UTC FreeBSD ports repository Modified files: audio/baudline Makefile Log: - Fix depend on linux-xorg-libs - Bump portrevision PR: ports/117989 Submitted by: Boris Samorodov <bsam@FreeBSD.org> Approved by: portmgr (linimon, mentor), David Yeske <dyeske@gmail.com> (maintainer, implicit) Revision Changes Path 1.34 +2 -2 ports/audio/baudline/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 Committed, Thanks!