aboutsummaryrefslogtreecommitdiffstats
path: root/net/librsync/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-11 22:40:10 +0800
committerkrion <krion@FreeBSD.org>2003-08-11 22:40:10 +0800
commit546b6c6b1b044d57c47db19cac26242136593e7c (patch)
tree8f8b13a329ed8e283bbc87655db981f54d0a696f /net/librsync/files
parent862591c506951f6135e8d9bbff7c98ecb4738c7c (diff)
downloadfreebsd-ports-gnome-546b6c6b1b044d57c47db19cac26242136593e7c.tar.gz
freebsd-ports-gnome-546b6c6b1b044d57c47db19cac26242136593e7c.tar.zst
freebsd-ports-gnome-546b6c6b1b044d57c47db19cac26242136593e7c.zip
Update to version 0.9.6
PR: 55469 Submitted by: Ports Fury
Diffstat (limited to 'net/librsync/files')
-rw-r--r--net/librsync/files/patch-buf.c10
-rw-r--r--net/librsync/files/patch-ltmain.sh33
2 files changed, 3 insertions, 40 deletions
diff --git a/net/librsync/files/patch-buf.c b/net/librsync/files/patch-buf.c
deleted file mode 100644
index 11b7dedcfd93..000000000000
--- a/net/librsync/files/patch-buf.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- buf.c.orig Tue Mar 13 16:27:52 2001
-+++ buf.c Tue Mar 13 16:28:53 2001
-@@ -40,6 +40,7 @@
- */
-
-
-+#include <sys/types.h>
- #include <config.h>
-
- #include <assert.h>
diff --git a/net/librsync/files/patch-ltmain.sh b/net/librsync/files/patch-ltmain.sh
index 478bd58c315c..19146a99dfd8 100644
--- a/net/librsync/files/patch-ltmain.sh
+++ b/net/librsync/files/patch-ltmain.sh
@@ -1,33 +1,6 @@
---- ltmain.sh.orig Fri Sep 7 03:45:46 2001
-+++ ltmain.sh Sat Mar 2 15:45:11 2002
-@@ -1040,7 +1040,7 @@
- # These systems don't actually have a C library (as such)
- test "X$arg" = "X-lc" && continue
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- test "X$arg" = "X-lc" && continue
- ;;
-@@ -1048,7 +1048,7 @@
- fi
- if test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -2439,7 +2439,7 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
- *)
-@@ -4208,10 +4208,12 @@
+--- ltmain.sh.orig Sat Jun 14 11:42:11 2003
++++ ltmain.sh Mon Aug 11 13:59:20 2003
+@@ -4330,10 +4330,12 @@
fi
# Install the pseudo-library for information purposes.