diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-04 22:36:53 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-04 22:36:53 -0400 |
commit | ad074d7b36b19741a69641e4390dc4cad0cf7876 (patch) | |
tree | 31ae8f976f3d6c2127e3779ee3b3839f0c1c2111 /development/bed/bed.SlackBuild | |
parent | 9367f773b6d4688a45633c9f9552f59a67ac0389 (diff) |
development/bed: Remove some cruft.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/bed/bed.SlackBuild')
-rw-r--r-- | development/bed/bed.SlackBuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/development/bed/bed.SlackBuild b/development/bed/bed.SlackBuild index fede1e2939f2..8d81c962b78c 100644 --- a/development/bed/bed.SlackBuild +++ b/development/bed/bed.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20220404 bkw: BUILD=3, remove more cruft. # 20200111 bkw: Upstream site has expired and gone to meet its maker. # 20191225 bkw: BUILD=2 # - fix builds with optional re2 dep, document optional hyperscan dep. @@ -15,7 +16,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bed VERSION=${VERSION:-3.0.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,6 +81,9 @@ sed -i 's,static *string,static std::string,' src/re2search.cpp # 20220205 bkw: C++ standards OCD... sed -i 's,getret>0,getret,' src/readhelp.cpp +# 20220404 bkw: wtf, upstream? you included compiled binaries in the source. +rm -f src/mkpartypes regex-*/regtest + # Not sure the --without-x does anything, but it doesn't hurt either. CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -158,6 +162,9 @@ rm -f $PKGBEDLIB/bedmagic.short $PKGBEDLIB/addmagic # Don't want this (use removepkg instead): rm -f $PKGBEDLIB/uninstallbed.sh +# 20220404 bkw: this looks utterly useless. +rm -f $PKGBEDLIB/plugins/examples/disass-use + # There's still some cruft in $PKGBEDLIB (e.g. sources for the plugins), # but it's stuff that could be considered documentation so I'll leave it. |