head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.52 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.50 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.48 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.46 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.44 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.42 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.40 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.38 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.36 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.34 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.32 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.30 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.28 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.26 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.24 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.22 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.20 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.18 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.16 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.14 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.12 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.10 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.8 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.8.0.6 pkgsrc-2004Q3-base:1.8 pkgsrc-2004Q2:1.8.0.4 pkgsrc-2004Q2-base:1.8 pkgsrc-2004Q1:1.8.0.2 pkgsrc-2004Q1-base:1.8 pkgsrc-2003Q4:1.7.0.4 pkgsrc-2003Q4-base:1.7 netbsd-1-6-1:1.7.0.2 netbsd-1-6-1-base:1.7 netbsd-1-6:1.6.0.8 netbsd-1-6-RELEASE-base:1.6 pkgviews:1.6.0.4 pkgviews-base:1.6 buildlink2:1.6.0.2 buildlink2-base:1.6 netbsd-1-5-PATCH003:1.6 netbsd-1-5-PATCH001:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.8 date 2004.01.26.15.45.21; author jmmv; state dead; branches; next 1.7; 1.7 date 2002.10.26.13.13.29; author bouyer; state Exp; branches; next 1.6; 1.6 date 2001.12.03.15.37.14; author skrll; state Exp; branches; next 1.5; 1.5 date 2001.11.13.21.11.55; author jlam; state Exp; branches; next 1.4; 1.4 date 2001.10.15.22.45.55; author skrll; state Exp; branches; next 1.3; 1.3 date 2001.04.17.16.03.19; author skrll; state Exp; branches; next 1.2; 1.2 date 2001.03.15.15.35.56; author skrll; state Exp; branches; next 1.1; 1.1 date 2001.03.14.16.14.04; author skrll; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.03.14.16.14.04; author skrll; state Exp; branches; next ; desc @@ 1.8 log @kdemultimedia[23] moved to the multimedia category. @ text @$NetBSD: patch-aa,v 1.7 2002/10/26 13:13:29 bouyer Exp $ --- configure.orig Sat Nov 10 09:15:55 2001 +++ configure Sat Oct 19 15:26:23 2002 @@@@ -10331,6 +10331,41 @@@@ echo "$as_me:10331: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_lib_vm='-lXxf86dga -lXxf86vm'" + + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "no" ]; then + eval "ac_cv_lib_vm=no" + fi + + lib=Xxf86vm + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "no" ]; then + eval "ac_cv_lib_vm=no" + fi + else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 @@@@ -10894,7 +10929,7 @@@@ au_enable_sun=yes ;; *-*-netbsd*) - au_enable_sun=yes + au_enable_oss=yes ;; *) { echo "$as_me:10900: WARNING: No --enable-audio=default audio for $target" >&5 @@@@ -10912,7 +10947,7 @@@@ echo "${ECHO_T}yes - " >&6 else case "$target" in - *linux*|*freebsd*|*bsdi*) + *linux*|*freebsd*|*bsdi*|*netbsd*) echo "$as_me:10916: result: yes" >&5 echo "${ECHO_T}yes" >&6 ;; @@@@ -13686,7 +13721,7 @@@@ fi EXTRATDEFS="$EXTRATDEFS -DIA_XAW" - EXTRATLIBS="$EXTRATLIBS -L/usr/X11R6/lib -lXaw -lXt -lX11" + EXTRATLIBS="$EXTRATLIBS -L/usr/X11R6/lib -lXaw -lXt -lXext -lXpm -lXmu -lX11 $LIBSOCKET" ;; *) @@@@ -14739,6 +14774,7 @@@@ case "$host" in *-*-linux*) kscd_compile=yes;; *-*-*bsdi*) kscd_compile=yes;; + *-*-*netbsd*) kscd_compile=yes;; *-*-*bsd*) kscd_compile=no;; *) kscd_compile=yes;; esac @@@@ -14875,7 +14911,7 @@@@ fi done -for ac_header in sys/soundcard.h machine/soundcard.h linux/soundcard.h +for ac_header in soundcard.h sys/soundcard.h machine/soundcard.h linux/soundcard.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:14881: checking for $ac_header" >&5 @@@@ -15215,7 +15251,22 @@@@ echo "$as_me:15215: \$? = $ac_status" >&5 (exit $ac_status); }; }; then + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_dga2=yes + fi else echo "$as_me: failed program was:" >&5 @@@@ -15264,7 +15315,22 @@@@ echo "$as_me:15264: \$? = $ac_status" >&5 (exit $ac_status); }; }; then + lib=Xv + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_xv=yes + fi else echo "$as_me: failed program was:" >&5 @@@@ -15313,7 +15379,22 @@@@ echo "$as_me:15313: \$? = $ac_status" >&5 (exit $ac_status); }; }; then + lib=Xxf86vm + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_xvidmode=yes + fi else echo "$as_me: failed program was:" >&5 @@@@ -15604,6 +15685,9 @@@@ kde_mpeglib_compiles=no case "$OS_TYPE" in + NetBSD) + kde_mpeglib_compiles=yes + ;; Linux) kde_mpeglib_compiles=yes ;; @@@@ -15870,6 +15954,7 @@@@ echo "$as_me:15870: result: NetBSD :Unknown hardware. You will have problems!!" >&5 echo "${ECHO_T}NetBSD :Unknown hardware. You will have problems!!" >&6 OS_TYPE="BSD" + LIBPTHREAD="-lpthread" cat >>confdefs.h <<\EOF #define OS_BSD 1 @ 1.7 log @Need more libraries for X11 on Solaris. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.6 2001/12/03 15:37:14 skrll Exp $ @ 1.6 log @Update to KDE 2.2.2 Closes pkg/14728 from Mark Davies . Changes from him with updates from myself. From www.kde.org... The principal improvements over KDE 2.2.1, release two months ago, include: o security-related - SSL certificate loading - symlink vulnerability in .wmrc access by KDM introduced in 2.2 - security problem with eFax (used by klprfax) - potential problem in PAM invocation by KDM - potential harmful side-effect of failed KDM session starts o new features - added support for CodeWeavers' CrossOver plug-in (provides support for QuickTime, etc.) - added support for the wheelmouse for scrolling through the KGhostview PS/PDF viewer component - ability to search for multiple patterns at a time in the file search dialog - debugging multi-threaded applications with KDevelop o improvements/fixes - handling of HTTP links that redirect to FTP - POST using SSL through a proxy and sending headers through proxies - saving of recently-selected files in the file dialog - handling of non-ASCII characters over SMB - toolbar button captions with certain styles - selecting items with the mouse in Konqueror - sorting in Konqueror's textview - saving current settings as a theme in the theme manager - crashes in KMail with certain mails - crash on invoking the KDM chooser - non-Latin languages with KDevelop performance - icon loading optimized - file dialog speedups - stop spinning SMB client processes - handling of large files in Kate @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2001/11/13 21:11:55 jlam Exp $ d3 2 a4 2 --- configure.orig Sat Nov 10 21:15:55 2001 +++ configure Mon Nov 26 13:28:26 2001 d65 9 @ 1.5 log @* Strongly buildlinkify. * Use qt2-designer-kde for a uic that understands KDE2 widgets. * Build and install kmid. * Check that certain X11 libraries are shared libraries before linking shared objects against them. * Fix and sort PLIST. @ text @d1 1 a1 1 $NetBSD$ d3 5 a7 5 --- configure.orig Sun Sep 9 01:07:45 2001 +++ configure @@@@ -7640,6 +7640,41 @@@@ if { (eval echo configure:7641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* d45 3 a47 3 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@@@ -8178,7 +8213,7 @@@@ d55 3 a57 3 echo "configure: warning: No --enable-audio=default audio for $target" 1>&2 @@@@ -8194,7 +8229,7 @@@@ echo "$ac_t""yes - " 1>&6 d62 2 a63 1 echo "$ac_t""yes" 1>&6 d65 1 a65 2 *) @@@@ -11495,6 +11530,7 @@@@ d68 2 a69 2 *-*-*bsdi*) kscd_compile=yes;; + *-*-*netbsd*) kscd_compile=yes;; d73 1 a73 1 @@@@ -11641,7 +11677,7 @@@@ d77 2 a78 2 -for ac_hdr in sys/soundcard.h machine/soundcard.h linux/soundcard.h +for ac_hdr in soundcard.h sys/soundcard.h machine/soundcard.h linux/soundcard.h d80 20 a99 20 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@@@ -11905,7 +11941,22 @@@@ if { (eval echo configure:11906: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then d101 2 a102 2 + fi d104 19 a122 19 echo "configure: failed program was:" >&5 @@@@ -11939,7 +11990,22 @@@@ if { (eval echo configure:11940: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* + lib=Xv + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then d124 2 a125 2 + fi d127 19 a145 19 echo "configure: failed program was:" >&5 @@@@ -11973,7 +12039,22 @@@@ if { (eval echo configure:11974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* + lib=Xxf86vm + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then d147 2 a148 2 + fi d150 2 a151 2 echo "configure: failed program was:" >&5 @@@@ -12206,6 +12287,9 @@@@ d161 3 a163 3 @@@@ -12416,6 +12500,7 @@@@ NetBSD) echo "$ac_t""NetBSD :Unknown hardware. You will have problems!!" 1>&6 d166 2 a167 1 cat >> confdefs.h <<\EOF a168 1 EOF @ 1.4 log @Update to KDE 2.2.1 With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc. @ text @d3 1 a3 1 --- configure.orig Sun Sep 9 06:07:45 2001 d5 43 a47 1 @@@@ -8178,7 +8178,7 @@@@ d56 1 a56 1 @@@@ -8194,7 +8194,7 @@@@ d65 1 a65 1 @@@@ -11495,6 +11495,7 @@@@ d73 1 a73 1 @@@@ -11641,7 +11642,7 @@@@ d82 70 a151 1 @@@@ -12206,6 +12207,9 @@@@ d161 1 a161 1 @@@@ -12416,6 +12420,7 @@@@ @ 1.3 log @Build and install kscd. Doesn't let me play CDs on my laptop, but I think that's a problem elsewhere. @ text @d3 1 a3 1 --- configure.orig Wed Feb 21 11:01:31 2001 d5 1 a5 1 @@@@ -7906,7 +7906,7 @@@@ d14 10 a23 1 @@@@ -11216,6 +11216,7 @@@@ d31 1 a31 10 @@@@ -11339,7 +11340,7 @@@@ #include "confdefs.h" #include <$ac_hdr> EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +ac_try="$ac_cpp $all_includes conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:11344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then @@@@ -11366,7 +11367,7 @@@@ d40 1 a40 25 @@@@ -11879,13 +11880,16 @@@@ case "$ARCH_TYPE" in - i?86) - echo "$ac_t""Found Intel enable MMX support" 1>&6 - cat >> confdefs.h <<\EOF -#define INTEL 1 -EOF - - ;; +# +# The MMS code won't compile on NetBSD :-( +# +# i?86) +# echo "$ac_t""Found Intel enable MMX support" 1>&6 +# cat >> confdefs.h <<\EOF +##define INTEL 1 +#EOF +# +# ;; *) echo "$ac_t""Non Intel." 1>&6 @@@@ -11897,6 +11901,9 @@@@ d50 1 a50 1 @@@@ -12105,6 +12112,7 @@@@ @ 1.2 log @Make sure libpthread makes it into libmpeglib. Fixes build problems noted by Tomasz Luchowski on tech-pkg @ text @d14 9 a22 1 @@@@ -11339,7 +11339,7 @@@@ d31 1 a31 1 @@@@ -11366,7 +11366,7 @@@@ d40 1 a40 1 @@@@ -11879,13 +11879,16 @@@@ d64 1 a64 1 @@@@ -11897,6 +11900,9 @@@@ d74 1 a74 1 @@@@ -12105,6 +12111,7 @@@@ @ 1.1 log @Initial revision @ text @d66 8 @ 1.1.1.1 log @Import of KDE 2.1 kdemultimedia package. @ text @@