Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2016 20:14:27 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r406273 - branches/2016Q1/print/qt5-printsupport
Message-ID:  <201601162014.u0GKERdQ097557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jan 16 20:14:27 2016
New Revision: 406273
URL: https://svnweb.freebsd.org/changeset/ports/406273

Log:
  MFH: r406271
  
  Turn print/cups-client into a LIB_DEPENDency.
  
  The CUPS plugin in src/plugins/printsupport/cups actually links against
  libcups.so, so cups-client needs to be more than a build-time dependency.
  
  This is part of Yuri Victorovich's Qt 5.5.1 patch set (which he submitted
  without knowing kde@ was already working on the update). This bug fix is
  orthogonal to the 5.5.1 update and we had not spotted this before, so I am
  landing this separately.
  
  PR:		205805
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>
  
  Approved by:	portmgr blanket approval

Modified:
  branches/2016Q1/print/qt5-printsupport/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/print/qt5-printsupport/Makefile
==============================================================================
--- branches/2016Q1/print/qt5-printsupport/Makefile	Sat Jan 16 20:14:03 2016	(r406272)
+++ branches/2016Q1/print/qt5-printsupport/Makefile	Sat Jan 16 20:14:27 2016	(r406273)
@@ -2,6 +2,7 @@
 
 PORTNAME=	printsupport
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	print
 PKGNAMEPREFIX=	qt5-
 
@@ -20,9 +21,9 @@ OPTIONS_DEFINE=	CUPS
 OPTIONS_DEFAULT=CUPS
 OPTIONS_SUB=	yes
 
-CUPS_BUILD_DEPENDS=	${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
 CUPS_CONFIGURE_ON=	-cups
 CUPS_CONFIGURE_OFF=	-no-cups
+CUPS_LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601162014.u0GKERdQ097557>