ports/110091: [PATCH] graphics/epdfview - s/lib/build/ depend on devel/cppunit

Artis Caune Artis.Caune at latnet.lv
Thu Mar 8 15:20:05 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list