diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-28 04:30:35 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-28 04:30:35 +0800 |
commit | ce6ccbd06809bfc684af5f0791f20430bf6f289c (patch) | |
tree | 95664b814119a771a9b546f1c99d9451a183c769 /devel/autogen/files | |
parent | a152f66618ac677fd98aabb8a93d878775f85609 (diff) | |
download | freebsd-ports-gnome-ce6ccbd06809bfc684af5f0791f20430bf6f289c.tar.gz freebsd-ports-gnome-ce6ccbd06809bfc684af5f0791f20430bf6f289c.tar.zst freebsd-ports-gnome-ce6ccbd06809bfc684af5f0791f20430bf6f289c.zip |
Update to 5.7
PR: ports/82672
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'devel/autogen/files')
-rw-r--r-- | devel/autogen/files/patch-autoopts:agman1.tpl | 14 | ||||
-rw-r--r-- | devel/autogen/files/patch-config:ltmain.sh | 15 |
2 files changed, 0 insertions, 29 deletions
diff --git a/devel/autogen/files/patch-autoopts:agman1.tpl b/devel/autogen/files/patch-autoopts:agman1.tpl deleted file mode 100644 index 925239bfd7bc..000000000000 --- a/devel/autogen/files/patch-autoopts:agman1.tpl +++ /dev/null @@ -1,14 +0,0 @@ ---- autoopts/agman1.tpl.orig Mon Jul 15 19:39:33 2002 -+++ autoopts/agman1.tpl Mon Jul 15 19:48:10 2002 -@@ -432,9 +432,9 @@ - ENDIF :+][+: - ESAC :+][+: - ENDIF :+] --_End_Of_Man_[+: -+_End_Of_Man_{+ - --(shell (out-pop #t) ) :+] -+(shell (out-pop #t) ) +} - .PP - This manual page was \fIAutoGen\fP-erated from the \fB[+:prog_name:+]\fP - option definitions.[+: # diff --git a/devel/autogen/files/patch-config:ltmain.sh b/devel/autogen/files/patch-config:ltmain.sh deleted file mode 100644 index 41381c29b3ae..000000000000 --- a/devel/autogen/files/patch-config:ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- config/ltmain.sh.orig Mon Feb 17 22:59:26 2003 -+++ config/ltmain.sh Mon Feb 17 23:00:06 2003 -@@ -4280,10 +4280,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" |