Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network/ngrep: fix to compile with new GCC #230

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
SBo-git - slackbuilds repository for slackware-current
- - -

this is an unofficial fork of master branch from slackbuilds.org's
git repository (http://slackbuilds.org/cgit/slackbuilds/).

here I put my unofficial mods to their slackbuilds to run on
slackware-current with sbopkg (http://www.sbopkg.org).

Check https://github.com/Ponce/slackbuilds/wiki for additional informations.

See https://github.com/Ponce/slackbuilds/wiki/configuring-the-current-repository-with-sbopkg
for instructions on how to use this repository with sbopkg.

original README from slackbuilds.org follows:
---------------------------------------------

See https://slackbuilds.org/howto/ for instructions on
how to use the contents of this directory.
Expand Down
2 changes: 1 addition & 1 deletion academic/bedtools/bedtools.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=bedtools
DIRNAM=bedtools2
VERSION=${VERSION:-2.31.0}
VERSION=${VERSION:-2.31.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions academic/bedtools/bedtools.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="bedtools"
VERSION="2.31.0"
VERSION="2.31.1"
HOMEPAGE="http://bedtools.readthedocs.org/"
DOWNLOAD="https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools-2.31.0.tar.gz"
MD5SUM="d840193968e345947b076eaa322a9420"
DOWNLOAD="https://github.com/arq5x/bedtools2/releases/download/v2.31.1/bedtools-2.31.1.tar.gz"
MD5SUM="d1eb463c07c0753a4ee3af614b2ae387"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
1 change: 1 addition & 0 deletions academic/stellarium/stellarium.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ cd build
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DCMAKE_INSTALL_LIBDIR=/usr/lib${LIBDIRSUFFIX} \
-DCMAKE_INSTALL_MANDIR=/usr/man \
-DPREFER_SYSTEM_INDILIB=NO \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
Expand Down
11 changes: 0 additions & 11 deletions academic/stellarsolver/README

This file was deleted.

7 changes: 0 additions & 7 deletions academic/stellarsolver/doinst.sh

This file was deleted.

19 changes: 0 additions & 19 deletions academic/stellarsolver/slack-desc

This file was deleted.

112 changes: 0 additions & 112 deletions academic/stellarsolver/stellarsolver.SlackBuild

This file was deleted.

10 changes: 0 additions & 10 deletions academic/stellarsolver/stellarsolver.info

This file was deleted.

1 change: 1 addition & 0 deletions accessibility/flite/flite.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ done
# "cd -", as they don't nest.
( cd doc
# build the HTML docs.
sed -i -e "s|html/flite\ |html/flite_html |" -e "s|html/flite\;|html/flite_html;|" -e "s|html/flite/|html/flite_html/|" Makefile
make $PRGNAM.html
( cd html

Expand Down
1 change: 1 addition & 0 deletions audio/deadbeef/deadbeef.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-shared \
--disable-gtk2 \
--disable-adplug \
--build=$ARCH-slackware-linux

make V=1
Expand Down
2 changes: 2 additions & 0 deletions audio/guitarix/guitarix.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ if [ "${LV2:-yes}" = "no" ]; then
LV2OPT=--no-lv2
fi

for i in $CWD/patches/*; do patch -p2 < $i ; done

# grrr, -DNDEBUG doesn't get added to the flags automatically...
LIBDIR="/usr/lib${LIBDIRSUFFIX}"
./waf configure \
Expand Down
22 changes: 22 additions & 0 deletions audio/guitarix/patches/always_inline.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
diff --git a/trunk/src/ladspa/ladspa_guitarix.cpp b/trunk/src/ladspa/ladspa_guitarix.cpp
index 1fccffb3..85c3a766 100644
--- a/trunk/src/ladspa/ladspa_guitarix.cpp
+++ b/trunk/src/ladspa/ladspa_guitarix.cpp
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

-#define always_inline inline __attribute__((always_inline))
-
#include <stdlib.h>
#include <string.h>
#include <ladspa.h>
@@ -34,6 +32,8 @@
#include "gx_faust_plugins.h"
#include "../plugins/pluginlib.h"

+#define always_inline inline __attribute__((always_inline))
+
#include "faust/gx_ampout_ladspa.cc"
#include "faust/gx_outputlevel_ladspa.cc"

12 changes: 12 additions & 0 deletions audio/guitarix/patches/gcc-13.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/trunk/src/LV2/DSP/gx_common.h b/trunk/src/LV2/DSP/gx_common.h
index 71108442..ea230e34 100644
--- a/trunk/src/LV2/DSP/gx_common.h
+++ b/trunk/src/LV2/DSP/gx_common.h
@@ -28,6 +28,7 @@
#include <iostream>
#include <cstring>
#include <unistd.h>
+#include <cstdint>

///////////////////////// DENORMAL PROTECTION WITH SSE /////////////////

2 changes: 1 addition & 1 deletion audio/musepack-tools/musepack-tools.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ patch -p1 < $CWD/musepack-tools-465-fno-common.patch
mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS -Wno-error=incompatible-pointer-types" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=$LIBDIRSUFFIX \
-DCMAKE_BUILD_TYPE=Release ..
Expand Down
2 changes: 2 additions & 0 deletions audio/musikcube/musikcube.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} +

sed -i "s|ncursesw/||" src/musikcube/cursespp/cursespp/curses_config.h

# Install .so files to /usr/lib$LIBDIRSUFFIX instead of /usr/share
cp $CWD/fix-install-locations.patch .
sed -i "s/lib\//lib$LIBDIRSUFFIX\//" fix-install-locations.patch
Expand Down
25 changes: 0 additions & 25 deletions audio/wireplumber/README

This file was deleted.

5 changes: 0 additions & 5 deletions audio/wireplumber/doinst.sh

This file was deleted.

19 changes: 0 additions & 19 deletions audio/wireplumber/slack-desc

This file was deleted.

54 changes: 0 additions & 54 deletions audio/wireplumber/wireplumber-disable.sh

This file was deleted.

Loading