[kde-freebsd] ports/178789: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu May 23 11:40:01 UTC 2013


The following reply was made to PR ports/178789; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/178789: commit references a PR
Date: Thu, 23 May 2013 11:32:35 +0000 (UTC)

 Author: makc
 Date: Thu May 23 11:32:27 2013
 New Revision: 318865
 URL: http://svnweb.freebsd.org/changeset/ports/318865
 
 Log:
   - Add explicit dependence on boost library to fix build
     without PIMLIMS option [1]
   - Add math/eigen3 to the list of build dependencies
   
   PR:		ports/178789 [1]
   Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu at gmail.com>
 
 Modified:
   head/graphics/digikam-kde4/Makefile
 
 Modified: head/graphics/digikam-kde4/Makefile
 ==============================================================================
 --- head/graphics/digikam-kde4/Makefile	Thu May 23 11:14:03 2013	(r318864)
 +++ head/graphics/digikam-kde4/Makefile	Thu May 23 11:32:27 2013	(r318865)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	digikam
  PORTVERSION=	${DIGIKAM_VER}
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	graphics kde
  
 @@ -11,6 +12,7 @@ COMMENT=	KDE4 digital photo management a
  
  .include "${.CURDIR}/Makefile.common"
  
 +BUILD_DEPENDS=	${LOCALBASE}/include/eigen3/Eigen/Eigen:${PORTSDIR}/math/eigen3
  LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff \
  		lcms:${PORTSDIR}/graphics/lcms \
  		png15:${PORTSDIR}/graphics/png \
 @@ -19,7 +21,8 @@ LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/t
  		lqr-1:${PORTSDIR}/graphics/liblqr-1 \
  		kface:${PORTSDIR}/graphics/libkface \
  		pgf:${PORTSDIR}/graphics/libpgf \
 -		kgeomap:${PORTSDIR}/astro/libkgeomap
 +		kgeomap:${PORTSDIR}/astro/libkgeomap \
 +		boost_graph:${PORTSDIR}/devel/boost-libs
  
  LATEST_LINK=	${PORTNAME}-kde4
  
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the kde-freebsd mailing list