head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.18 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.16 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.14 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.12 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.10 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.8 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.6 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.4 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.2 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.7.0.8 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.6 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.4 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.2 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.5.0.4 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.2 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.4.0.2 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2; locks; strict; comment @# @; 1.8 date 2008.05.29.17.53.36; author drochner; state dead; branches; next 1.7; 1.7 date 2007.04.17.20.31.35; author joerg; state Exp; branches; next 1.6; 1.6 date 2007.04.11.18.19.44; author drochner; state dead; branches; next 1.5; 1.5 date 2006.11.29.13.11.49; author joerg; state Exp; branches; next 1.4; 1.4 date 2006.08.06.19.08.18; author jmmv; state dead; branches; next 1.3; 1.3 date 2006.05.19.13.14.06; author joerg; state Exp; branches; next 1.2; 1.2 date 2005.10.14.21.51.19; author jmmv; state Exp; branches; next 1.1; 1.1 date 2005.10.10.16.32.00; author joerg; state Exp; branches; next ; desc @@ 1.8 log @update to 4.7.3 This switches to the gnome-2.22 release tree. @ text @$NetBSD: patch-aa,v 1.7 2007/04/17 20:31:35 joerg Exp $ --- Src/Gtk2/dasher_main.cpp.orig 2007-04-17 19:50:29.000000000 +0000 +++ Src/Gtk2/dasher_main.cpp @@@@ -1,5 +1,7 @@@@ #include "config.h" +#include + #include #include #include @ 1.7 log @Anothing missing include of unistd.h. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @update to 4.4.1 changes: This moves this pkg to the new stable gnome branch, too much to list here. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2006/11/29 13:11:49 joerg Exp $ d3 5 a7 6 --- Src/DasherCore/SocketInputBase.cpp.orig 2006-11-29 09:23:07.000000000 +0000 +++ Src/DasherCore/SocketInputBase.cpp @@@@ -11,6 +11,7 @@@@ #include #include #include d9 4 a12 3 #ifdef WIN32 #include #define DASHER_SOCKET_CLOSE_FUNCTION closesocket @ 1.5 log @Fix some more missing includes of unistd.h. Fix a long standing problem with the build on DragonFly: /usr/libexec/binutils215/elf/ld: : No such file: No such file or directory is not a very helpful message to trace down to a spurious comma. I'm not sure how this built at all on other platforms. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to 4.0.4: Dasher 4.0.4 * Fixed error introduced in last commit * Backported bugfix from HEAD Dasher 4.0.3 * Fixed compile error when --without-gnome specified * Regenerated configure to match configure.in @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2006/05/19 13:14:06 joerg Exp $ d3 10 a12 72 --- configure.orig 2006-03-13 19:38:11.000000000 +0000 +++ configure @@@@ -3999,13 +3999,13 @@@@ darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | kfreebsd*-gnu) +freebsd* | kfreebsd*-gnu | dragonfly*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. - lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; @@@@ -7666,7 +7666,7 @@@@ if test -z "$aix_libpath"; then aix_libp ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@@@ -8244,7 +8244,7 @@@@ kfreebsd*-gnu) dynamic_linker='GNU ld.so' ;; -freebsd*) +freebsd* | dragonfly*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in @@@@ -10627,7 +10627,7 @@@@ if test -z "$aix_libpath"; then aix_libp freebsd-elf*) archive_cmds_need_lc_CXX=no ;; - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes @@@@ -11334,7 +11334,7 @@@@ echo $ECHO_N "checking for $compiler opt ;; esac ;; - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) @@@@ -11948,7 +11948,7 @@@@ kfreebsd*-gnu) dynamic_linker='GNU ld.so' ;; -freebsd*) +freebsd* | dragonfly*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in @@@@ -24086,7 +24086,7 @@@@ fi GTK2BUILD_CFLAGS="$GTK2_CFLAGS $SETTINGS_CFLAGS $gthread_CFLAGS $gnome_speech_CFLAGS $gnome_a11y_CFLAGS $glade_CFLAGS $gnome_CFLAGS $wnck_CFLAGS $hildon_CFLAGS" -GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS -Wl,--export-dynamic," +GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS -Wl,--export-dynamic" @ 1.3 log @Fix dynamic export option. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 3.2.18: changes since 3.2.15 unknown. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2005/10/10 16:32:00 joerg Exp $ d3 1 a3 1 --- configure.orig 2005-09-05 14:06:07.000000000 +0200 d5 1 a5 1 @@@@ -3953,13 +3953,13 @@@@ darwin* | rhapsody*) d21 1 a21 1 @@@@ -7620,7 +7620,7 @@@@ if test -z "$aix_libpath"; then aix_libp d30 1 a30 1 @@@@ -8198,7 +8198,7 @@@@ kfreebsd*-gnu) d39 1 a39 1 @@@@ -10581,7 +10581,7 @@@@ if test -z "$aix_libpath"; then aix_libp d48 1 a48 1 @@@@ -11288,7 +11288,7 @@@@ echo $ECHO_N "checking for $compiler opt d57 1 a57 1 @@@@ -11902,7 +11902,7 @@@@ kfreebsd*-gnu) d66 9 @ 1.1 log @Patch libtool.m4 in configure to support DragonFly. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2005-07-10 15:59:17.000000000 +0000 d5 1 a5 1 @@@@ -3851,13 +3851,13 @@@@ darwin* | rhapsody*) d11 1 a11 1 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then d21 1 a21 1 @@@@ -6767,7 +6767,7 @@@@ if test -z "$aix_libpath"; then aix_libp d30 1 a30 1 @@@@ -7511,7 +7511,7 @@@@ kfreebsd*-gnu) d39 10 a48 10 @@@@ -12511,7 +12511,7 @@@@ if test -z "$aix_libpath"; then aix_libp freebsd-elf*) archive_cmds_need_lc_CXX=no ;; - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes @@@@ -13271,7 +13271,7 @@@@ echo $ECHO_N "checking for $compiler opt d57 1 a57 1 @@@@ -13992,7 +13992,7 @@@@ kfreebsd*-gnu) @