From owner-freebsd-ports Fri Aug 13 21:41:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA33515085 for ; Fri, 13 Aug 1999 21:41:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA69173; Fri, 13 Aug 1999 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id D00F114E52 for ; Fri, 13 Aug 1999 21:34:17 -0700 (PDT) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id GAA09549; Sat, 14 Aug 1999 06:33:02 +0200 (CEST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de with esmtp id m11FUBT-000WyPC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sat, 14 Aug 1999 05:08:39 +0200 (CEST) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id FAA57230; Sat, 14 Aug 1999 05:10:28 +0200 (CEST) (envelope-from naddy) Message-Id: <199908140310.FAA57230@bigeye.rhein-neckar.de> Date: Sat, 14 Aug 1999 05:10:28 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org Cc: chuckr@glue.umd.edu X-Send-Pr-Version: 3.2 Subject: ports/13133: update: xpdf 0.90 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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