Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 05:10:28 +0200 (CEST)
From:      Christian Weisgerber <naddy@mips.rhein-neckar.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        chuckr@glue.umd.edu
Subject:   ports/13133: update: xpdf 0.90
Message-ID:  <199908140310.FAA57230@bigeye.rhein-neckar.de>

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

>Number:         13133
>Category:       ports
>Synopsis:       update: xpdf 0.90
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 13 21:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

>Description:

Update graphics/xpdf port to version 0.90.

>How-To-Repeat:

>Fix:
	
diff -uNr /usr/ports/graphics/xpdf/Makefile xpdf/Makefile
--- /usr/ports/graphics/xpdf/Makefile	Wed Jun 30 00:34:33 1999
+++ xpdf/Makefile	Sat Aug 14 04:46:27 1999
@@ -6,31 +6,37 @@
 # $Id: Makefile,v 1.22 1999/06/23 06:59:59 taoka Exp $
 #
 
-DISTNAME=       xpdf-0.80
+DISTNAME=       xpdf-0.90
 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_TEX_CTAN}
+		ftp://ftp.duke.edu/pub/X11/contrib/applications/
 MASTER_SITE_SUBDIR=support/xpdf
 EXTRACT_SUFX=	.tgz
 
 .if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING)
-PATCH_SITES=	ftp://ftp.sci.usq.edu.au/pub/linux/xpdf/
-PATCHFILES=	xpdf-0.80-decrypt.patch
-PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
+PATCH_SITES=	http://www.fefe.de/
+PATCHFILES=	xpdf-0.90-fefe-diff.gz
+PATCH_DIST_STRIP= -p1
 .endif
 
 MAINTAINER=	chuckr@glue.umd.edu
 
+BUILD_DEPENDS=	${LOCALBASE}/lib/libt1.a:${PORTSDIR}/devel/t1lib
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
 
 .if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING)
 RESTRICTED=     "Contains cryptography"
 .endif
-USE_X_PREFIX=	yes
+USE_XLIB=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-gzip --enable-japanese
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
+CONFIGURE_ARGS=	--with-gzip --enable-japanese		\
+		--with-t1-library=${LOCALBASE}/lib	\
+		--with-t1-includes=${LOCALBASE}/include	\
+		--with-t1x-library=${LOCALBASE}/lib	\
+		--with-t1x-includes=${LOCALBASE}/include
+.if defined(A4)
+CONFIGURE_ARGS+=	--enable-a4-paper
+.endif
 
 MAN1=		pdfimages.1 \
 		pdfinfo.1 \
diff -uNr /usr/ports/graphics/xpdf/files/md5 xpdf/files/md5
--- /usr/ports/graphics/xpdf/files/md5	Wed Jun 30 00:34:33 1999
+++ xpdf/files/md5	Sat Aug 14 04:47:14 1999
@@ -1,2 +1,2 @@
-MD5 (xpdf-0.80.tgz) = 91d49cfaf1e555a26a9bcd0b57e51f8a
-MD5 (xpdf-0.80-decrypt.patch) = 97d6648022fcd9633917f8dc96d25fa2
+MD5 (xpdf-0.90.tgz) = a7678b64713a466279b61c28ba01134b
+MD5 (xpdf-0.90-fefe-diff.gz) = 94540d59aee83441f33fbc09fc800ba8
diff -uNr /usr/ports/graphics/xpdf/patches/patch-aa xpdf/patches/patch-aa
--- /usr/ports/graphics/xpdf/patches/patch-aa	Thu Jan  1 01:00:00 1970
+++ xpdf/patches/patch-aa	Sat Aug 14 04:20:57 1999
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Tue Aug  3 06:36:22 1999
++++ Makefile.in	Sat Aug 14 04:20:32 1999
+@@ -12,7 +12,7 @@
+ exec_prefix = @exec_prefix@
+ srcdir = @srcdir@
+ 
+-INSTALL = @INSTALL@
++INSTALL = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+ 
+ EXE = @EXE@

>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?199908140310.FAA57230>