pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/apr Include "libiconv" buildlink3 glue code to m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/220beb5c0dc4
branches:  trunk
changeset: 519578:220beb5c0dc4
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Oct 05 17:05:59 2006 +0000

description:
Include "libiconv" buildlink3 glue code to make sure that the
apr_xlate_*() functions support non-ASCII characters properly.

This should allow the "ap2-subversion" package to deal with filenames
including non-ASCII characters and therefore fix PR pkg/26056.

diffstat:

 devel/apr/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 71e2bbfee9c9 -r 220beb5c0dc4 devel/apr/Makefile
--- a/devel/apr/Makefile        Thu Oct 05 16:07:58 2006 +0000
+++ b/devel/apr/Makefile        Thu Oct 05 17:05:59 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2006/06/09 07:04:48 rillig Exp $
+# $NetBSD: Makefile,v 1.46 2006/10/05 17:05:59 tron Exp $
 
 .include "../../www/apache2/Makefile.common"
 
 PKGNAME=       apr-${APR_VERSION}.${APACHE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      http://apr.apache.org/
@@ -61,4 +62,6 @@
        ${CHMOD} ${PKGDIRMODE} ${PREFIX}/include/apr-0
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/apr-0/
 
+.include "../../converters/libiconv/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index