From owner-freebsd-ports Thu Oct 1 04:30:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02898 for freebsd-ports-outgoing; Thu, 1 Oct 1998 04:30:10 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA02885 for ; Thu, 1 Oct 1998 04:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA21684; Thu, 1 Oct 1998 04:30:01 -0700 (PDT) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA02321 for ; Thu, 1 Oct 1998 04:24:28 -0700 (PDT) (envelope-from werner@btp1da.phy.uni-bayreuth.de) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.7.3) id NAA13718; Thu, 1 Oct 1998 13:23:57 +0200 (MEST) Message-Id: <199810011123.NAA13718@btp1da.phy.uni-bayreuth.de> Date: Thu, 1 Oct 1998 13:23:57 +0200 (MEST) From: Werner Griessl Reply-To: werner@btp1da.phy.uni-bayreuth.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/8117: patch for graphics/urt port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8117 >Category: ports >Synopsis: patch for graphics/urt port >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 Oct 1 04:30:00 PDT 1998 >Last-Modified: >Originator: Werner Griessl >Organization: >Release: FreeBSD 3.0-BETA i386 >Environment: >Description: The urt-port don't link in FreeBSD-Current ELF because tiff34 depends on jpeg . >How-To-Repeat: Do a "make" in /usr/ports/graphics/urt with FreeBSD-Current ELF >Fix: commit the following diff for urt/patches/patch-aa . The diff also works for FreeBSD 2.2.7-STABLE . #diff -u patch-aa.ori patch-aa --- patch-aa.ori Tue Sep 29 12:47:52 1998 +++ patch-aa Tue Sep 29 12:48:56 1998 @@ -153,7 +153,7 @@ -LIBTIFF = $(TIFFDIR)/libtiff.a +##defpath TIFFDIR +INCTIFF = -I${PREFIX}/include/tiff34 -+LIBTIFF = -L${PREFIX}/lib -ltiff34 ++LIBTIFF = -L${PREFIX}/lib -ltiff34 -ljpeg #endif #ifdef X10 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message