ports/60086: fix for lang/schemetoc

Erik Greenwald erik at smluc.org
Tue Dec 9 18:50:15 UTC 2003


>Number:         60086
>Category:       ports
>Synopsis:       fix for lang/schemetoc
>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:   Tue Dec 09 10:50:11 PST 2003
>Closed-Date:
>Last-Modified:
>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 at 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 at FreeBSD.org
+MAINTAINER=	erik at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list