mdocml: update to 1.14.5.
This commit is contained in:
parent
0323891b6f
commit
059003e174
|
@ -1,27 +1,27 @@
|
|||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -162,14 +162,6 @@
|
||||
if ${COMP} -o "test-${1}" "${SOURCEDIR}/test-${1}.c" ${3} 1>&3 2>&3
|
||||
@@ -168,14 +168,6 @@
|
||||
if ${COMP} -o "test-${1}" "${SOURCEDIR}/test-${1}.c" ${3} ${4} 1>&3 2>&3
|
||||
then
|
||||
echo "partial result of ${1}${3}: ${CC} succeeded" 1>&3
|
||||
echo "partial result of ${n}: ${CC} succeeded" 1>&3
|
||||
- else
|
||||
- echo "result of ${1}${3}: ${CC} failed with exit status $?" 1>&3
|
||||
- echo "result of compiling ${1}${3}: no" 1>&3
|
||||
- echo "result of ${n}: ${CC} failed with exit status $?" 1>&3
|
||||
- echo "result of compiling ${n}: no" 1>&3
|
||||
- echo 1>&3
|
||||
- return 1
|
||||
- fi
|
||||
-
|
||||
- if ./test-${1} 1>&3 2>&3; then
|
||||
echo "tested ${1}${3}: yes" 1>&2
|
||||
echo "result of running ${1}${3}: yes" 1>&3
|
||||
echo "tested ${n}: yes" 1>&2
|
||||
echo "result of running ${n}: yes" 1>&3
|
||||
echo 1>&3
|
||||
@@ -177,10 +169,9 @@
|
||||
@@ -185,10 +177,9 @@
|
||||
rm "test-${1}"
|
||||
return 0
|
||||
else
|
||||
- echo "result of ${1}${3}: execution failed with exit status $?" 1>&3
|
||||
+ echo "result of ${1}${3}: ${CC} failed with exit status $?" 1>&3
|
||||
echo "result of running ${1}${3}: no" 1>&3
|
||||
- echo "result of ${n}: execution failed with exit status $?" 1>&3
|
||||
+ echo "result of ${n}: ${CC} failed with exit status $?" 1>&3
|
||||
echo "result of running ${n}: no" 1>&3
|
||||
echo 1>&3
|
||||
- rm "test-${1}"
|
||||
return 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mdocml'
|
||||
pkgname=mdocml
|
||||
version=1.14.4
|
||||
version=1.14.5
|
||||
revision=1
|
||||
wrksrc="mandoc-${version}"
|
||||
build_style=configure
|
||||
|
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="ISC"
|
||||
homepage="http://mandoc.bsd.lv"
|
||||
distfiles="http://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
|
||||
checksum=24eb72103768987dcc63b53d27fdc085796330782f44b3b40c4660b1e1ee9b9c
|
||||
checksum=8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7
|
||||
|
||||
alternatives="
|
||||
man:man:/usr/bin/mandoc
|
||||
|
|
Loading…
Reference in New Issue