head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.2 date 2006.11.04.14.01.44; author rse; state Exp; branches; next 1.1; commitid bZrdOfHmuiii8mTr; 1.1 date 2006.10.24.16.31.16; author rse; state Exp; branches 1.1.2.1; next ; commitid qvAJYef0TB0wjXRr; 1.1.2.1 date 2006.10.24.16.31.16; author rse; state dead; branches; next 1.1.2.2; commitid fSZF66XrXMmLjXRr; 1.1.2.2 date 2006.10.24.16.31.58; author rse; state Exp; branches; next 1.1.2.3; commitid fSZF66XrXMmLjXRr; 1.1.2.3 date 2007.01.06.13.49.50; author thl; state Exp; branches; next ; commitid 64YWMfcnWvBu2s1s; desc @@ 1.2 log @fix building against our cURL 7.16 in CURRENT @ text @Index: configure --- configure.orig 2003-11-17 17:51:14 +0100 +++ configure 2006-11-04 14:56:50 +0100 @@@@ -10373,9 +10373,9 @@@@ PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char" ;; sparc-sun-*) - DEBUG="-g -Wall -fsigned-char -mv8" - CFLAGS="-O20 -ffast-math -fsigned-char -mv8" - PROFILE="-pg -g -O20 -fsigned-char -mv8" + DEBUG="-g -Wall -fsigned-char" + CFLAGS="-O20 -ffast-math -fsigned-char" + PROFILE="-pg -g -O20 -fsigned-char" ;; *-*-darwin*) DEBUG="-fno-common -g -Wall -fsigned-char" Index: ogg123/http_transport.c --- ogg123/http_transport.c.orig 2003-08-07 01:14:12 +0200 +++ ogg123/http_transport.c 2006-11-04 14:59:11 +0100 @@@@ -113,7 +113,6 @@@@ if (inputOpts.ProxyTunnel) curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel); */ - curl_easy_setopt(handle, CURLOPT_MUTE, 1); curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error); curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback); curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private); @ 1.1 log @fix building under Solaris/sparc64 @ text @d2 2 a3 2 --- configure.orig 2003-11-17 17:51:14.000000000 +0100 +++ configure 2006-10-24 18:29:47.070909153 +0200 d17 11 @ 1.1.2.1 log @file vorbis-tools.patch was added on branch OPENPKG_2_STABLE on 2006-10-24 16:31:58 +0000 @ text @d1 16 @ 1.1.2.2 log @MFC: fix building under Solaris/sparc64 @ text @a0 16 Index: configure --- configure.orig 2003-11-17 17:51:14.000000000 +0100 +++ configure 2006-10-24 18:29:47.070909153 +0200 @@@@ -10373,9 +10373,9 @@@@ PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char" ;; sparc-sun-*) - DEBUG="-g -Wall -fsigned-char -mv8" - CFLAGS="-O20 -ffast-math -fsigned-char -mv8" - PROFILE="-pg -g -O20 -fsigned-char -mv8" + DEBUG="-g -Wall -fsigned-char" + CFLAGS="-O20 -ffast-math -fsigned-char" + PROFILE="-pg -g -O20 -fsigned-char" ;; *-*-darwin*) DEBUG="-fno-common -g -Wall -fsigned-char" @ 1.1.2.3 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d2 2 a3 2 --- configure.orig 2003-11-17 17:51:14 +0100 +++ configure 2006-11-04 14:56:50 +0100 a16 11 Index: ogg123/http_transport.c --- ogg123/http_transport.c.orig 2003-08-07 01:14:12 +0200 +++ ogg123/http_transport.c 2006-11-04 14:59:11 +0100 @@@@ -113,7 +113,6 @@@@ if (inputOpts.ProxyTunnel) curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel); */ - curl_easy_setopt(handle, CURLOPT_MUTE, 1); curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error); curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback); curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private); @