mdocml: update to 1.14.5.

This commit is contained in:
Leah Neukirchen 2019-03-10 14:24:44 +01:00
parent 0323891b6f
commit 059003e174
2 changed files with 13 additions and 13 deletions

View file

@ -1,27 +1,27 @@
--- configure.orig --- configure.orig
+++ configure +++ configure
@@ -162,14 +162,6 @@ @@ -168,14 +168,6 @@
if ${COMP} -o "test-${1}" "${SOURCEDIR}/test-${1}.c" ${3} 1>&3 2>&3 if ${COMP} -o "test-${1}" "${SOURCEDIR}/test-${1}.c" ${3} ${4} 1>&3 2>&3
then then
echo "partial result of ${1}${3}: ${CC} succeeded" 1>&3 echo "partial result of ${n}: ${CC} succeeded" 1>&3
- else - else
- echo "result of ${1}${3}: ${CC} failed with exit status $?" 1>&3 - echo "result of ${n}: ${CC} failed with exit status $?" 1>&3
- echo "result of compiling ${1}${3}: no" 1>&3 - echo "result of compiling ${n}: no" 1>&3
- echo 1>&3 - echo 1>&3
- return 1 - return 1
- fi - fi
- -
- if ./test-${1} 1>&3 2>&3; then - if ./test-${1} 1>&3 2>&3; then
echo "tested ${1}${3}: yes" 1>&2 echo "tested ${n}: yes" 1>&2
echo "result of running ${1}${3}: yes" 1>&3 echo "result of running ${n}: yes" 1>&3
echo 1>&3 echo 1>&3
@@ -177,10 +169,9 @@ @@ -185,10 +177,9 @@
rm "test-${1}" rm "test-${1}"
return 0 return 0
else else
- echo "result of ${1}${3}: execution failed with exit status $?" 1>&3 - echo "result of ${n}: execution failed with exit status $?" 1>&3
+ echo "result of ${1}${3}: ${CC} failed with exit status $?" 1>&3 + echo "result of ${n}: ${CC} failed with exit status $?" 1>&3
echo "result of running ${1}${3}: no" 1>&3 echo "result of running ${n}: no" 1>&3
echo 1>&3 echo 1>&3
- rm "test-${1}" - rm "test-${1}"
return 1 return 1

View file

@ -1,6 +1,6 @@
# Template file for 'mdocml' # Template file for 'mdocml'
pkgname=mdocml pkgname=mdocml
version=1.14.4 version=1.14.5
revision=1 revision=1
wrksrc="mandoc-${version}" wrksrc="mandoc-${version}"
build_style=configure build_style=configure
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC" license="ISC"
homepage="http://mandoc.bsd.lv" homepage="http://mandoc.bsd.lv"
distfiles="http://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz" distfiles="http://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
checksum=24eb72103768987dcc63b53d27fdc085796330782f44b3b40c4660b1e1ee9b9c checksum=8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7
alternatives=" alternatives="
man:man:/usr/bin/mandoc man:man:/usr/bin/mandoc