Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2001 06:42:06 +0800 (CST)
From:      Ying-Chieh Chen <yinjieh@donati.cs.ccu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        chuckr@freebsd.org
Subject:   ports/30059: graphics/xpdf dependency problem
Message-ID:  <200108242242.f7OMg6c33449@donati.cs.ccu.edu.tw>

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

>Number:         30059
>Category:       ports
>Synopsis:       graphics/xpdf dependency problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 15:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
HSNG lab
>Environment:
System: FreeBSD donati.cs.ccu.edu.tw 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #8: Fri Aug 24 16:18:30 CST 2001 root@donati.cs.ccu.edu.tw:/home2/obj/home2/src/sys/YINJIEH i386


>Description:

	graphics/xpdf depends on t1.3, not t1.2

>How-To-Repeat:

	# cd /usr/ports/graphics/xpdf
	# make

>Fix:

--- Makefile.orig	Sat Aug 25 06:23:21 2001
+++ Makefile	Sat Aug 25 06:23:48 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	xpdf
 PORTVERSION=	0.92
+PORTREVISION=	1
 CATEGORIES=	graphics print
 MASTER_SITES=	ftp://ftp.foolabs.com/pub/xpdf/  \
 		${MASTER_SITE_TEX_CTAN}
@@ -15,7 +16,7 @@
 
 MAINTAINER=	chuckr@FreeBSD.org
 
-LIB_DEPENDS=	t1.2:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS=	t1.3:${PORTSDIR}/devel/t1lib
 
 USE_X_PREFIX=	yes
 USE_XPM=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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