From owner-freebsd-ports Thu Sep 14 23: 0: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E423A37B42C for ; Thu, 14 Sep 2000 23:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA93880; Thu, 14 Sep 2000 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ws106.nomadiclab.com (ws99.nomadiclab.com [195.165.196.99]) by hub.freebsd.org (Postfix) with ESMTP id 5533737B423 for ; Thu, 14 Sep 2000 22:55:06 -0700 (PDT) Received: from ws125.nomadiclab.com (ws125.nomadiclab.com [195.165.196.125]) by ws106.nomadiclab.com (Postfix) with ESMTP id A908E72501 for ; Fri, 15 Sep 2000 08:54:59 +0300 (EEST) Received: (from martti@localhost) by ws125.nomadiclab.com (8.9.3/8.9.3) id IAA03694; Fri, 15 Sep 2000 08:54:59 +0300 (EEST) (envelope-from martti@nomadiclab.com) Message-Id: <200009150554.IAA03694@ws125.nomadiclab.com> Date: Fri, 15 Sep 2000 08:54:59 +0300 (EEST) From: martti.kuparinen@piuha.net Reply-To: martti.kuparinen@piuha.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21286: [PATCH] ports/graphics/tiff fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21286 >Category: ports >Synopsis: [PATCH] ports/graphics/tiff fix >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: Thu Sep 14 23:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.1-RELEASE i386 >Organization: >Environment: >Description: I couldn't build libtiff on a fresh 4.1-STABLE system as the creation of the symlink failed. This patch fixed the problem. >How-To-Repeat: >Fix: *** ports/graphics/tiff/patches/patch-aa Sun Apr 2 14:26:54 2000 --- /tmp/patch-aa Fri Sep 15 08:41:47 2000 *************** *** 29,40 **** +FREEBSDdso: ${OBJS} + ${CC} -shared -Wl,-soname,libtiff.@DSOSUF_VERSION@ -o libtiff.@DSOSUF_VERSION@ \ + ${OBJS} @LIBJPEG@ @LIBGZ@ + @LN@ @LN_S@ libtiff.@DSOSUF_VERSION@ libtiff.@DSOSUF@ + touch $@ ${OBJS}: ${SRCDIR}/tiffio.h ${SRCDIR}/tiff.h ${SRCDIR}/tif_dir.h ${OBJS}: ${SRCDIR}/tiffcomp.h ${SRCDIR}/tiffiop.h ${SRCDIR}/tiffconf.h ! @@ -319,22 +324,20 @@ ${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_INC@ for i in ${INCS}; do \ f=`basename $$i`; \ --- 29,41 ---- +FREEBSDdso: ${OBJS} + ${CC} -shared -Wl,-soname,libtiff.@DSOSUF_VERSION@ -o libtiff.@DSOSUF_VERSION@ \ + ${OBJS} @LIBJPEG@ @LIBGZ@ + + rm -f libtiff.@DSOSUF@ + @LN@ @LN_S@ libtiff.@DSOSUF_VERSION@ libtiff.@DSOSUF@ + touch $@ ${OBJS}: ${SRCDIR}/tiffio.h ${SRCDIR}/tiff.h ${SRCDIR}/tif_dir.h ${OBJS}: ${SRCDIR}/tiffcomp.h ${SRCDIR}/tiffiop.h ${SRCDIR}/tiffconf.h ! @@ -319,22 +325,20 @@ ${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_INC@ for i in ${INCS}; do \ f=`basename $$i`; \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message