From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 11 18:00:38 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E32416A4CE for ; Tue, 11 Nov 2003 18:00:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F6F43FEC for ; Tue, 11 Nov 2003 18:00:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAC20aFY088996 for ; Tue, 11 Nov 2003 18:00:36 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAC20avk088995; Tue, 11 Nov 2003 18:00:36 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 11 Nov 2003 18:00:36 -0800 (PST) Resent-Message-Id: <200311120200.hAC20avk088995@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andy Newman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD11816A4CE for ; Tue, 11 Nov 2003 17:50:51 -0800 (PST) Received: from gizmo12ps.bigpond.com (gizmo12ps.bigpond.com [144.140.71.22]) by mx1.FreeBSD.org (Postfix) with SMTP id 1614B43FE1 for ; Tue, 11 Nov 2003 17:50:48 -0800 (PST) (envelope-from an@atrn.org) Received: (qmail 20031 invoked from network); 12 Nov 2003 01:50:56 -0000 Received: from unknown (HELO juju.bsn) (144.135.25.69) by gizmo12ps.bigpond.com with SMTP; 12 Nov 2003 01:50:56 -0000 Received: from cpe-144-132-168-150.nsw.bigpond.net.au ([144.132.168.150]) by psmam01bpa.bigpond.com(MAM REL_3_3_2d 71/5532); 12 Nov 2003 11:50:45 Received: by juju.bsn (Postfix, from userid 1000) id E03015D78; Wed, 12 Nov 2003 12:49:40 +1100 Message-Id: <20031112014940.E03015D78@juju.bsn> Date: Wed, 12 Nov 2003 12:49:40 +1100 From: Andy Newman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59198: Makefile fix for ici-3.0.1 port on 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Newman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 02:00:38 -0000 >Number: 59198 >Category: ports >Synopsis: Makefile fix for ici-3.0.1 port on 5.x >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 11 18:00:35 PST 2003 >Closed-Date: >Last-Modified: >Originator: Andy Newman >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD juju.bsn 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #4: Sat Sep 13 10:22:47 EST 2003 toor@juju.bsn:/data/obj/usr/src/sys/juju i386 >Description: A previous fix to the ici build was a little aggressive in what it wanted to edit. Restricting the edit to only the source files suffices and avoids sed attempting to edit directories within the source tree. >How-To-Repeat: >Fix: Apply following patch... --- /usr/ports/lang/ici/Makefile Sat Aug 30 16:38:11 2003 +++ Makefile Wed Nov 12 12:44:30 2003 @@ -32,7 +32,7 @@ .include post-patch: - ${REINPLACE_CMD} -e 's/float_t/floats_t/g' ${WRKSRC}/* + ${REINPLACE_CMD} -e 's/float_t/floats_t/g' ${WRKSRC}/*.[ch] do-install: cd ${WRKSRC} && ${MAKE} -f ${MAKEFILE} libici3.a >Release-Note: >Audit-Trail: >Unformatted: