summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-09-18 17:42:59 +0200
committerDavid Seifert <soap@gentoo.org>2021-09-18 17:42:59 +0200
commit635c42f27d3fdd9af8357d1308c719714d5105fd (patch)
tree2a874973e4106ba47ca5554c8f0ce65226c817d9 /sys-devel/automake/files/automake-1.7.9-test-fixes.patch
parentnet-libs/webkit-gtk: bump to 2.32.4 (diff)
downloadgentoo-635c42f27d3fdd9af8357d1308c719714d5105fd.tar.gz
gentoo-635c42f27d3fdd9af8357d1308c719714d5105fd.tar.bz2
gentoo-635c42f27d3fdd9af8357d1308c719714d5105fd.zip
sys-devel/automake: drop versions
* 1.4_p6-r2 * 1.5-r2 * 1.6.3-r2 * 1.7.9-r3 * 1.8.5-r5 * 1.9.6-r5 * 1.10.3-r3 * 1.12.6-r2 * 1.14.1-r2 Closes: https://github.com/gentoo/gentoo/pull/22325 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel/automake/files/automake-1.7.9-test-fixes.patch')
-rw-r--r--sys-devel/automake/files/automake-1.7.9-test-fixes.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/sys-devel/automake/files/automake-1.7.9-test-fixes.patch b/sys-devel/automake/files/automake-1.7.9-test-fixes.patch
deleted file mode 100644
index 00854886d66d..000000000000
--- a/sys-devel/automake/files/automake-1.7.9-test-fixes.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Fix the tests so they don't fail :)
-
-exdir2 man2 transform: #159557 #162565
-grab updates from newer automake
-
-mkdir-tests.m4:
-when mixing newer gettext with this automake, the tests bomb out
-as AM_PROG_MKDIR_P is not provided properly
-
---- automake-1.7.9/tests/man2.test
-+++ automake-1.7.9/tests/man2.test
-@@ -41,7 +41,7 @@
- $AUTOMAKE
-
- # Let's play with $DESTDIR too, it shouldn't hurt.
--./configure --prefix=''
-+./configure --prefix='' --mandir=/man
- DESTDIR="`pwd`/_inst" $MAKE -e install
-
- test -f ./_inst/man/man2/foo.2
---- automake-1.7.9/tests/transform.test
-+++ automake-1.7.9/tests/transform.test
-@@ -56,7 +56,7 @@
- $AUTOCONF
- $AUTOMAKE
-
--./configure --program-prefix=gnu- --prefix `pwd`/inst
-+./configure --program-prefix=gnu- --prefix `pwd`/inst --mandir `pwd`/inst/man
- $MAKE
- $MAKE test-install
- $MAKE uninstall
---- automake-1.7.9/tests/exdir2.test
-+++ automake-1.7.9/tests/exdir2.test
-@@ -23,7 +23,7 @@
- . ./defs || exit 1
-
- cat > Makefile.am << 'EOF'
--html_DATA = zot.html
-+quuz_DATA = zot.html
- pkgdata_DATA = qbert
- EOF
-
---- automake-1.7.9/m4/mkdir-tests.m4
-+++ automake-1.7.9/m4/mkdir-tests.m4
-@@ -0,0 +1 @@
-+AC_DEFUN([AM_PROG_MKDIR_P])