diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-05-20 17:35:28 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-21 09:22:45 +0100 |
commit | bdf2cbb9e87de588166e2c231ff5ed72861c9c45 (patch) | |
tree | d8a9db6f594224f9ec5f02be1747cb276416c40b /sys-devel | |
parent | net-libs/rpcsvc-proto: remove unused patch(es) (diff) | |
download | gentoo-bdf2cbb9e87de588166e2c231ff5ed72861c9c45.tar.gz gentoo-bdf2cbb9e87de588166e2c231ff5ed72861c9c45.tar.bz2 gentoo-bdf2cbb9e87de588166e2c231ff5ed72861c9c45.zip |
sys-devel/autogen: remove unused patches
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel')
3 files changed, 0 insertions, 76 deletions
diff --git a/sys-devel/autogen/files/autogen-5.18.4-tmp-log.patch b/sys-devel/autogen/files/autogen-5.18.4-tmp-log.patch deleted file mode 100644 index 89e0277ab0ff..000000000000 --- a/sys-devel/autogen/files/autogen-5.18.4-tmp-log.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.gentoo.org/563352 -https://sourceforge.net/p/autogen/bugs/172/ - -this is fixed upstream in commit f303a1d5d8d8e002974eb64818f74041325f2433 - ---- a/pkg/libopts/mklibsrc.sh -+++ b/pkg/libopts/mklibsrc.sh -@@ -18,8 +18,7 @@ - ## You should have received a copy of the GNU General Public License along - ## with this program. If not, see <http://www.gnu.org/licenses/>. - --set -ex --exec 2> /tmp/mklibsrc-log.tx -+set -e - - top_builddir=`cd $top_builddir ; pwd` - top_srcdir=`cd $top_srcdir ; pwd` diff --git a/sys-devel/autogen/files/autogen-5.18.4_fix_format.test_for_dash.patch b/sys-devel/autogen/files/autogen-5.18.4_fix_format.test_for_dash.patch deleted file mode 100644 index 644df648f59a..000000000000 --- a/sys-devel/autogen/files/autogen-5.18.4_fix_format.test_for_dash.patch +++ /dev/null @@ -1,25 +0,0 @@ -agen5/test/format.test: export AUTOGEN_DNE_DATE explicitly. DASH does -not export when the assignment is on the same line as a shell function -invocation. - -This is a backport of part of upstreams' commit 89f12c15. - -See: https://bugs.gentoo.org/show_bug.cgi?id=576674 - ---- a/agen5/test/format.test -+++ b/agen5/test/format.test -@@ -79,12 +79,12 @@ - </script> - _EOF_ - --AUTOGEN_DNE_DATE=false \ -+export AUTOGEN_DNE_DATE=false - run_ag x ${testname}.def || failure autogen failed - cmp -s ${testname}.base ${testname}.test || \ - failure "`diff ${testname}.base ${testname}.test`" - --AUTOGEN_DNE_DATE=true \ -+AUTOGEN_DNE_DATE=true - run_ag x ${testname}.def || failure autogen failed - dte=`sed -n 's/.*It has been AutoGen-ed *//p' ${testname}.test` - test "X${dte}" = "X" && \ diff --git a/sys-devel/autogen/files/autogen-guile-2.2.patch b/sys-devel/autogen/files/autogen-guile-2.2.patch deleted file mode 100644 index 8ef904adb029..000000000000 --- a/sys-devel/autogen/files/autogen-guile-2.2.patch +++ /dev/null @@ -1,34 +0,0 @@ -https://raw.githubusercontent.com/Homebrew/formula-patches/master/autogen/allow-guile-2.2.diff - ---- a/agen5/guile-iface.h -+++ b/agen5/guile-iface.h -@@ -9,7 +9,7 @@ - # error AutoGen does not work with this version of Guile - choke me. - --#elif GUILE_VERSION < 201000 -+#else - # define AG_SCM_IS_PROC(_p) scm_is_true( scm_procedure_p(_p)) - # define AG_SCM_LIST_P(_l) scm_is_true( scm_list_p(_l)) - # define AG_SCM_PAIR_P(_p) scm_is_true( scm_pair_p(_p)) -@@ -24,9 +24,6 @@ - # define AG_SCM_TO_ULONG(_v) ((unsigned long)scm_to_ulong(_v)) - # define AG_SCM_VEC_P(_v) scm_is_vector(_v) - --#else --# error unknown GUILE_VERSION -- choke me. - #endif - - #endif /* MUTATING_GUILE_IFACE_H_GUARD */ ---- a/configure -+++ b/configure -@@ -14191,7 +14191,7 @@ $as_echo "no" >&6; } - PKG_CONFIG="" - fi - fi -- _guile_versions_to_search="2.0 1.8" -+ _guile_versions_to_search="2.2 2.0 1.8" - if test -n "$GUILE_EFFECTIVE_VERSION"; then - _guile_tmp="" - for v in $_guile_versions_to_search; do |