Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2002 12:50:03 -0800 (PST)
From:      Jean-Sebastien Roy <js@jeannot.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/34276: Maintainer Update for math/scilab
Message-ID:  <200202282050.g1SKo3p20690@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34276; it has been noted by GNATS.

From: Jean-Sebastien Roy <js@jeannot.org>
To: freebsd-gnats-submit@FreeBSD.org, js@jeannot.org
Cc:  
Subject: Re: ports/34276: Maintainer Update for math/scilab
Date: Thu, 28 Feb 2002 21:47:35 +0100

 One of the patch files (patch-ap) was a DOS file (which was not apparent in my submission : sorry). The commiter added a patch to fix this (thanks!) but the fix broke part of the build.
 The following patch should fix the problem :
 
 --- Makefile.old	Thu Feb 28 21:36:31 2002
 +++ Makefile	Thu Feb 28 21:36:41 2002
 @@ -43,6 +43,7 @@
  
  pre-patch:
  	@${PERL} -pi -e 's|\r\n|\n|' ${WRKSRC}/macros/util/formatman.sci
 +post-patch:
  	@${PERL} -pi -e 's,%%PVM_ROOT%%,${PVM_ROOT},' \
  		${WRKSRC}/scripts/scilab.g
  

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?200202282050.g1SKo3p20690>