Update for IceCast to 2.4.3:
http://www.icecast.org/news/icecast-release-2_4_3/ Maintener timeout.
This commit is contained in:
parent
42efb368ae
commit
7abbae4482
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2016/11/04 11:35:19 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2017/02/07 01:39:59 gonzalo Exp $
|
||||
|
||||
COMMENT= server for streaming various media formats
|
||||
CATEGORIES= net audio
|
||||
|
||||
MAINTAINER= Eric Lalonde <eric.c.lalonde@gmail.com>
|
||||
|
||||
DISTNAME= icecast-2.4.2
|
||||
REVISION= 2
|
||||
DISTNAME= icecast-2.4.3
|
||||
HOMEPAGE= http://www.icecast.org/
|
||||
|
||||
# GPL
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (icecast-2.4.2.tar.gz) = qhri+jZEVMzsYakkeUnRmVnLDOGwRKeRUb+GV/1nP08=
|
||||
SIZE (icecast-2.4.2.tar.gz) = 2388381
|
||||
SHA256 (icecast-2.4.3.tar.gz) = yFykjHZdYQB1c+4UBqeXrmyzH7WWGkLn8ch620XdxZI=
|
||||
SIZE (icecast-2.4.3.tar.gz) = 2393358
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.7 2015/01/19 09:14:32 dcoppa Exp $
|
||||
--- Makefile.in.orig Wed Nov 19 05:58:18 2014
|
||||
+++ Makefile.in Sun Jan 4 17:06:40 2015
|
||||
@@ -392,7 +392,7 @@ EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
|
||||
$OpenBSD: patch-Makefile_in,v 1.8 2017/02/07 01:39:59 gonzalo Exp $
|
||||
--- Makefile.in.orig Mon Jan 4 18:07:07 2016
|
||||
+++ Makefile.in Tue Jan 31 09:32:54 2017
|
||||
@@ -401,7 +401,7 @@ EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
|
||||
m4/xiph_compiler.m4 m4/xiph_curl.m4 m4/xiph_net.m4 \
|
||||
m4/xiph_types.m4 m4/xiph_xml2.m4
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-admin_Makefile_in,v 1.4 2014/05/28 13:37:25 gonzalo Exp $
|
||||
--- admin/Makefile.in.orig Tue May 13 08:42:41 2014
|
||||
+++ admin/Makefile.in Tue May 13 08:47:16 2014
|
||||
@@ -60,7 +60,7 @@ am__make_running_with_option = \
|
||||
$OpenBSD: patch-admin_Makefile_in,v 1.5 2017/02/07 01:39:59 gonzalo Exp $
|
||||
--- admin/Makefile.in.orig Mon Jan 4 18:07:07 2016
|
||||
+++ admin/Makefile.in Tue Jan 31 09:32:55 2017
|
||||
@@ -70,7 +70,7 @@ am__make_running_with_option = \
|
||||
test $$has_opt = yes
|
||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-conf_Makefile_in,v 1.7 2015/01/19 09:14:32 dcoppa Exp $
|
||||
--- conf/Makefile.in.orig Wed Nov 19 07:58:18 2014
|
||||
+++ conf/Makefile.in Mon Jan 19 03:09:48 2015
|
||||
@@ -269,7 +269,7 @@ build_vendor = @build_vendor@
|
||||
$OpenBSD: patch-conf_Makefile_in,v 1.8 2017/02/07 01:39:59 gonzalo Exp $
|
||||
--- conf/Makefile.in.orig Mon Jan 4 18:07:07 2016
|
||||
+++ conf/Makefile.in Tue Jan 31 09:32:55 2017
|
||||
@@ -278,7 +278,7 @@ build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-conf_Makefile_in,v 1.7 2015/01/19 09:14:32 dcoppa Exp $
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
@@ -465,7 +465,6 @@ info-am:
|
||||
@@ -474,7 +474,6 @@ info-am:
|
||||
|
||||
install-data-am: install-docDATA
|
||||
@$(NORMAL_INSTALL)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.12 2015/04/14 06:48:02 jasper Exp $
|
||||
--- configure.orig Wed Apr 8 11:30:42 2015
|
||||
+++ configure Mon Apr 13 15:33:48 2015
|
||||
@@ -14128,7 +14128,7 @@ fi
|
||||
$OpenBSD: patch-configure,v 1.13 2017/02/07 01:39:59 gonzalo Exp $
|
||||
--- configure.orig Mon Jan 4 18:07:10 2016
|
||||
+++ configure Tue Jan 31 09:32:55 2017
|
||||
@@ -14137,7 +14137,7 @@ fi
|
||||
|
||||
|
||||
if test "x$openssl_prefix" != "x" -a "x$openssl_prefix" != "xyes"; then
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.12 2015/04/14 06:48:02 jasper Exp $
|
||||
OPENSSL_CFLAGS="-I$openssl_prefix/include"
|
||||
else
|
||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||
@@ -14181,7 +14181,7 @@ fi
|
||||
@@ -14190,7 +14190,7 @@ fi
|
||||
else
|
||||
openssl_prefix="$prefix"
|
||||
fi
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.7 2015/01/19 09:14:32 dcoppa Exp $
|
||||
--- doc/Makefile.in.orig Wed Nov 19 05:58:18 2014
|
||||
+++ doc/Makefile.in Sun Jan 4 17:06:40 2015
|
||||
@@ -329,7 +329,7 @@ build_vendor = @build_vendor@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.8 2017/02/07 01:39:59 gonzalo Exp $
|
||||
--- doc/Makefile.in.orig Mon Jan 4 18:07:08 2016
|
||||
+++ doc/Makefile.in Tue Jan 31 09:32:55 2017
|
||||
@@ -338,7 +338,7 @@ build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-web_Makefile_in,v 1.4 2014/05/28 13:37:25 gonzalo Exp $
|
||||
--- web/Makefile.in.orig Tue May 13 08:42:42 2014
|
||||
+++ web/Makefile.in Tue May 13 08:47:55 2014
|
||||
@@ -60,7 +60,7 @@ am__make_running_with_option = \
|
||||
$OpenBSD: patch-web_Makefile_in,v 1.5 2017/02/07 01:39:59 gonzalo Exp $
|
||||
--- web/Makefile.in.orig Mon Jan 4 18:07:09 2016
|
||||
+++ web/Makefile.in Tue Jan 31 09:32:55 2017
|
||||
@@ -70,7 +70,7 @@ am__make_running_with_option = \
|
||||
test $$has_opt = yes
|
||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
|
Loading…
Reference in New Issue
Block a user