Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 11:27:14 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22448: Update port: graphics/xpdf (fix ports/20658)
Message-ID:  <20001031192714.D63B837B4C5@hub.freebsd.org>

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

>Number:         22448
>Category:       ports
>Synopsis:       Update port: graphics/xpdf (fix ports/20658)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 31 11:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Remove obsolete or redundant discriptions from Makefile
- freebsd.org -> FreeBSD.org

This PR supersedes ports/20658(left alone for about 2 months).

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/xpdf/Makefile graphics/xpdf/Makefile
--- /usr/ports/graphics/xpdf/Makefile	Tue Sep  5 03:40:11 2000
+++ graphics/xpdf/Makefile	Thu Oct 26 05:19:22 2000
@@ -5,24 +5,19 @@
 # $FreeBSD: ports/graphics/xpdf/Makefile,v 1.31 2000/09/04 15:33:32 chuckr Exp $
 #
 
-PORTNAME=       xpdf
+PORTNAME=	xpdf
 PORTVERSION=	0.91
 CATEGORIES=	graphics print
-MASTER_SITES=	${MASTER_SITE_TEX_CTAN} ftp://ftp.foolabs.com/pub/xpdf/  \
-		ftp://ftp.duke.edu/pub/X11/contrib/applications/
-MASTER_SITE_SUBDIR=support/xpdf
+MASTER_SITES=	ftp://ftp.foolabs.com/pub/xpdf/  \
+		${MASTER_SITE_TEX_CTAN}
+MASTER_SITE_SUBDIR=	support/xpdf
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	chuckr@freebsd.org
+MAINTAINER=	chuckr@FreeBSD.org
 
-LIB_DEPENDS=	t1x.1:${PORTSDIR}/devel/t1lib \
+LIB_DEPENDS=	t1.1:${PORTSDIR}/devel/t1lib \
 		ttf.4:${PORTSDIR}/print/freetype
 
-### crypto
-#.if !defined(PACKAGE_BUILDING)
-#RESTRICTED=     "Contains cryptography"
-#.endif
-USE_XLIB=	yes
 USE_X_PREFIX=	yes
 USE_XPM=	yes
 USE_AUTOCONF=	yes
@@ -30,8 +25,6 @@
 		--enable-japanese --enable-chinese	\
 		--with-t1-library=${LOCALBASE}/lib	\
 		--with-t1-includes=${LOCALBASE}/include	\
-		--with-t1x-library=${LOCALBASE}/lib	\
-		--with-t1x-includes=${LOCALBASE}/include \
 		--with-freetype-library=${LOCALBASE}/lib \
 		--with-freetype-includes=${LOCALBASE}/include
 .if defined(A4)


>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?20001031192714.D63B837B4C5>