diff options
author | minskim <minskim@pkgsrc.org> | 2008-11-27 21:15:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-11-27 21:15:36 +0000 |
commit | 129c62d7da86df383e7adcaeb8eb4e1e125a0e12 (patch) | |
tree | 2d9918a9c28b2daca5e4c9b97db8bdd0065bada5 /www/qDecoder/patches/patch-aa | |
parent | 4d4edf339d04753054241dd6feb97e8c8f0ae2cc (diff) | |
download | pkgsrc-129c62d7da86df383e7adcaeb8eb4e1e125a0e12.tar.gz |
Update qDecoder to 9.0.1. Patches submitted by Jun-Yong Park.
Changes:
* FIX) qCgiRequestParseQueries() - quoted boundary patch. (by Hidai
Kenichi)
* NEW) qStrUnchar() - remove character from head and tail of the
string.
* NEW) qDecoderVersion() - get the version string of qDecoder library.
* FIX) minor fixes related packaging.
Diffstat (limited to 'www/qDecoder/patches/patch-aa')
-rw-r--r-- | www/qDecoder/patches/patch-aa | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/qDecoder/patches/patch-aa b/www/qDecoder/patches/patch-aa index a5ad462a9cb..7c1f4211cee 100644 --- a/www/qDecoder/patches/patch-aa +++ b/www/qDecoder/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2008/11/26 01:23:40 minskim Exp $ +$NetBSD: patch-aa,v 1.4 2008/11/27 21:15:36 minskim Exp $ ---- src/Makefile.in.orig 2008-11-23 17:42:37.000000000 +0900 +--- src/Makefile.in.orig 2008-11-17 16:55:36.000000000 +0900 +++ src/Makefile.in -@@ -95,19 +95,12 @@ OBJ = qCgiRequest.o \ +@@ -95,19 +95,11 @@ OBJ = qCgiRequest.o \ all: qdecoder qdecoder: ${OBJ} @@ -15,9 +15,8 @@ $NetBSD: patch-aa,v 1.3 2008/11/26 01:23:40 minskim Exp $ + ${LIBTOOL} --mode=link ${CC} -o ${LIBNAME:.a=.la} ${OBJ:.o=.lo} \ + -rpath ${PREFIX}/lib -version-info ${SLIBVERSION}:0:0 --install: all -+install: - ${INSTALL_DATA} qDecoder.h ${HEADERDIR}/qDecoder.h + install: all +- ${INSTALL_DATA} qDecoder.h ${HEADERDIR}/qDecoder.h - ${INSTALL_DATA} ${LIBNAME} ${LIBDIR}/${LIBNAME} - ${INSTALL_DATA} ${SLIBREALNAME} ${LIBDIR}/${SLIBREALNAME} - ${RM} -f ${LIBDIR}/${SLIBNAME} @@ -26,7 +25,7 @@ $NetBSD: patch-aa,v 1.3 2008/11/26 01:23:40 minskim Exp $ deinstall: uninstall uninstall: -@@ -127,4 +120,4 @@ clean: +@@ -127,4 +119,4 @@ clean: ## Compile .c.o: |