From owner-freebsd-ports Tue Sep 7 16: 0:42 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 7B51315155 for ; Tue, 7 Sep 1999 16:00:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA26597; Tue, 7 Sep 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 8F20014D67 for ; Tue, 7 Sep 1999 15:54:26 -0700 (PDT) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (6507 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 8 Sep 1999 00:29:38 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m11OTk3-0007NUC; Wed, 8 Sep 99 00:29 MET DST Received: (from lkoeller@localhost) by cc.fh-lippe.de (8.9.3/8.9.1) id AAA97163; Wed, 8 Sep 1999 00:21:34 +0200 (CEST) (envelope-from lkoeller) Message-Id: <199909072221.AAA97163@cc.fh-lippe.de> Date: Wed, 8 Sep 1999 00:21:34 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13627: pdflib-2.0.1 port update needed for grace port! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13627 >Category: ports >Synopsis: grace needs pdflib-2.0.1, here is the port update >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 7 16:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.2-STABLE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: - >Description: The ports team informs me about my broken grace port. I updated xmgrace to 5.0.3gamma (send-pr is on the way), which implies an update of pdflib to 2.0.1 and Xbae to 4.7. Both are submitted by a send-pr. >How-To-Repeat: - >Fix: The patches are appenden to this email. - patch Makefile - remove all patches except patch-ad and patch-af - apply the patches - correct md5 Please commit it before the 3.3 RELEASE deadline. Many thanks Lars -- E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.fh-lippe.de | Computing Center PGP-key: | University of Bielefeld http://www.nic.surfnet.nl/pgp/pks-toplev.html | Germany ----------- FreeBSD, what else? ---- http://www.freebsd.org ------------- *** ../pdflib-2.0/Makefile Tue Sep 7 21:41:31 1999 --- Makefile Tue Sep 7 21:45:56 1999 *************** *** 6,15 **** # $FreeBSD: ports/print/pdflib/Makefile,v 1.5 1999/08/31 01:45:09 peter Exp $ # ! DISTNAME= pdflib-2.0 CATEGORIES= print ! MASTER_SITES= http://www.ifconnection.de/~tm/pdflib/ \ ! http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= dirk@FreeBSD.org --- 6,15 ---- # $FreeBSD: ports/print/pdflib/Makefile,v 1.5 1999/08/31 01:45:09 peter Exp $ # ! DISTNAME= pdflib-2.01 ! PKGNAME= pdflib-2.0.1 CATEGORIES= print ! MASTER_SITES= http://www.pdflib.com/pdflib/download/ MAINTAINER= dirk@FreeBSD.org *** ../pdflib-2.0/patches/patch-ad Fri Jul 30 23:03:58 1999 --- patches/patch-ad Tue Sep 7 22:04:40 1999 *************** *** 1,52 **** ! --- configure.orig Wed Jun 30 12:52:35 1999 ! +++ configure Mon Jul 12 16:17:30 1999 ! @@ -555,7 +555,7 @@ ! -VERSION="2.0" ! +VERSION="2" ! ! DEFINES="" ! ! @@ -1503,6 +1503,7 @@ ! PERLINCLUDE=nope ! fi ! ! +PERLINCLUDE=`($PERL -e 'use Config; print $Config{privlib};') 2>/dev/null` ! ! # First figure out what the name of Perl5 is ! ! @@ -1569,12 +1570,12 @@ ! PERLINCLUDE="-I$PERL5DIR" ! fi ! PERLLIBDIR=`($PERL -e 'use Config; print $Config{sitearchexp};') 2>/dev/null` ! - if test -z "$PERLLIBDIR" -o ! -d "$PERLLIBDIR"; then ! + if test -z "$PERLLIBDIR"; then ! echo "$ac_t""unable to determine perl5 shared library directory" 1>&6 ! PERLIB="/usr/lib/perl5/site_perl/5.005/archname" ! fi ! PERLMODDIR=`($PERL -e 'use Config; print $Config{sitelib};') 2>/dev/null` ! - if test -z "$PERLMODDIR" -o ! -d "$PERLMODDIR"; then ! + if test -z "$PERLMODDIR"; then ! echo "$ac_t""unable to determine perl5 module directory" 1>&6 ! PERLMODDIR="/usr/lib/perl5/site_perl/5.005" ! fi ! @@ -1887,7 +1888,7 @@ ! BINDINGS_TEST="" ! CCSHARED="" ! else ! - PDFLIB=libpdf$VERSION$SO ! + PDFLIB=libpdf$SO.$VERSION ! fi ! ! ! @@ -1902,7 +1903,7 @@ ! ZLIBLINK="" ! fi ! -PDFLIBLINK="-lpdf$VERSION $TIFFLINK $ZLIBLINK -lm" ! +PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm" --- 1,60 ---- ! *** configure.orig Mon Aug 2 18:04:00 1999 ! --- configure Tue Sep 7 22:04:27 1999 ! *************** ! *** 557,563 **** ! ! VERSION="2.01" ! WITH_CXX=nope ! WITH_JAVA=nope ! --- 557,563 ---- + ! VERSION="2" + + WITH_CXX=nope + WITH_JAVA=nope + *************** + *** 1936,1942 **** + PDFLIB_STATIC=libpdf$VERSION.a + + case $ac_sys_system in + ! NetBSD*) PDFLIB_SHARED=libpdf$SO.$VERSION;; + *) PDFLIB_SHARED=libpdf$VERSION$SO;; + esac + + --- 1936,1942 ---- + PDFLIB_STATIC=libpdf$VERSION.a + + case $ac_sys_system in + ! NetBSD*|FreeBSD*) PDFLIB_SHARED=libpdf$SO.$VERSION;; + *) PDFLIB_SHARED=libpdf$VERSION$SO;; + esac + + *************** + *** 1971,1977 **** + # This must work with the shared as well as the dynamic version. + + case $ac_sys_system in + ! NetBSD*) PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm";; + *) PDFLIBLINK="-lpdf$VERSION $TIFFLINK $ZLIBLINK -lm";; + esac + + --- 1971,1977 ---- + # This must work with the shared as well as the dynamic version. + + case $ac_sys_system in + ! NetBSD*|FreeBSD*) PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm";; + *) PDFLIBLINK="-lpdf$VERSION $TIFFLINK $ZLIBLINK -lm";; + esac + + *************** + *** 2303,2306 **** + chmod +x $CONFIG_STATUS + rm -fr confdefs* $ac_clean_files + test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 + - + --- 2303,2305 ---- *** ../pdflib-2.0/patches/patch-af Fri Jul 30 23:03:59 1999 --- patches/patch-af Tue Sep 7 21:54:57 1999 *************** *** 1,18 **** ! --- bind/cpp/Makefile.in.orig Tue Jun 29 00:34:15 1999 ! +++ bind/cpp/Makefile.in Sat Jul 17 12:22:41 1999 ! @@ -24,13 +24,13 @@ ! exec_prefix = @exec_prefix@ ! ! PDFLIB = @PDFLIB@ ! -CXXFLAGS = -c -g @DEFS@ @CCSHARED@ -I../../pdflib ! +CXXFLAGS = -c @DEFS@ -I../../pdflib ! LDFLAGS = -L../../pdflib .SUFFIXES: .cpp .cpp.o: ! - $(CXX) $(CXXFLAGS) $(DEFINES) $< ! + $(CXX) $(CFLAGS) $(CXXFLAGS) $(DEFINES) $< # ---------------------------------- --- 1,19 ---- ! *** bind/cpp/Makefile.in~ Thu Jul 22 12:10:37 1999 ! --- bind/cpp/Makefile.in Tue Sep 7 21:54:03 1999 ! *************** ! *** 30,36 **** ! .SUFFIXES: .cpp ! ! .cpp.o: ! ! $(CXX) $(CXXFLAGS) $(DEFINES) $< ! ! # ---------------------------------- + --- 30,36 ---- .SUFFIXES: .cpp .cpp.o: ! ! $(CXX) $(CFLAGS) $(CXXFLAGS) $(DEFINES) $< # ---------------------------------- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message