aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gaim/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-07-20 13:50:19 +0800
committermarcus <marcus@FreeBSD.org>2004-07-20 13:50:19 +0800
commitd990bcddf087a73c92debccd19d155b6815fe4e9 (patch)
treeb55371d907dab3d2f73efcf30c6021c2744736bb /net-im/gaim/files
parent660ee1064f22f746d3a45ea8b0e8f8bba4bab8f1 (diff)
downloadfreebsd-ports-gnome-d990bcddf087a73c92debccd19d155b6815fe4e9.tar.gz
freebsd-ports-gnome-d990bcddf087a73c92debccd19d155b6815fe4e9.tar.zst
freebsd-ports-gnome-d990bcddf087a73c92debccd19d155b6815fe4e9.zip
Update to 0.80. For a list of what's changed, see
http://gaim.sourceforge.net/ChangeLog. Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Diffstat (limited to 'net-im/gaim/files')
-rw-r--r--net-im/gaim/files/patch-ltmain.sh51
-rw-r--r--net-im/gaim/files/patch-plugins_Makefile.in4
2 files changed, 1 insertions, 54 deletions
diff --git a/net-im/gaim/files/patch-ltmain.sh b/net-im/gaim/files/patch-ltmain.sh
deleted file mode 100644
index b3f60f4f8944..000000000000
--- a/net-im/gaim/files/patch-ltmain.sh
+++ /dev/null
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Sun May 30 13:18:23 2004
-+++ ltmain.sh Sun May 30 17:53:23 2004
-@@ -1280,7 +1280,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
- ;;
-@@ -1290,8 +1290,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
- ;;
-
-@@ -3000,6 +3008,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5428,10 +5439,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"
diff --git a/net-im/gaim/files/patch-plugins_Makefile.in b/net-im/gaim/files/patch-plugins_Makefile.in
index 7fd2ba7bed19..3d74afc3ece1 100644
--- a/net-im/gaim/files/patch-plugins_Makefile.in
+++ b/net-im/gaim/files/patch-plugins_Makefile.in
@@ -1,14 +1,12 @@
--- plugins/Makefile.in.orig Sun May 30 17:53:41 2004
+++ plugins/Makefile.in Sun May 30 17:54:22 2004
-@@ -285,9 +285,9 @@
+@@ -285,7 +285,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker
+DIST_SUBDIRS = docklet gaim-remote gestures perl ssl tcl ticker
-
-@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = gevolution
+@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR =
-
@USE_PERL_TRUE@PERL_DIR = perl