diff -r -u apr-old/Makefile apr/Makefile --- apr-old/Makefile Thu Aug 1 19:11:06 2002 +++ apr/Makefile Thu Aug 1 19:11:16 2002 @@ -2,21 +2,21 @@ # Date created: 19 February 2002 # Whom: Garrett Rooney # -# $FreeBSD: ports/devel/apr/Makefile,v 1.7 2002/07/21 02:17:43 kuriyama Exp $ +# $FreeBSD$ # PORTNAME= apr -PORTVERSION= 20020707163141 -PORTREVISION= 1 +PORTVERSION= 20020725223645 CATEGORIES= devel MASTER_SITES= http://www.apache.org/dist/apr/not-released/ -DISTFILES= apr_${PORTVERSION}.tar.gz apr-util_20020707163148.tar.gz +DISTFILES= apr_${PORTVERSION}.tar.gz apr-util_20020725223700.tar.gz MAINTAINER= rooneg@electricjellyfish.net BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 \ + iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes @@ -31,7 +31,7 @@ do-configure: @(cd ${WRKDIR}/apr/ && ./configure --prefix=${PREFIX}) - @(cd ${WRKDIR}/apr-util/ && ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX}) + @(cd ${WRKDIR}/apr-util/ && ${ENV} CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX}) do-build: @(cd ${WRKDIR}/apr/ && make) diff -r -u apr-old/distinfo apr/distinfo --- apr-old/distinfo Thu Aug 1 19:11:06 2002 +++ apr/distinfo Thu Aug 1 19:11:16 2002 @@ -1,2 +1,2 @@ -MD5 (apr_20020707163141.tar.gz) = 086bee350d73724b3e9707f16eaf1879 -MD5 (apr-util_20020707163148.tar.gz) = e348b0dd55364ffd43736c81120c64e0 +MD5 (apr_20020725223645.tar.gz) = e95ba59919ae9d6d36abc2b42575f743 +MD5 (apr-util_20020725223700.tar.gz) = 9098f2d1b6c502166cd83bff8f8b22cb Only in apr/files: .svn diff -r -u apr-old/pkg-install apr/pkg-install --- apr-old/pkg-install Thu Aug 1 19:11:06 2002 +++ apr/pkg-install Thu Aug 1 19:11:16 2002 @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: ports/devel/apr/pkg-install,v 1.3 2002/07/15 17:58:32 roberto Exp $ +# $FreeBSD$ if [ "$2" != "PRE-INSTALL" ]; then exit 0 diff -r -u apr-old/pkg-plist apr/pkg-plist --- apr-old/pkg-plist Thu Aug 1 19:11:06 2002 +++ apr/pkg-plist Thu Aug 1 19:11:16 2002 @@ -29,6 +29,7 @@ include/apr_optional.h include/apr_optional_hooks.h include/apr_pools.h +include/apr_poll.h include/apr_portable.h include/apr_proc_mutex.h include/apr_ring.h @@ -39,6 +40,7 @@ include/apr_signal.h include/apr_strings.h include/apr_strmatch.h +include/apr_support.h include/apr_tables.h include/apr_thread_cond.h include/apr_thread_mutex.h