From nobody@FreeBSD.org  Mon May 20 14:30:29 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id EF61BFB
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 May 2013 14:30:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id D2010D68
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 May 2013 14:30:29 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4KEUTUD069497
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 May 2013 14:30:29 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4KEUTHR069496;
	Mon, 20 May 2013 14:30:29 GMT
	(envelope-from nobody)
Message-Id: <201305201430.r4KEUTHR069496@oldred.FreeBSD.org>
Date: Mon, 20 May 2013 14:30:29 GMT
From: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] unbreak graphics/digikam-kde4 by add depend with devel/boost-libs
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178789
>Category:       ports
>Synopsis:       [PATCH] unbreak graphics/digikam-kde4 by add depend with devel/boost-libs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 20 14:40:00 UTC 2013
>Closed-Date:    Thu May 23 11:43:45 UTC 2013
>Last-Modified:  Thu May 23 11:43:45 UTC 2013
>Originator:     Hon-Yu Lawrence Cheung
>Release:        FreeBSD 9.1-RELEASE-p3
>Organization:
>Environment:
FreeBSD headquarter.honyucheung.net 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250087: Tue Apr 30 13:03:25 HKT 2013     root@headquarter.honyucheung.net:/usr/obj/usr/src/sys/HEADQUARTER  amd64
>Description:
graphcis/digikam-kde4 fail to build inside poudriere sandbox result from missing Boost Graph library found.

The following is poudriere log
=================================
..
-- 
--  Qt4 SQL module found..................... YES
--  mysql server found....................... NO  (optional - disabled by user)
--  libtiff library found.................... YES
--  libpng library found..................... YES
--  libjasper library found.................. YES
--  liblcms library found.................... YES
--  Boost Graph library found................ NO
-- 
CMake Error at CMakeLists.txt:101 (MESSAGE):
   digiKam needs Boost Graph. You need to install the Boost Graph (headers only) library development package.
Call Stack (most recent call first):
  CMakeLists.txt:494 (PRINT_LIBRARY_STATUS)


--  Boost Graph website is at http://www.boost.org/doc/libs/1_43_0/libs/graph/doc/index.html
-- 
--  libkipi library found.................... YES
--  libkexiv2 library found.................. YES
--  libkdcraw library found.................. YES
--  libkface library found................... YES
--  libkgeomap library found................. YES
--  libpgf library found..................... YES (optional)
--  Eigen3 library found..................... NO  (optional)
-- 
--  digiKam will be compiled without Refocus tool support.
-- 
--  libgphoto2 and libusb libraries found.... YES (optional)
--  libkdepimlibs library found.............. NO  (optional)
-- 
--  digiKam will be compiled without address book support.
-- 
--  Liblqr-1 found........................... YES (optional)
--  Liblensfun found......................... YES (optional)
--  Libsqlite v2 found....................... NO  (optional)
-- 
--  digiKam will be compiled without importing databases of digiKam 0.7 support.
-- 
--  Doxygen found............................ NO  (optional)
-- 
--  You will not be able to to generate the API documentation.
--  This does not affect building digiKam in any way.
-- 
CMake Error at CMakeLists.txt:612 (MESSAGE):
   digiKam will be compiled................. NO  (Look README file for more details about dependencies)


-- Configuring incomplete, errors occurred!
*** [do-configure] Error code 1

Stop in /usr/ports/graphics/digikam-kde4.
>How-To-Repeat:
use poudriere to build graphics/digikam-kde4
>Fix:
add "boost_graph:${PORTSDIR}/devel/boost-libs" to LIB_DEPENDS

Patch attached with submission follows:

--- Makefile.original   2013-05-20 00:22:27.637740478 +0800
+++ Makefile    2013-05-20 21:38:13.497775764 +0800
@@ -21,11 +21,11 @@
 
 LIB_DEPENDS=   png15:${PORTSDIR}/graphics/png \
                paper:${PORTSDIR}/print/libpaper
 RUN_DEPENDS=   ${ADOBECMAPDIR}/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
 
-USE_TEX=       yes
+USE_TEX=       base tetex
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --datadir=${LOCALBASE}/share
 MAKE_JOBS_SAFE=        yes
 
 PLIST_SUB=     DVIPDFMXDIR=${DVIPDFMXDIR} \


>Release-Note:
>Audit-Trail:

From: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: misc/178789: [PATCH] unbreak graphics/digikam-kde4 by add depend
 with devel/boost-libs
