View | Details | Raw Unified | Return to bug 41249 | Differences between
and this patch

Collapse All | Expand All

(-)apr/Makefile (-6 / +6 lines)
Lines 2-22 Link Here
2
# Date created:		19 February 2002
2
# Date created:		19 February 2002
3
# Whom:			Garrett Rooney <rooneg@electricjellyfish.net>
3
# Whom:			Garrett Rooney <rooneg@electricjellyfish.net>
4
#
4
#
5
# $FreeBSD: ports/devel/apr/Makefile,v 1.7 2002/07/21 02:17:43 kuriyama Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	apr
8
PORTNAME=	apr
9
PORTVERSION=	20020707163141
9
PORTVERSION=	20020725223645
10
PORTREVISION=	1
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	http://www.apache.org/dist/apr/not-released/
11
MASTER_SITES=	http://www.apache.org/dist/apr/not-released/
13
DISTFILES=	apr_${PORTVERSION}.tar.gz apr-util_20020707163148.tar.gz
12
DISTFILES=	apr_${PORTVERSION}.tar.gz apr-util_20020725223700.tar.gz
14
13
15
MAINTAINER=	rooneg@electricjellyfish.net
14
MAINTAINER=	rooneg@electricjellyfish.net
16
15
17
BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf \
16
BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf \
18
		libtool:${PORTSDIR}/devel/libtool
17
		libtool:${PORTSDIR}/devel/libtool
19
LIB_DEPENDS=	expat.3:${PORTSDIR}/textproc/expat2
18
LIB_DEPENDS=	expat.3:${PORTSDIR}/textproc/expat2 \
19
		iconv.3:${PORTSDIR}/converters/libiconv
20
20
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
22
Lines 31-37 Link Here
31
31
32
do-configure:
32
do-configure:
33
	@(cd ${WRKDIR}/apr/ && ./configure --prefix=${PREFIX})
33
	@(cd ${WRKDIR}/apr/ && ./configure --prefix=${PREFIX})
34
	@(cd ${WRKDIR}/apr-util/ && ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX})
34
	@(cd ${WRKDIR}/apr-util/ && ${ENV} CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX})
35
35
36
do-build:
36
do-build:
37
	@(cd ${WRKDIR}/apr/ && make)
37
	@(cd ${WRKDIR}/apr/ && make)
(-)apr/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (apr_20020707163141.tar.gz) = 086bee350d73724b3e9707f16eaf1879
1
MD5 (apr_20020725223645.tar.gz) = e95ba59919ae9d6d36abc2b42575f743
2
MD5 (apr-util_20020707163148.tar.gz) = e348b0dd55364ffd43736c81120c64e0
2
MD5 (apr-util_20020725223700.tar.gz) = 9098f2d1b6c502166cd83bff8f8b22cb
(-)apr/pkg-install (-1 / +1 lines)
Lines 1-5 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# $FreeBSD: ports/devel/apr/pkg-install,v 1.3 2002/07/15 17:58:32 roberto Exp $
2
# $FreeBSD$
3
3
4
if [ "$2" != "PRE-INSTALL" ]; then
4
if [ "$2" != "PRE-INSTALL" ]; then
5
  exit 0
5
  exit 0
(-)apr/pkg-plist (+2 lines)
Lines 29-34 Link Here
29
include/apr_optional.h
29
include/apr_optional.h
30
include/apr_optional_hooks.h
30
include/apr_optional_hooks.h
31
include/apr_pools.h
31
include/apr_pools.h
32
include/apr_poll.h
32
include/apr_portable.h
33
include/apr_portable.h
33
include/apr_proc_mutex.h
34
include/apr_proc_mutex.h
34
include/apr_ring.h
35
include/apr_ring.h
Lines 39-44 Link Here
39
include/apr_signal.h
40
include/apr_signal.h
40
include/apr_strings.h
41
include/apr_strings.h
41
include/apr_strmatch.h
42
include/apr_strmatch.h
43
include/apr_support.h
42
include/apr_tables.h
44
include/apr_tables.h
43
include/apr_thread_cond.h
45
include/apr_thread_cond.h
44
include/apr_thread_mutex.h
46
include/apr_thread_mutex.h

Return to bug 41249