head 1.3; access; symbols pkgsrc-2019Q4:1.2.0.66 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.62 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.60 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.58 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.56 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.54 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.52 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.50 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.48 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.46 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.42 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.40 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.38 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.36 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.34 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.32 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.30 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.28 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.26 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.24 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.22 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.20 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.18 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.16 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.14 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.12 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.8 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.4 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.2 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.1.0.6 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2; locks; strict; comment @# @; 1.3 date 2020.01.16.14.03.50; author nia; state dead; branches; next 1.2; commitid 5nZfYLMzVNfebVSB; 1.2 date 2012.04.20.07.24.39; author dholland; state Exp; branches; next 1.1; 1.1 date 2011.12.04.22.06.04; author marino; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2011.12.04.22.06.04; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2011.12.05.20.08.05; author tron; state Exp; branches; next ; desc @@ 1.3 log @*: Remove Ekiga and related packages. No OpenSSL 1.1 support and upstream development is effectively stalled. Also various other dead dependencies: gstreamer0.10, sdl12, esound, GNOME 2 libgnomeui... @ text @$NetBSD: patch-configure,v 1.2 2012/04/20 07:24:39 dholland Exp $ - dragonfly support - ignore result of opal_speexdsp_float test as it is not robust. AFAICT in pkgsrc it should always produce "no", but it doesn't always, and this leads to build failure later. --- configure.orig 2009-09-22 00:58:43.000000000 +0000 +++ configure @@@@ -4650,6 +4650,7 @@@@ echo "$as_me: WARNING: \"CPU $target_cpu esac case "$target_os" in linux*) OSTYPE=linux; ;; + dragonfly* ) OSTYPE=DragonFly; ;; freebsd* ) OSTYPE=FreeBSD; ;; openbsd* ) OSTYPE=OpenBSD; ;; netbsd* ) OSTYPE=NetBSD; ;; @@@@ -4900,7 +4901,7 @@@@ STDCCFLAGS="$STDCCFLAGS -D__MACOSX__" HAVE_RANLIB=yes ;; - freebsd*|openbsd*|netbsd*) + dragonfly*|freebsd*|openbsd*|netbsd*) SHAREDLIBEXT=so SHARED_CFLAGS="-fPIC" @@@@ -7135,7 +7136,7 @@@@ echo "${ECHO_T}no" >&6; } { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } case "$target_os" in - freebsd*|openbsd*|netbsd*|darwin*) + dragonfly*|freebsd*|openbsd*|netbsd*|darwin*) { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5 echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; } if test "${ac_cv_lib_c_dlopen+set}" = set; then @@@@ -9391,7 +9392,7 @@@@ echo $ECHO_N "checking Speex has float.. echo "${ECHO_T}$opal_speexdsp_float" >&6; } - if test $opal_speexdsp_float = yes; then + if false && test $opal_speexdsp_float = yes; then cat >>confdefs.h <<\_ACEOF #define OPAL_SPEEX_FLOAT_NOISE 1 @ 1.2 log @Ignore the result of the configure test that checks if certain arguments to speex are floats or ints. They are, as far as I can tell, always ints in pkgsrc. This test has been getting the wrong answer in my test-build environment, leading to build failure later on. Admittedly the test gets the wrong answer because I've been having the wrappers insert -Wall -Wno-error, but that has value (as does being able to test-build this and ekiga) and as best I can tell the test is pointless. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2011/12/04 22:06:04 marino Exp $ @ 1.1 log @devel/opal: Fix incompatibility with ffmpeg / Add DragonFly support Several plugins of Opal weren't building because the function names in the ffmpeg libraries changed (they were prefixed with "ff_"). These function names were updated, but a couple of the plugins also needed changes for a modern gcc. Finally, DragonFly support was added to the various configuration scripts. @ text @d1 8 a8 1 $NetBSD$ d38 9 @ 1.1.2.1 log @file patch-configure was added on branch pkgsrc-2011Q3 on 2011-12-05 20:08:05 +0000 @ text @d1 30 @ 1.1.2.2 log @Pullup ticket #3623 - requested by dholland devel/opal: build fix Revisions pulled up: - devel/opal/distinfo 1.9 - devel/opal/patches/patch-configure 1.1 - devel/opal/patches/patch-configure.ac 1.1 - devel/opal/patches/patch-plugins_configure 1.1 - devel/opal/patches/patch-plugins_configure.ac 1.1 - devel/opal/patches/patch-plugins_video_H.263-1998_h263-1993.cxx 1.1 - devel/opal/patches/patch-plugins_video_MPEG4-ffmpeg_mpeg4.cxx 1.1 - devel/opal/patches/patch-plugins_video_common_dyna.cxx 1.1 --- Module Name: pkgsrc Committed By: marino Date: Sun Dec 4 22:06:04 UTC 2011 Modified Files: pkgsrc/devel/opal: distinfo Added Files: pkgsrc/devel/opal/patches: patch-configure patch-configure.ac patch-plugins_configure patch-plugins_configure.ac patch-plugins_video_H.263-1998_h263-1993.cxx patch-plugins_video_MPEG4-ffmpeg_mpeg4.cxx patch-plugins_video_common_dyna.cxx Log Message: devel/opal: Fix incompatibility with ffmpeg / Add DragonFly support Several plugins of Opal weren't building because the function names in the ffmpeg libraries changed (they were prefixed with "ff_"). These function names were updated, but a couple of the plugins also needed changes for a modern gcc. Finally, DragonFly support was added to the various configuration scripts. @ text @a0 30 $NetBSD$ --- configure.orig 2009-09-22 00:58:43.000000000 +0000 +++ configure @@@@ -4650,6 +4650,7 @@@@ echo "$as_me: WARNING: \"CPU $target_cpu esac case "$target_os" in linux*) OSTYPE=linux; ;; + dragonfly* ) OSTYPE=DragonFly; ;; freebsd* ) OSTYPE=FreeBSD; ;; openbsd* ) OSTYPE=OpenBSD; ;; netbsd* ) OSTYPE=NetBSD; ;; @@@@ -4900,7 +4901,7 @@@@ STDCCFLAGS="$STDCCFLAGS -D__MACOSX__" HAVE_RANLIB=yes ;; - freebsd*|openbsd*|netbsd*) + dragonfly*|freebsd*|openbsd*|netbsd*) SHAREDLIBEXT=so SHARED_CFLAGS="-fPIC" @@@@ -7135,7 +7136,7 @@@@ echo "${ECHO_T}no" >&6; } { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } case "$target_os" in - freebsd*|openbsd*|netbsd*|darwin*) + dragonfly*|freebsd*|openbsd*|netbsd*|darwin*) { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5 echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; } if test "${ac_cv_lib_c_dlopen+set}" = set; then @