From owner-freebsd-ports Mon Jul 20 19:00:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16910 for freebsd-ports-outgoing; Mon, 20 Jul 1998 19:00:27 -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 TAA16889 for ; Mon, 20 Jul 1998 19:00:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06045; Mon, 20 Jul 1998 19:00:01 -0700 (PDT) Received: from catastrophe.gelemna.ft-wayne.in.us (fortwayne-max-4-42.fwi.com [209.84.173.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14874 for ; Mon, 20 Jul 1998 18:50:13 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id UAA01828 for ; Mon, 20 Jul 1998 20:49:32 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.8.8/8.8.8) id UAA15114; Mon, 20 Jul 1998 20:49:31 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199807210149.UAA15114@emerson.gelemna.ft-wayne.in.us> Date: Mon, 20 Jul 1998 20:49:31 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7343: tiff34 doesn't build under current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7343 >Category: ports >Synopsis: tiff34 doesn't build under current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 20 19:00:00 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: Any recent (post-May) 3.0-current. >Description: The tiff34 port looks for c++rt0.o in /usr/lib, and it isn't there any more. >How-To-Repeat: On a machine running a current 3.0-current, clear out any leftover libraries in /usr/lib. Then try to build ports/graphics/tiff34. >Fix: Apply this patch. I've tested it under both 2.2-stable and 3.0-current. --- patches/patch-aa.orig Mon Dec 1 02:49:13 1997 +++ patches/patch-aa Sun Jul 19 12:37:23 1998 @@ -93,7 +93,7 @@ - + ${LD} -o libtiff34.@DSOSUF@ -shared -error_unresolved ${OBJS} @LIBJPEG@ @LIBGZ@ -lc -lm +FREEBSDdso: ${OBJS} -+ ${LD} -Bshareable -x /usr/lib/c++rt0.o -o libtiff34.@DSOSUF_VERSION@ \ ++ ${LD} -Bshareable -x ${LIBDIR}/c++rt0.o -o libtiff34.@DSOSUF_VERSION@ \ + ${OBJS} @LIBJPEG@ @LIBGZ@ + touch $@ >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message