Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2004 02:44:33 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72042: [PATCH] lang/smalltalk: unbreak on 5.x
Message-ID:  <20040923184433.EC9B83E9D37@utopia.leeym.com>
Resent-Message-ID: <200409231850.i8NIo9Mq040520@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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|<malloc\.h>|<stdlib.h>|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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040923184433.EC9B83E9D37>