- Respect if the user has defined WITHOUT_CUPS when they want to disable CUPS within libgnomeprint. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
mezz 2008-02-12 21:41:07 UTC FreeBSD ports repository Modified files: print/libgnomeprint Makefile distinfo Log: -Update to 2.18.4. -Respect the WITHOUT_CUPS with auto-check. [1] PR: ports/120521 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Revision Changes Path 1.110 +2 -2 ports/print/libgnomeprint/Makefile 1.51 +3 -3 ports/print/libgnomeprint/distinfo _______________________________________________ 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! There was a typo, GUPS -> CUPS and it's best to have this if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS) than this: .if defined(WITH_CUPS) || (exists(${LOCALBASE}/lib/libcups.so) && !defined(WITHOUT_CUPS))