diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-17 04:54:47 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-17 04:54:47 +0000 |
commit | a697e30c14d70548e50df7c5b5ec79db9d6eefef (patch) | |
tree | f0e5b9f086a7463bd02c0a4a8eb3eb2dbfc19b20 /net-im/gaim/files | |
parent | 2037eb2e9fa03dfb738bcabb6b0a34b75aff9ef6 (diff) | |
download | FreeBSD-ports-a697e30c14d70548e50df7c5b5ec79db9d6eefef.zip FreeBSD-ports-a697e30c14d70548e50df7c5b5ec79db9d6eefef.tar.gz |
Update to 0.65.
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (based on)
Diffstat (limited to 'net-im/gaim/files')
-rw-r--r-- | net-im/gaim/files/patch-configure | 10 | ||||
-rw-r--r-- | net-im/gaim/files/patch-internal-h | 13 | ||||
-rw-r--r-- | net-im/gaim/files/patch-ltmain.sh | 51 |
3 files changed, 64 insertions, 10 deletions
diff --git a/net-im/gaim/files/patch-configure b/net-im/gaim/files/patch-configure deleted file mode 100644 index 61019f6..0000000 --- a/net-im/gaim/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Apr 26 19:31:31 2002 -+++ configure Fri Apr 26 19:31:57 2002 -@@ -5165,6 +5165,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net-im/gaim/files/patch-internal-h b/net-im/gaim/files/patch-internal-h new file mode 100644 index 0000000..4d25a6d --- /dev/null +++ b/net-im/gaim/files/patch-internal-h @@ -0,0 +1,13 @@ +--- src/internal.h.orig Thu Jul 17 10:20:34 2003 ++++ src/internal.h Thu Jul 17 10:21:02 2003 +@@ -88,9 +88,9 @@ + #endif + + #ifndef _WIN32 +-# include <arpa/inet.h> + # include <netinet/in.h> + # include <sys/socket.h> ++# include <arpa/inet.h> + # include <sys/un.h> + # include <sys/utsname.h> + # include <gdk/gdkx.h> diff --git a/net-im/gaim/files/patch-ltmain.sh b/net-im/gaim/files/patch-ltmain.sh new file mode 100644 index 0000000..bb66097 --- /dev/null +++ b/net-im/gaim/files/patch-ltmain.sh @@ -0,0 +1,51 @@ +--- ltmain.sh.orig Thu May 22 16:42:22 2003 ++++ ltmain.sh Tue May 27 12:12:52 2003 +@@ -1072,7 +1072,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd4*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -1082,8 +1082,16 @@ + continue + ;; + ++ -pthread) ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2498,6 +2506,9 @@ + *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test $build_libtool_need_lc = "yes"; then +@@ -4325,10 +4336,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |