From owner-freebsd-bugs Sat May 31 20:21:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02275 for bugs-outgoing; Sat, 31 May 1997 20:21:05 -0700 (PDT) Received: from itojun.csl.sony.co.jp (root@itojun.csl.sony.co.jp [133.138.1.134]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA02245; Sat, 31 May 1997 20:20:21 -0700 (PDT) From: itojun@itojun.org Received: from localhost (itojun@localhost [127.0.0.1]) by itojun.csl.sony.co.jp (8.8.5/3.3W3) with ESMTP id MAA13460; Sun, 1 Jun 1997 12:20:11 +0900 (JST) To: FreeBSD-gnats@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: bin/3736: fax2ps generated by port graphics/tiff34 won't work X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 References: <199706010210.TAA29639@hub.freebsd.org> In-reply-to: FreeBSD-gnats@FreeBSD.ORG's message of Sat, 31 May 1997 19:10:01 -0700 (PDT). <199706010210.TAA29639@hub.freebsd.org> X-Mailer: comp (MHng project) version 1997/04/30 02:23:09, by Jun-ichiro Itoh MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-ID: Date: Sun, 01 Jun 1997 12:20:10 +0900 Message-ID: <13457.865135210@itojun.csl.sony.co.jp> Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk sorry, the category should be "ports", not "bin". Here's a patch to fix this problem. sorry for your troubles. itojun --- diff -ur tiff34.old/patches/patch-aa tiff34/patches/patch-aa --- tiff34.old/patches/patch-aa Sun Jun 1 12:16:51 1997 +++ tiff34/patches/patch-aa Sun Jun 1 12:16:18 1997 @@ -133,8 +133,24 @@ mkversion version.h \ - libtiff.a libtiff.@DSOSUF@ libtiff.@DSOSUF_VERSION@ *dso + libtiff34.a libtiff34.@DSOSUF@ libtiff34.@DSOSUF_VERSION@ *dso ---- ./tools/Makefile.in.orig Tue Apr 30 07:16:37 1996 -+++ ./tools/Makefile.in Sun May 25 22:37:20 1997 +--- ./configure.orig Tue Apr 30 07:16:17 1996 ++++ ./configure Sun May 25 22:37:20 1997 +@@ -1140,6 +1140,13 @@ + DSOOPTS='-shared' + DSO=OSF + ;; ++ *-freebsd*) ++ DSOSUF=so ++ DSOSUF_VERSION=${DSOSUF}.1.0 ++ LIBCOPTS='-fpic -DPIC' ++ DSOOPTS='-Bshareable' ++ DSO=FREEBSD ++ ;; + *) DSO=no;; + esac + test -z "$DSOSUF_VERSION" && DSOSUF_VERSION=${DSOSUF} +--- tools/Makefile.in.orig Tue Apr 30 07:16:37 1996 ++++ tools/Makefile.in Sun Jun 1 12:09:32 1997 @@ -43,14 +43,14 @@ INSTALL = @INSTALL@ # @@ -150,23 +166,7 @@ LIBJPEG = @LIBJPEG@ LIBGZ = @LIBGZ@ -LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@ -+LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@ -ltiff34 ++LIBS = ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@ -ltiff34 # OBJS= \ fax2tiff.o \ ---- ./configure.orig Tue Apr 30 07:16:17 1996 -+++ ./configure Sun May 25 22:37:20 1997 -@@ -1140,6 +1140,13 @@ - DSOOPTS='-shared' - DSO=OSF - ;; -+ *-freebsd*) -+ DSOSUF=so -+ DSOSUF_VERSION=${DSOSUF}.1.0 -+ LIBCOPTS='-fpic -DPIC' -+ DSOOPTS='-Bshareable' -+ DSO=FREEBSD -+ ;; - *) DSO=no;; - esac - test -z "$DSOSUF_VERSION" && DSOSUF_VERSION=${DSOSUF}