Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 23:02:38 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44485: Update port: lang/schemetoc
Message-ID:  <200210260602.g9Q62cvc094788@www.freebsd.org>

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

>Number:         44485
>Category:       ports
>Synopsis:       Update port: lang/schemetoc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 25 23:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/lang/schemetoc/Makefile lang/schemetoc/Makefile
--- /usr/ports/lang/schemetoc/Makefile	Tue Sep 10 20:16:27 2002
+++ lang/schemetoc/Makefile	Sat Oct 26 08:39:12 2002
@@ -8,7 +8,7 @@
 PORTNAME=	schemetoc
 PORTVERSION=	93.3.15
 CATEGORIES=	lang
-MASTER_SITES=	ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
+MASTER_SITES=	http://www.cs.indiana.edu/pub/scheme-repository/imp/Scheme-to-C/
 DISTNAME=	15mar93
 EXTRACT_SUFX=	.tar.Z
 
@@ -31,7 +31,7 @@
 .endfor
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/scsc/*.sc
-	@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/scsc/*.sc
+	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
+		 s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/scsc/*.sc
 
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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