Update neon 0.29.6

* Patch Makefile.in so it uses the correct docdir.
* Make with $jobArgs.
* Move development libs, fix pkgconfig file.
This commit is contained in:
Ingo Weinhold
2013-04-30 19:40:57 +02:00
parent abcc3832b8
commit de4acc113e
2 changed files with 22 additions and 6 deletions

View File

@@ -18,11 +18,15 @@ DESCRIPTION="
property manipulation.
"
HOMEPAGE="http://www.webdav.org/neon/"
LICENSE="GNU LGPL v2"
COPYRIGHT="1999-2011 Joe Orton"
SRC_URI="http://www.webdav.org/neon/neon-0.29.6.tar.gz"
CHECKSUM_MD5="591e0c82e6979e7e615211b386b8f6bc"
REVISION="4"
REVISION="5"
ARCHITECTURES="x86_gcc2 ?x86"
PATCHES="neon-0.29.6.patch"
PROVIDES="
neon = $portVersion compat >= 0.29
lib:libneon = 27.2.6 compat >= 27.2
@@ -59,18 +63,18 @@ BUILD()
libtoolize --force --copy --install
aclocal -I macros
autoconf
./configure $configureDirArgs \
runConfigure ./configure \
--with-ssl \
--with-libxml2 \
--enable-shared \
--disable-nls
make
make $jobArgs
}
INSTALL()
{
make install
prepareInstalledDevelLibs libneon
fixDevelopLibDirReferences $binDir/neon-config
fixPkgconfig
}
LICENSE="GNU LGPL v2"
COPYRIGHT="1999-2011 Joe Orton"

View File

@@ -0,0 +1,12 @@
diff -ur orig/neon-0.29.6/Makefile.in neon-0.29.6/Makefile.in
--- orig/neon-0.29.6/Makefile.in 2009-09-04 09:36:26.062914560 +0200
+++ neon-0.29.6/Makefile.in 2013-04-30 19:33:32.347340800 +0200
@@ -22,7 +22,7 @@
man3dir = $(mandir)/man3
datarootdir = @datarootdir@
datadir = @datadir@
-docdir = $(datadir)/doc/neon-@NEON_VERSION@
+docdir = @docdir@
includedir = @includedir@
neonincludes = $(includedir)/neon
pkgconfigdir = $(libdir)/pkgconfig