pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/dasher Fix some more missing includes of unist...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71b63f4551fd
branches:  trunk
changeset: 521973:71b63f4551fd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 29 13:11:49 2006 +0000

description:
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.

diffstat:

 editors/dasher/distinfo         |   5 ++++-
 editors/dasher/patches/patch-aa |  12 ++++++++++++
 editors/dasher/patches/patch-ab |  12 ++++++++++++
 editors/dasher/patches/patch-ac |  13 +++++++++++++
 4 files changed, 41 insertions(+), 1 deletions(-)

diffs (62 lines):

diff -r 883379fa0357 -r 71b63f4551fd editors/dasher/distinfo
--- a/editors/dasher/distinfo   Wed Nov 29 12:03:44 2006 +0000
+++ b/editors/dasher/distinfo   Wed Nov 29 13:11:49 2006 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.16 2006/09/15 15:20:56 jmmv Exp $
+$NetBSD: distinfo,v 1.17 2006/11/29 13:11:49 joerg Exp $
 
 SHA1 (dasher-4.2.0.tar.bz2) = 29db12f0e34d200dbc76e11e3dffa8a187487be6
 RMD160 (dasher-4.2.0.tar.bz2) = a557b1041ee3fa34627b916e62b4e705469769d2
 Size (dasher-4.2.0.tar.bz2) = 5632602 bytes
+SHA1 (patch-aa) = db0a200c22bd8ac44178e4b0f9c6e80ee9967a6e
+SHA1 (patch-ab) = a5dac2d9f8a59ee4ea4370fa5b75e8e0f008fdbd
+SHA1 (patch-ac) = 476ea57fab03159685f3597bc46fb8ee79879c99
diff -r 883379fa0357 -r 71b63f4551fd editors/dasher/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/patches/patch-aa   Wed Nov 29 13:11:49 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2006/11/29 13:11:49 joerg Exp $
+
+--- Src/DasherCore/SocketInputBase.cpp.orig    2006-11-29 09:23:07.000000000 +0000
++++ Src/DasherCore/SocketInputBase.cpp
+@@ -11,6 +11,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <stdarg.h>
++#include <unistd.h>
+ #ifdef WIN32
+  #include <winsock2.h>
+  #define DASHER_SOCKET_CLOSE_FUNCTION closesocket
diff -r 883379fa0357 -r 71b63f4551fd editors/dasher/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/patches/patch-ab   Wed Nov 29 13:11:49 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2006/11/29 13:11:49 joerg Exp $
+
+--- Src/Gtk2/DasherControl.cpp.orig    2006-11-29 09:27:05.000000000 +0000
++++ Src/Gtk2/DasherControl.cpp
+@@ -8,6 +8,7 @@
+ #include "../DasherCore/WrapperFactory.h"
+ 
+ #include <fcntl.h>
++#include <unistd.h>
+ 
+ #include <gtk/gtk.h>
+ #include <gdk/gdk.h>
diff -r 883379fa0357 -r 71b63f4551fd editors/dasher/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/patches/patch-ac   Wed Nov 29 13:11:49 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/11/29 13:11:49 joerg Exp $
+
+--- configure.orig     2006-11-29 12:49:02.000000000 +0000
++++ configure
+@@ -23758,7 +23758,7 @@ GTK2BUILD_CFLAGS="$GTK2_CFLAGS $SETTINGS
+ if [ x"$WITHDARWIN" = xtrue ]; then
+       GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS"
+ else
+-      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"
+ fi
+ 
+ 



Home | Main Index | Thread Index | Old Index