Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2000 10:27:06 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20658: Update port: graphics/xpdf to 0.91
Message-ID:  <20000816172706.C896C37BBF0@hub.freebsd.org>

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

>Number:         20658
>Category:       ports
>Synopsis:       Update port: graphics/xpdf to 0.91
>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:   Wed Aug 16 10:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.91

Remove file:
patches/patch-aa  patches/patch-ab  patches/patch-ac  patches/patch-ad
patches/patch-ae  patches/patch-af  patches/patch-ag  patches/patch-ah

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/xpdf/Makefile graphics/xpdf/Makefile
--- /usr/ports/graphics/xpdf/Makefile	Thu Aug  3 21:16:01 2000
+++ graphics/xpdf/Makefile	Thu Aug 17 02:26:16 2000
@@ -5,35 +5,28 @@
 # $FreeBSD: ports/graphics/xpdf/Makefile,v 1.30 2000/08/03 09:25:01 asami Exp $
 #
 
-PORTNAME=       xpdf
-PORTVERSION=	0.90
+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=	${MASTER_SITE_TEX_CTAN} \
+		ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITE_SUBDIR=	support/xpdf
 EXTRACT_SUFX=	.tgz
 
-PATCH_SITES=	http://www.fefe.de/
-PATCHFILES=	xpdf-0.90-fefe-diff.gz
-PATCH_DIST_STRIP= -p1
+MAINTAINER=	chuckr@FreeBSD.org
 
-MAINTAINER=	chuckr@freebsd.org
+LIB_DEPENDS=	t1.1:${PORTSDIR}/devel/t1lib \
+		ttf.4:${PORTSDIR}/print/freetype
 
-LIB_DEPENDS=	t1x.1:${PORTSDIR}/devel/t1lib
-
-### crypto
-#.if !defined(PACKAGE_BUILDING)
-#RESTRICTED=     "Contains cryptography"
-#.endif
-USE_XLIB=	yes
 USE_X_PREFIX=	yes
 USE_XPM=	yes
-USE_AUTOCONF=	yes
-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
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-chinese --enable-japanese \
+		--enable-opi --with-gzip \
+		--with-t1-library=${LOCALBASE}/lib \
+		--with-t1-includes=${LOCALBASE}/include \
+		--with-freetype-library=${LOCALBASE}/lib \
+		--with-freetype-includes=${LOCALBASE}/include
 .if defined(A4)
 CONFIGURE_ARGS+=	--enable-a4-paper
 .endif
