graphics/poppler: Fix of usage USE_QT= macro. Current state of port is incorrect. Optional USE_QT should be decrared before including of bsd.port.pre.mk but after bsd.port.options.mk
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback What is the problem here? First, the port doesn't use USE_QT, but USE_QT_VER. Second, slave ports have no OPTIONS. Does this port needs any of the variables defined in PRE-section of bsd.qt.mk?
Responsible Changed From-To: gnome->pav What is the problem here? First, the port doesn't use USE_QT, but USE_QT_VER. Second, slave ports have no OPTIONS. Does this port needs any of the variables defined in PRE-section of bsd.qt.mk?
State Changed From-To: feedback->open Simpler patch from makc@
Responsible Changed From-To: pav->gnome Simpler patch from makc@ http://makc.homeunix.net/kde4/patches/poppler.diff
This patch resolves the issue.
This patch got another issue, with it. It resets CPPFLAGS. Working on a patch to fix this. -Koop
kwm 2009-12-20 10:43:14 UTC FreeBSD ports repository Modified files: graphics/poppler Makefile Log: Fix usage of USE_QT* macros. So depends are detected correctly. PR: ports/141347 Submitted by: Dima Panov <fluffy@FreeBSD.org> (based on patch by makc@) Revision Changes Path 1.54 +5 -2 ports/graphics/poppler/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, with a build fix. Thanks!