Date: Mon, 20 May 2013 22:49:37 +0800

 --001a11c29f600f48a704dd2771cb
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 Sorry., I sent in wrong catalog with wrong patch.txt
 On 2013/5/20 =E4=B8=8B=E5=8D=8810:40, <FreeBSD-gnats-submit@freebsd.org> wr=
 ote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `misc/178789'.
 > The individual assigned to look at your
 > report is: freebsd-bugs.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D178789
 >
 > >Category:       misc
 > >Responsible:    freebsd-bugs
 > >Synopsis:       [PATCH] unbreak graphics/digikam-kde4 by add depend with
 > devel/boost-libs
 > >Arrival-Date:   Mon May 20 14:40:00 UTC 2013
 >
 
 --001a11c29f600f48a704dd2771cb
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 <p dir=3D"ltr">Sorry., I sent in wrong catalog with wrong patch.txt</p>
 <div class=3D"gmail_quote">On 2013/5/20 =E4=B8=8B=E5=8D=8810:40,  &lt;<a hr=
 ef=3D"mailto:FreeBSD-gnats-submit@freebsd.org">FreeBSD-gnats-submit@freebsd=
 .org</a>&gt; wrote:<br type=3D"attribution"><blockquote class=3D"gmail_quot=
 e" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 Thank you very much for your problem report.<br>
 It has the internal identification `misc/178789&#39;.<br>
 The individual assigned to look at your<br>
 report is: freebsd-bugs.<br>
 <br>
 You can access the state of your problem report at any time<br>
 via this link:<br>
 <br>
 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3D178789" target=3D"_=
 blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3D178789</a><br>
 <br>
 &gt;Category: =C2=A0 =C2=A0 =C2=A0 misc<br>
 &gt;Responsible: =C2=A0 =C2=A0freebsd-bugs<br>
 &gt;Synopsis: =C2=A0 =C2=A0 =C2=A0 [PATCH] unbreak graphics/digikam-kde4 by=
  add depend with devel/boost-libs<br>
 &gt;Arrival-Date: =C2=A0 Mon May 20 14:40:00 UTC 2013<br>
 </blockquote></div>
 
 --001a11c29f600f48a704dd2771cb--
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon May 20 20:14:55 UTC 2013 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178789 
Responsible-Changed-From-To: freebsd-ports-bugs->kde 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 20 20:15:15 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178789 

From: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
To: bug-followup@FreeBSD.org, cheunghonyu@gmail.com
Cc:  
Subject: Re: ports/178789: [PATCH] unbreak graphics/digikam-kde4 by add depend
 with devel/boost-libs
Date: Tue, 21 May 2013 05:18:54 +0800

 This is a multi-part message in MIME format.
 --------------020806070801000906060205
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 7bit
 
 upload correct patch.txt for digikam-kde4
 
 
 --------------020806070801000906060205
 Content-Type: text/plain; charset=UTF-8;
  name="digikam-kde4.patch.txt"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment;
  filename="digikam-kde4.patch.txt"
 
 LS0tIE1ha2VmaWxlLm9yaWdpbmFsICAgMjAxMy0wNS0yMCAxODo0NDo1My4zMjI3NDc0Mzgg
 KzA4MDAKKysrIE1ha2VmaWxlICAgIDIwMTMtMDUtMjAgMTg6NTI6NTYuOTQ5NzQwNjc0ICsw
 ODAwCkBAIC0xNywxMSArMTcsMTIgQEAKICAgICAgICAgICAgICAgIGphc3Blcjoke1BPUlRT
 RElSfS9ncmFwaGljcy9qYXNwZXIgXAogICAgICAgICAgICAgICAgbGVuc2Z1bjoke1BPUlRT
 RElSfS9ncmFwaGljcy9sZW5zZnVuIFwKICAgICAgICAgICAgICAgIGxxci0xOiR7UE9SVFNE
 SVJ9L2dyYXBoaWNzL2xpYmxxci0xIFwKICAgICAgICAgICAgICAgIGtmYWNlOiR7UE9SVFNE
 SVJ9L2dyYXBoaWNzL2xpYmtmYWNlIFwKICAgICAgICAgICAgICAgIHBnZjoke1BPUlRTRElS
 fS9ncmFwaGljcy9saWJwZ2YgXAotICAgICAgICAgICAgICAga2dlb21hcDoke1BPUlRTRElS
 fS9hc3Ryby9saWJrZ2VvbWFwCisgICAgICAgICAgICAgICBrZ2VvbWFwOiR7UE9SVFNESVJ9
 L2FzdHJvL2xpYmtnZW9tYXAgXAorICAgICAgICAgICAgICAgYm9vc3RfZ3JhcGg6JHtQT1JU
 U0RJUn0vZGV2ZWwvYm9vc3QtbGlicwogCiBMQVRFU1RfTElOSz0gICAke1BPUlROQU1FfS1r
 ZGU0CiAKIE9QVElPTlNfREVGSU5FPSAgICAgICAgRE9DUyBOTFMgR1BIT1RPMiBQSU1MSUJT
 IE1ZU1FMCiBPUFRJT05TX0RFRkFVTFQ9ICAgICAgIEdQSE9UTzIgUElNTElCUwo=
 --------------020806070801000906060205--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Thu May 23 11:43:44 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178789 
>Unformatted:
