diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-10-07 21:31:37 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-10-07 21:31:37 +0000 |
commit | 03e8e2822927ea76136fd4dd4bceb87c27ed3267 (patch) | |
tree | ab0736dec84dde0453f4cc2c8b907284f3ff8fdb /net/naim/files | |
parent | * Add the ability to specify WITH/WITHOUT_GNOME macros with a list of (diff) |
Update to 0.11.4p1
PR: ports/43615
Submitted by: Adam Weinberger <adam@vectors.cx>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=67581
Diffstat (limited to 'net/naim/files')
-rw-r--r-- | net/naim/files/patch-aa | 17 | ||||
-rw-r--r-- | net/naim/files/patch-ab | 19 | ||||
-rw-r--r-- | net/naim/files/patch-ltmain.sh | 25 |
3 files changed, 0 insertions, 61 deletions
diff --git a/net/naim/files/patch-aa b/net/naim/files/patch-aa deleted file mode 100644 index a50b399c4d40..000000000000 --- a/net/naim/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- naim.1.old Wed Jun 19 22:11:07 2002 -+++ naim.1 Thu Jul 18 23:00:58 2002 -@@ -49,10 +49,10 @@ - messages while connected, and anything else not a part of the front end) - contact the FireTalk maintainer, Ian Gulliver <ian@penguinhosting.net>. - .PP --To report issues with the FreeBSD port, contact Michael Haro --<mharo@FreeBSD.org>. To report issues with the Debian package, contact Ian --Gulliver <ian@penguinhosting.net>. To report issues with the OpenBSD port, --contact Lurene Grenier <lurene@menagerie.tf>. -+To report issues with the FreeBSD port, contact Ryan Dean -+<rtdean@cytherianage.net>. To report issues with the Debian package, -+contact Ian Gulliver <ian@penguinhosting.net>. To report issues with the -+OpenBSD port, contact Lurene Grenier <lurene@menagerie.tf>. - .PP - .SH "FEATURE REQUESTS" - If you would like to suggest new features or significant behavior changes, diff --git a/net/naim/files/patch-ab b/net/naim/files/patch-ab deleted file mode 100644 index cdb693304b27..000000000000 --- a/net/naim/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- README.old Thu Jul 18 23:29:09 2002 -+++ README Thu Jul 18 23:28:47 2002 -@@ -64,11 +64,11 @@ - not a part of the front end) contact the FireTalk main- - tainer, Ian Gulliver <ian@penguinhosting.net>. - -- To report issues with the FreeBSD port, contact Michael -- Haro <mharo@FreeBSD.org>. To report issues with the Debian -- package, contact Ian Gulliver <ian@penguinhosting.net>. To -- report issues with the OpenBSD port, contact Lurene Gre- -- nier <lurene@menagerie.tf>. -+ To report issues with the FreeBSD port, contact Ryan Dean -+ <rtdean@cytherianage.net>. To report issues with the -+ Debian package, contact Ian Gulliver <ian@penguinhost- -+ ing.net>. To report issues with the OpenBSD port, contact -+ Lurene Grenier <lurene@menagerie.tf>. - - - FEATURE REQUESTS diff --git a/net/naim/files/patch-ltmain.sh b/net/naim/files/patch-ltmain.sh deleted file mode 100644 index 996e351d9db8..000000000000 --- a/net/naim/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Mon Sep 23 01:54:26 2002 -+++ ltmain.sh Mon Sep 23 01:55:41 2002 -@@ -2444,6 +2444,9 @@ - *-*-openbsd*) - # 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 -@@ -4210,10 +4213,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" |