In the audio/akode Makefile the USE_AUTOTOOLS variable is assigned twice thereby erasing the dependency on libltdl. Fix: The first patch fixes the USE_AUTOTOOLS assignment. The second patch is an attempt to simplify the Makefile and fix some portlint warnings.
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool)
Before anyone commit this patch. Make sure to add ':22' in the libltdl, ie: -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool:22 libltdl:22 Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
makc 2009-10-24 16:40:22 UTC FreeBSD ports repository Modified files: audio/akode Makefile Log: Fix the USE_AUTOTOOLS assignment. Minor clean-ups. Bump PORTREVISION. PR: ports/139884 Submitted by: Tijl Coosemans <tijl at ulyssis.org> Revision Changes Path 1.27 +4 -12 ports/audio/akode/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: open->closed Committed. Thanks!