Port emulators/wine, when build with cups support (WITH_CUPS=yes), incorrectly searches libcups.so.2 in print/cups-base port instead of print/cups-client (which in fact installs this .so), which leads to unnecessary installation of cups-base port. How-To-Repeat: Build wine with cups support enabled and without cups-base and cups-client installed.
Responsible Changed From-To: freebsd-ports-bugs->gerald Over to maintainer (via the GNATS Auto Assign Tool)
gerald 2012-02-12 17:51:47 UTC FreeBSD ports repository Modified files: emulators/wine Makefile Log: Use cups-client, not the full cups-base, to support the CUPS option. This reduces the footprint in this case. PR: 165027 Submitted by: Pavel Gubin <pg@2lazy.ru> Revision Changes Path 1.398 +1 -1 ports/emulators/wine/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 Thanks for the report, Pavel. I applied this patch and updated the port right away.