Date: Mon, 13 Aug 2001 17:10:03 -0700 (PDT) From: Jean-Sebastien Roy <js@jeannot.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/26997: Update/New port: math/scilab 2.6 Message-ID: <200108140010.f7E0A3713133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/26997; it has been noted by GNATS. From: Jean-Sebastien Roy <js@jeannot.org> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/26997: Update/New port: math/scilab 2.6 Date: Tue, 14 Aug 2001 02:06:27 +0200 To committers : sorry, I should know better than endlessly submit small patches to this port, but I checked the netbsd port, and the 'config' files (links) that caused problems can be safely removed, solving the problem in a cleaner way. So here is the patch (assuming the others have already been applied). js diff -ruN scilab.bak2/Makefile scilab/Makefile --- scilab.bak2/Makefile Tue Aug 14 00:54:17 2001 +++ scilab/Makefile Tue Aug 14 01:18:39 2001 @@ -33,6 +33,12 @@ CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} PVM_LIB=${PREFIX}/lib MAKE_ENV= PVM_INCLUDE=${PREFIX}/include +post-extract: + $(RM) $(WRKSRC)/examples/callsci/callsciJava/config/config + $(RM) $(WRKSRC)/examples/callsci/callsciFortran/config/config + $(RM) $(WRKSRC)/examples/callsci/callsciC/config/config + $(RM) $(WRKSRC)/examples/callsci/callsciC++/config/config + pre-install: find $(WRKSRC) -name \*.orig -delete diff -ruN scilab.bak2/pkg-plist scilab/pkg-plist --- scilab.bak2/pkg-plist Tue Aug 14 00:54:17 2001 +++ scilab/pkg-plist Tue Aug 14 00:57:35 2001 @@ -7435,10 +7435,6 @@ scilab-2.6/util/Slatdoc scilab-2.6/.binary scilab-2.6/.pvmd.conf -@unexec rm -f scilab-2.6/examples/callsci/callsciJava/config/config -@unexec rm -f scilab-2.6/examples/callsci/callsciFortran/config/config -@unexec rm -f scilab-2.6/examples/callsci/callsciC/config/config -@unexec rm -f scilab-2.6/examples/callsci/callsciC++/config/config @dirrm scilab-2.6/util @dirrm scilab-2.6/tests/demos @dirrm scilab-2.6/tests 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?200108140010.f7E0A3713133>