Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2004 07:05:39 -0800 (PST)
From:      "Pedro f. Giffuni" <giffunip@asme.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/63989: french/fr-eficas has an unnecessary dependency on acrobat reader
Message-ID:  <200403091505.i29F5dmj072003@www.freebsd.org>
Resent-Message-ID: <200403091510.i29FAIAK019557@freefall.freebsd.org>

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

>Number:         63989
>Category:       ports
>Synopsis:       french/fr-eficas has an unnecessary dependency on acrobat reader
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 09 07:10:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Pedro f. Giffuni
>Release:        5.2.1-Release
>Organization:
>Environment:
>Description:

I was checking parts of the aster ports and I found this:
 
.if !defined(NOPORTDOCS)
RUN_DEPENDS+=	acroread:${PORTSDIR}/print/acroread5
.endif
 
 acroread is not the only package that can read *.pdf . I happen to prefer gv as I don't need the linux libraries to use it. 
>How-To-Repeat:
Aster installs the linux libraries but these are not needed. the problem has been reviewed by the original porter (Thierry Thomas) and the solution was OK'd
>Fix:
Please remove the following lines from the fr-eficas Makefile:

.if !defined(NOPORTDOCS)
RUN_DEPENDS+=	acroread:${PORTSDIR}/print/acroread5
.endif     
>Release-Note:
>Audit-Trail:
>Unformatted:



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