From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 23 18:50:09 2004 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 DC7C516A4CF for ; Thu, 23 Sep 2004 18:50:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B235B43D31 for ; Thu, 23 Sep 2004 18:50:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8NIo9pk040523 for ; Thu, 23 Sep 2004 18:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8NIo9Mq040520; Thu, 23 Sep 2004 18:50:09 GMT (envelope-from gnats) Resent-Date: Thu, 23 Sep 2004 18:50:09 GMT Resent-Message-Id: <200409231850.i8NIo9Mq040520@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A696316A4CE for ; Thu, 23 Sep 2004 18:44:39 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5660E43D54 for ; Thu, 23 Sep 2004 18:44:39 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 2571F3E9D38 for ; Fri, 24 Sep 2004 02:44:38 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 55367-04 for ; Fri, 24 Sep 2004 02:44:34 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id EC9B83E9D37; Fri, 24 Sep 2004 02:44:33 +0800 (CST) Message-Id: <20040923184433.EC9B83E9D37@utopia.leeym.com> Date: Fri, 24 Sep 2004 02:44:33 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72042: [PATCH] lang/smalltalk: unbreak on 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 18:50:10 -0000 >Number: 72042 >Category: ports >Synopsis: [PATCH] lang/smalltalk: unbreak on 5.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 23 18:50:09 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - unbreak this port on 5.x Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-5-full/smalltalk-2.1.5_1.log >Fix: --- smalltalk-2.1.5_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/smalltalk/Makefile,v retrieving revision 1.57 diff -u -u -r1.57 Makefile --- Makefile 30 Mar 2004 19:20:20 -0000 1.57 +++ Makefile 23 Sep 2004 18:43:41 -0000 @@ -56,6 +56,8 @@ 's|-release $$(VERSION)|-avoid-version|g' @${REINPLACE_CMD} -e \ 's|||g' ${WRKSRC}/examples/gdbm.c + @${REINPLACE_CMD} -E -e \ + 's|volatile (mst_Boolean)|\1|g' ${WRKSRC}/libgst/interp.h post-install: ${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp --- smalltalk-2.1.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: