summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-01 19:15:07 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-01 19:15:07 +0100
commit827d9830a7027a23b5f1b99525748e4152b7f0eb (patch)
tree9cc29b1d25ae2643002973befc8e72f253eede34 /net-misc/siproxd/files
parentnet-proxy/c-icap-modules: Remove last-rited pkg (diff)
downloadgentoo-827d9830a7027a23b5f1b99525748e4152b7f0eb.tar.gz
gentoo-827d9830a7027a23b5f1b99525748e4152b7f0eb.tar.bz2
gentoo-827d9830a7027a23b5f1b99525748e4152b7f0eb.zip
net-misc/siproxd: Remove last-rited pkg
Closes: https://bugs.gentoo.org/520626 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/siproxd/files')
-rw-r--r--net-misc/siproxd/files/siproxd-0.8.1-amd64_static_build.patch26
-rw-r--r--net-misc/siproxd/files/siproxd-libtool-2.4.patch13
-rw-r--r--net-misc/siproxd/files/siproxd.rc630
-rw-r--r--net-misc/siproxd/files/siproxd.rc821
4 files changed, 0 insertions, 90 deletions
diff --git a/net-misc/siproxd/files/siproxd-0.8.1-amd64_static_build.patch b/net-misc/siproxd/files/siproxd-0.8.1-amd64_static_build.patch
deleted file mode 100644
index af491c167da1..000000000000
--- a/net-misc/siproxd/files/siproxd-0.8.1-amd64_static_build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- siproxd-0.8.1/configure.in
-+++ siproxd-0.8.1/configure.in
-@@ -361,8 +361,9 @@
- dnl link statically to this lib
- dnl (this probably only will work on linux yet...)
- AC_MSG_CHECKING("where I can find libosip2.a")
-- libosip_static=`find $extra_libs $libosip_prefix_dir/lib /lib \
-- /usr/lib /usr/local/lib \
-+ libosip_static=`find $extra_libs $libosip_prefix_dir/lib64 \
-+ $libosip_prefix_dir/lib /lib64 /lib /usr/lib64 \
-+ /usr/lib /usr/local/lib64 /usr/local/lib \
- -name libosip2.a 2>/dev/null|head -1`
- if test "x$libosip_static" != "x"; then
- LIBS="$libosip_static $LIBS"
-@@ -371,8 +372,9 @@
- echo "*** ERROR: a static libosip library is required!";exit 1;
- fi
- AC_MSG_CHECKING("where I can find libosipparser2.a")
-- libosip_static=`find $extra_libs $libosip_prefix_dir/lib /lib \
-- /usr/lib /usr/local/lib \
-+ libosip_static=`find $extra_libs $libosip_prefix_dir/lib64 \
-+ $libosip_prefix_dir/lib /lib64 /lib /usr/lib64 \
-+ /usr/lib /ur/local/lib64 /usr/local/lib \
- -name libosipparser2.a 2>/dev/null|head -1`
- if test "x$libosip_static" != "x"; then
- LIBS="$libosip_static $LIBS"
diff --git a/net-misc/siproxd/files/siproxd-libtool-2.4.patch b/net-misc/siproxd/files/siproxd-libtool-2.4.patch
deleted file mode 100644
index 189b32090f7b..000000000000
--- a/net-misc/siproxd/files/siproxd-libtool-2.4.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -r -U 2 a/src/plugins.h b/src/plugins.h
---- a/src/plugins.h 2010-01-07 12:44:38.000000000 +0100
-+++ b/src/plugins.h 2010-06-19 13:56:30.960679284 +0200
-@@ -25,4 +25,8 @@
-
-
-+#ifndef lt__PROGRAM__LTX_preloaded_symbols
-+#define lt__PROGRAM__LTX_preloaded_symbols lt_libltdl_LTX_preloaded_symbols
-+extern const void *lt_preloaded_symbols[];
-+#endif
-
- /* Plugins must return STS_SUCCESS / SUCCESS_FAILURE */
-
diff --git a/net-misc/siproxd/files/siproxd.rc6 b/net-misc/siproxd/files/siproxd.rc6
deleted file mode 100644
index 0ec75e159f79..000000000000
--- a/net-misc/siproxd/files/siproxd.rc6
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-check_config() {
- if [[ ! -f /etc/siproxd.conf ]]; then
- eerror "Please create /etc/siproxd.conf first!"
- return 1
- fi
- return 0
-}
-
-start() {
- check_config || return 1
-
- ebegin "Starting siproxd"
- start-stop-daemon --start --exec /usr/sbin/siproxd -- \
- -p /var/run/siproxd/siproxd.pid -c /etc/siproxd.conf
- eend $?
-}
-
-stop() {
- ebegin "Stopping siproxd"
- start-stop-daemon --stop --pidfile /var/run/siproxd/siproxd.pid
- eend $?
-}
diff --git a/net-misc/siproxd/files/siproxd.rc8 b/net-misc/siproxd/files/siproxd.rc8
deleted file mode 100644
index 017783025f1f..000000000000
--- a/net-misc/siproxd/files/siproxd.rc8
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-config_file="/etc/siproxd.conf"
-
-pidfile="/var/run/siproxd/siproxd.pid"
-command="/usr/sbin/siproxd"
-command_args="-p ${pidfile} -c ${config_file}"
-
-depend() {
- need net
-}
-
-start_pre() {
- if [ ! -f "${config_file}" ] ; then
- eerror "Please create ${config_file} first!"
- return 1
- fi
- checkpath -q -d ${pidfile%/*} -o siproxd:siproxd
-}