Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2000 02:03:08 +0900
From:      "KATO Tsuguru" <tkato@prontomail.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16785: Update port: lang/Sather
Message-ID:  <02820644445E3D11787100807CFB3258@tkato.prontomail.ne.jp>

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

>Number:         16785
>Category:       ports
>Synopsis:       Update port: lang/Sather
>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:   Thu Feb 17 09:10:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:

>Description:
- Use SED instead of PERL (perl cannot accept multiple "-e" option)

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/lang/Sather/Makefile lang/Sather/Makefile
--- /usr/ports/lang/Sather/Makefile	Mon Feb 14 08:18:16 2000
+++ lang/Sather/Makefile	Wed Feb 16 22:30:45 2000
@@ -21,12 +21,14 @@
 MAN1=		sacomp.1
 
 pre-configure:
-	@${PERL} -pi.in \
-		-e "s:%%CC%%:${CC}:g			;" \
+	@${MV} ${WRKSRC}/System/Common/CONFIG.proto \
+		${WRKSRC}/System/Common/CONFIG.proto.in
+	@${SED} -e "s:%%CC%%:${CC}:g			;" \
 	        -e "s:%%CFLAGS%%:${CFLAGS}:g		;" \
 	        -e "s:%%LOCALBASE%%:${LOCALBASE}:g	;" \
 	        -e "s:%%GMAKE%%:${GMAKE}:g		;" \
-		${WRKSRC}/System/Common/CONFIG.proto
+		${WRKSRC}/System/Common/CONFIG.proto.in \
+			> ${WRKSRC}/System/Common/CONFIG.proto
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/Bin/sacomp ${PREFIX}/bin


Sent by Japanese ProntoMail

>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?02820644445E3D11787100807CFB3258>