~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH v2] main/mdocml: gcc6 fix for dependency testing

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20160911181811.4039-1-dsabogalcc@gmail.com>
Sender timestamp
1473617891
DKIM signature
missing
Download raw message
Patch: +20 -1
---
 main/mdocml/APKBUILD       |  6 +++++-
 main/mdocml/gcc6-fix.patch | 15 +++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 main/mdocml/gcc6-fix.patch

diff --git a/main/mdocml/APKBUILD b/main/mdocml/APKBUILD
index 9e95df8..fbe2b83 100644
--- a/main/mdocml/APKBUILD
+++ b/main/mdocml/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer:  Natanael Copa <ncopa@alpinelinux.org>
pkgname=mdocml
pkgver=1.13.4
pkgrel=0
pkgrel=1
pkgdesc="mdoc/man compiler"
url="http://mdocml.bsd.lv/"
arch="all"
@@ -12,6 +12,7 @@ install="$pkgname.post-deinstall"
triggers="$pkgname-apropos.trigger=/usr/share/man/*"
subpackages="$pkgname-doc $pkgname-dev man $pkgname-apropos $pkgname-soelim"
source="http://mdocml.bsd.lv/snapshots/$pkgname-$pkgver.tar.gz
	gcc6-fix.patch
	shared-libmandoc.patch
	pager.patch
	mdocml-apropos.trigger
@@ -73,16 +74,19 @@ soelim() {
}

md5sums="797d4f0e112479f8861e03a72f8b8b01  mdocml-1.13.4.tar.gz
49f4254a87d0b391a7cd3b00873ea50a  gcc6-fix.patch
07aff0e8b4766aa22bddc2969aa158cf  shared-libmandoc.patch
1b7b756e3a996f146971785bd3aeede5  pager.patch
8c2f14c5bdefe45a119638b84588dde1  mdocml-apropos.trigger
6e893bef0cf680eec807b230e6619d27  man.conf"
sha256sums="0a55c1addb188071d6f784599303656b8465e98ec6b2f4f264e12fb96d79e0ef  mdocml-1.13.4.tar.gz
7725e66a8a9544e2f4da89da6c61d1ae19956555087e842c1174251aa1f4720a  gcc6-fix.patch
b4d3498a831fb840447ece0662b0f97831dc147cfb19d3ffbb55ce0fdd9d8763  shared-libmandoc.patch
b1a94bc58655934f9356dcbdf16847fbbd30b2863b1e54b87721442e88ae6d0d  pager.patch
45460578edf6262db83fc8215164530c6acd2d7d644908b36921a4a292f66dad  mdocml-apropos.trigger
3381c6ceb99e7db1404fdb44419040c3b441a251d594292e53545b5e4e378e2b  man.conf"
sha512sums="1d671651ca1bb81d0de86e34de8b95a3bde5b335bda03d1b83b601e26eed167af6ef8bac6f9935603e57514f2734cd8f979ed556c76db629dd5c685892d71ec2  mdocml-1.13.4.tar.gz
1c4a9b5a9e5ffa77ca3505f857d58f1070691bfb9faa6467ae662fff16b44b39038d8defff8a3c84f74fc62bfc4bdf8a96e43bf11d38663abc2ec40dd60992e8  gcc6-fix.patch
3900787215c7b44fd731bb34a2678a99c54396f27a14d15ad7a0a7483a2a1882be701b26aa7fe56805879d1cb127877453ba5b0ef87df68e435be0053d1200b6  shared-libmandoc.patch
04947a275df99298591c2a46fb81b74c7c3fcb9f3cf8fb718cf1e32eeae5409e90a3bca89e542f8aa1b30792e837fd3d716303a636d1a3ec165fbb9529546a64  pager.patch
704bc159acfc639e10c7d505372d303cb5784c8e9eb30084236ad89978978d4ba74f3127d4597d78594b64182c47a00c011f8bb3271d2b784f03a2a411ccb1d8  mdocml-apropos.trigger
diff --git a/main/mdocml/gcc6-fix.patch b/main/mdocml/gcc6-fix.patch
new file mode 100644
index 0000000..01d5b20
--- /dev/null
+++ b/main/mdocml/gcc6-fix.patch
@@ -0,0 +1,15 @@
--- mdocml-1.13.4/configure.orig
+++ mdocml-1.13.4/configure
@@ -139,10 +139,10 @@
 singletest() {
 	cat 1>&3 << __HEREDOC__
 ${1}: testing...
-${COMP} ${3} -o test-${1} test-${1}.c
+${COMP} -o test-${1} test-${1}.c ${3}
 __HEREDOC__
 
-	if ${COMP} ${3} -o "test-${1}" "test-${1}.c" 1>&3 2>&3; then
+	if ${COMP} -o "test-${1}" "test-${1}.c" ${3} 1>&3 2>&3; then
 		echo "${1}: ${CC} succeeded" 1>&3
 	else
 		echo "${1}: ${CC} failed with $?" 1>&3
-- 
2.10.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)