Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2007 15:14:07 GMT
From:      Artis Caune<Artis.Caune@latnet.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/110091: [PATCH] graphics/epdfview - s/lib/build/ depend on devel/cppunit
Message-ID:  <200703081514.l28FE72n067697@www.freebsd.org>
Resent-Message-ID: <200703081520.l28FK4JQ015701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110091
>Category:       ports
>Synopsis:       [PATCH] graphics/epdfview - s/lib/build/ depend on devel/cppunit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 08 15:20:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Artis Caune
>Release:        6.2
>Organization:
>Environment:
>Description:
epdfview lib depends on devel/cppunit,
but cppunit is used only when compiling port and running the test suite.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	Mon Mar  5 16:56:02 2007
+++ Makefile	Thu Mar  8 17:01:44 2007
@@ -14,8 +14,8 @@
 MAINTAINER=	chinsan@FreeBSD.org
 COMMENT=	A lightweight PDF document viewer
 
-LIB_DEPENDS=	cppunit-1.10.2:${PORTSDIR}/devel/cppunit \
-		poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk
+BUILD_DEPENDS=	DllPlugInTester:${PORTSDIR}/devel/cppunit
+LIB_DEPENDS=	poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes

>Release-Note:
>Audit-Trail:
>Unformatted:



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