svn commit: r474374 - in head/math: . singular

Koichiro Iwao meta at FreeBSD.org
Tue Jul 10 19:05:13 UTC 2018


Hi,

This might be needed because there's some hardcoded "/bin/bash" not
in shebang.

post-patch:
        @${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|g" \
	${WRKSRC}/emacs/.emacs-general

Found by:
$ cd math/singular; make stage
$ grep -Rn /bin/bash $(make -VSTAGEDIR)

${STAGEDIR}/usr/local/share/singular/emacs/.emacs-general is the file.

On Tue, Jul 10, 2018 at 03:03:53PM +0000, Kurt Jaeger wrote:
> Author: pi
> Date: Tue Jul 10 15:03:53 2018
> New Revision: 474374
> URL: https://svnweb.freebsd.org/changeset/ports/474374
> 
> Log:
>   New port: math/singular
>   
>   Singular is a computer algebra system for polynomial computations,
>   with special emphasis on commutative and non-commutative algebra,
>   algebraic geometry, and singularity theory.
>   
>   WWW: https://www.singular.uni-kl.de/
>   
>   Submitted by:	yamadam at summitsystem.co.jp
> 
> Added:
>   head/math/singular/
>   head/math/singular/Makefile   (contents, props changed)
>   head/math/singular/distinfo   (contents, props changed)
>   head/math/singular/pkg-descr   (contents, props changed)
>   head/math/singular/pkg-plist   (contents, props changed)
> Modified:
>   head/math/Makefile

-- 
meta <meta at FreeBSD.org>


More information about the svn-ports-all mailing list