From 6a7b04848a16e751675269d5587fb8c7f9439c28 Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Thu, 15 Jul 2021 10:16:19 -0700 Subject: bc: Disable castfs or install cannot find /usr/share/info/dir make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/share/man/man1' /bin/mkdir -p '/usr/share/info' /bin/install -c -m 644 bc.1 dc.1 '/usr/share/man/man1' /bin/install -c -m 644 ./bc.info ./dc.info '/usr/share/info' install-info --info-dir='/usr/share/info' '/usr/share/info/bc.info' /usr/share/info/dir: No such file or directory install-info --info-dir='/usr/share/info' '/usr/share/info/dc.info' install-info: /usr/share/info/dir: could not read (No such file or directory) and could not create (No such file or directory) make[2]: Leaving directory '/usr/src/bc-1.07.1/doc' --- science/bc/DETAILS | 1 + science/bc/HISTORY | 3 +++ 2 files changed, 4 insertions(+) (limited to 'science') diff --git a/science/bc/DETAILS b/science/bc/DETAILS index 42bf15fbfb..a5e7b7f84c 100755 --- a/science/bc/DETAILS +++ b/science/bc/DETAILS @@ -10,6 +10,7 @@ SOURCE_GPG="gnu.gpg:${SOURCE2}:UPSTREAM_KEY" SOURCE2_IGNORE="signature" SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" + STAGED_INSTALL=off DOC_DIRS="" WEB_SITE=http://www.gnu.org/software/bc/bc.html LICENSE[0]=GPL diff --git a/science/bc/HISTORY b/science/bc/HISTORY index 2d3aba6cef..6026e2f71d 100644 --- a/science/bc/HISTORY +++ b/science/bc/HISTORY @@ -1,3 +1,6 @@ +2021-07-15 Eric Sandall + * DETAILS: Disable castfs or install cannot find /usr/share/info/dir + 2020-03-14 Vlad Glagolev * DETAILS: PATCHLEVEL=1; don't gather docs in doc * DEPENDS: removed ed -- cgit v1.2.3