Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 1998 04:48:50 -0700 (PDT)
From:      dburr@POBoxes.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6554: Small patch to ports misc/sma (oops...)
Message-ID:  <199805081148.EAA11756@colossus.dyn.ml.org>

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

>Number:         6554
>Category:       ports
>Synopsis:       Small patch to ports misc/sma (oops...)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May  8 04:50:01 PDT 1998
>Last-Modified:
>Originator:     Donald Burr
>Organization:
Computer Help
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

FreeBSD 2.2.6-RELEASE

>Description:

A small typo in the Makefile is causing the program to get patched wrong.
Oops.  (serves me right for trying to do something useful at 4:47 am...)

>How-To-Repeat:

try and run the "sma" program

>Fix:
	
Apply the following small patch:

--- Makefile.old	Fri May  8 04:46:46 1998
+++ Makefile	Fri May  8 04:44:17 1998
@@ -25,7 +25,7 @@
 	@${MKDIR} ${WRKDIR}
 
 pre-configure:
-	@${SED} -e '1,1s:/usr/bin/perl:!/usr/local/bin/perl5.00404:' \
+	@${SED} -e '1,1s:/usr/bin/perl:/usr/local/bin/perl5.00404:' \
 		${DISTDIR}/SMA2.pl > ${WRKDIR}/sma
 
 do-install:
>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?199805081148.EAA11756>