Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2018 04:05:09 +0900
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        Kurt Jaeger <pi@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r474374 - in head/math: . singular
Message-ID:  <20180710190508.coadyapbydba2mbc@icepick.vmeta.jp>
In-Reply-To: <201807101503.w6AF3rXU020703@repo.freebsd.org>
References:  <201807101503.w6AF3rXU020703@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180710190508.coadyapbydba2mbc>