diff -urN /usr/ports/graphics/xpdf/files/md5 graphics/xpdf/files/md5
--- /usr/ports/graphics/xpdf/files/md5	Tue Nov 23 12:30:35 1999
+++ graphics/xpdf/files/md5	Wed Aug 16 19:47:32 2000
@@ -1,2 +1 @@
-MD5 (xpdf-0.90.tgz) = a7678b64713a466279b61c28ba01134b
-MD5 (xpdf-0.90-fefe-diff.gz) = a2e68bb76b4d7a7bf3c43f5af0ec38c8
+MD5 (xpdf-0.91.tgz) = dd675fe691ba7341f2f581e67d724bcb
diff -urN /usr/ports/graphics/xpdf/patches/patch-aa graphics/xpdf/patches/patch-aa
--- /usr/ports/graphics/xpdf/patches/patch-aa	Tue Nov 23 12:35:28 1999
+++ graphics/xpdf/patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- 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@
diff -urN /usr/ports/graphics/xpdf/patches/patch-ab graphics/xpdf/patches/patch-ab
--- /usr/ports/graphics/xpdf/patches/patch-ab	Tue Nov 23 12:35:29 1999
+++ graphics/xpdf/patches/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,20 +0,0 @@
---- configure.in.~1~	Tue Aug  3 13:36:22 1999
-+++ configure.in	Thu Nov 18 06:45:50 1999
-@@ -69,6 +69,7 @@
- dnl ##### Checks for header files.
- AC_PATH_XTRA
- AC_HEADER_DIRENT
-+AC_CHECK_HEADERS(unistd.h)
- 
- dnl ##### Look for header that defines fd_set.
- AC_MSG_CHECKING([fd_set and sys/select.h or sys/bsdtypes.h])
-@@ -147,6 +148,9 @@
- xpdf_cv_func_select_arg,
- [AC_TRY_COMPILE([#include <sys/types.h>
- #include <sys/time.h>
-+#ifdef HAVE_UNISTD_H
-+#include <unistd.h>
-+#endif
- #ifdef HAVE_SYS_SELECT_H
- #include <sys/select.h>
- #endif],
diff -urN /usr/ports/graphics/xpdf/patches/patch-ac graphics/xpdf/patches/patch-ac
--- /usr/ports/graphics/xpdf/patches/patch-ac	Thu Jan 20 00:45:01 2000
+++ graphics/xpdf/patches/patch-ac	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- ./ltk/LTKButton.cc.org	Mon Aug  2 21:37:20 1999
-+++ ./ltk/LTKButton.cc	Wed Jan 19 07:28:10 2000
-@@ -19,7 +19,7 @@
- #include "LTKButton.h"
- #include "LTKBorder.h"
- 
--LTKButton::LTKButton(char *name1, int widgetNum1, char *label1,
-+LTKButton::LTKButton(char *name1, int widgetNum1, const char *label1,
- 		     LTKButtonAction action1, LTKBoolValCbk pressCbk1):
-     LTKWidget(name1, widgetNum1) {
-   label = new GString(label1);
diff -urN /usr/ports/graphics/xpdf/patches/patch-ad graphics/xpdf/patches/patch-ad
--- /usr/ports/graphics/xpdf/patches/patch-ad	Thu Jan 20 00:45:01 2000
+++ graphics/xpdf/patches/patch-ad	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- ./ltk/LTKButton.h.org	Mon Aug  2 21:37:20 1999
-+++ ./ltk/LTKButton.h	Wed Jan 19 07:26:39 2000
-@@ -38,7 +38,7 @@
- 
-   //---------- constructors and destructor ----------
- 
--  LTKButton(char *name1, int widgetNum1, char *label1,
-+  LTKButton(char *name1, int widgetNum1, const char *label1,
- 	    LTKButtonAction action1, LTKBoolValCbk pressCbk1);
- 
-   LTKButton(char *name1, int widgetNum1,
diff -urN /usr/ports/graphics/xpdf/patches/patch-ae graphics/xpdf/patches/patch-ae
--- /usr/ports/graphics/xpdf/patches/patch-ae	Thu Jan 20 00:45:01 2000
+++ graphics/xpdf/patches/patch-ae	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- ./goo/GString.h.org	Mon Aug  2 21:36:55 1999
-+++ ./goo/GString.h	Wed Jan 19 07:29:57 2000
-@@ -24,7 +24,7 @@
-   GString();
- 
-   // Create a string from a C string.
--  GString(char *s1);
-+  GString(const char *s1);
- 
-   // Create a string from <length1> chars at <s1>.  This string
-   // can contain null characters.
diff -urN /usr/ports/graphics/xpdf/patches/patch-af graphics/xpdf/patches/patch-af
--- /usr/ports/graphics/xpdf/patches/patch-af	Thu Jan 20 00:45:01 2000
+++ graphics/xpdf/patches/patch-af	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- ./goo/GString.cc.org	Mon Aug  2 21:36:55 1999
-+++ ./goo/GString.cc	Wed Jan 19 07:30:08 2000
-@@ -44,7 +44,7 @@
-   s[0] = '\0';
- }
- 
--GString::GString(char *s1) {
-+GString::GString(const char *s1) {
-   int n = strlen(s1);
- 
-   s = NULL;
diff -urN /usr/ports/graphics/xpdf/patches/patch-ag graphics/xpdf/patches/patch-ag
--- /usr/ports/graphics/xpdf/patches/patch-ag	Thu Jan 20 00:45:01 2000
+++ graphics/xpdf/patches/patch-ag	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- ./xpdf/PSOutputDev.cc.org	Mon Aug  2 21:37:46 1999
-+++ ./xpdf/PSOutputDev.cc	Wed Jan 19 07:35:26 2000
-@@ -1149,7 +1149,7 @@
-   }
- }
- 
--void PSOutputDev::writePS(char *fmt, ...) {
-+void PSOutputDev::writePS(const char *fmt, ...) {
-   va_list args;
- 
-   va_start(args, fmt);
diff -urN /usr/ports/graphics/xpdf/patches/patch-ah graphics/xpdf/patches/patch-ah
--- /usr/ports/graphics/xpdf/patches/patch-ah	Thu Jan 20 00:45:02 2000
+++ graphics/xpdf/patches/patch-ah	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- ./xpdf/PSOutputDev.h.org	Mon Aug  2 21:37:48 1999
-+++ ./xpdf/PSOutputDev.h	Wed Jan 19 07:34:36 2000
-@@ -134,7 +134,7 @@
-   void doImage(GfxImageColorMap *colorMap,
- 	       GBool invert, GBool inlineImg,
- 	       Stream *str, int width, int height, int len);
--  void writePS(char *fmt, ...);
-+  void writePS(const char *fmt, ...);
-   void writePSString(GString *s);
- 
-   GBool embedType1;		// embed Type 1 fonts?


>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?20000816172706.C896C37BBF0>