From erik@phoenix.smluc.org  Tue Dec  9 10:45:49 2003
Return-Path: <erik@phoenix.smluc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C359F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Dec 2003 10:45:49 -0800 (PST)
Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.119])
	by mx1.FreeBSD.org (Postfix) with SMTP id 0F0E443D09
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Dec 2003 10:45:48 -0800 (PST)
	(envelope-from erik@phoenix.smluc.org)
Received: (qmail 3386 invoked by uid 1000); 9 Dec 2003 18:45:31 -0000
Message-Id: <20031209184531.3385.qmail@phoenix.smluc.org>
Date: 9 Dec 2003 18:45:31 -0000
From: Erik Greenwald <erik@smluc.org>
Reply-To: Erik Greenwald <erik@smluc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: erik@math.smsu.edu
Subject: fix for lang/schemetoc
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60086
>Category:       ports
>Synopsis:       fix for lang/schemetoc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 09 10:50:11 PST 2003
>Closed-Date:    Fri Dec 19 16:28:21 PST 2003
>Last-Modified:  Fri Dec 19 16:28:21 PST 2003
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-BETA i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-BETA FreeBSD 5.2-BETA #0: Sat Dec 6 17:35:43 EST 2003 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


	
>Description:
lang/schemetoc has been marked broken and orphaned, I'm willing to take it
under my wing... here is a stopgap fix to get it working on x86 fbsd5. 
Will look into a real fix "very soon now" and non-x86 platforms when I
have the hw available to me.

>How-To-Repeat:
	
>Fix:

	

--- schemetoc.patch begins here ---
diff -Nurb lang/schemetoc.orig/Makefile lang/schemetoc/Makefile
--- lang/schemetoc.orig/Makefile	Tue Dec  9 13:41:49 2003
+++ lang/schemetoc/Makefile	Tue Dec  9 10:47:51 2003
@@ -12,13 +12,12 @@
 DISTNAME=	15mar93
 EXTRACT_SUFX=	.tar.Z
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	erik@smluc.org
 COMMENT=	Scheme-to-C, a compiler and interpreter for compiling scheme into C
 
-BROKEN=		"last distfile dates from 1993.  Does not work on 5.x or non-i386"
-
 USE_REINPLACE=	yes
 USE_XLIB=	yes
+USE_GCC=	2.95
 INSTALLS_SHLIB=	yes
 NO_WRKSUBDIR=	yes
 MAN1=		scc.1 sci.1
--- schemetoc.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Tue Dec 9 15:34:07 PST 2003 
State-Changed-Why:  
Instead of forcing 5.x users to build gcc-2.95, do you think 
you could prepare a patch for varargs->stdarg ? 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue Dec 9 15:34:07 PST 2003 
Responsible-Changed-Why:  
I'll keep my eye on this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60086 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Fri Dec 19 16:28:11 PST 2003 
State-Changed-Why:  
Temporary solution committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60086 
>Unformatted:
