View | Details | Raw Unified | Return to bug 65173
Collapse All | Expand All

(-)Makefile (-5 / +7 lines)
Lines 29-39 Link Here
29
LIB_DEPENDS+=	expat.5:${PORTSDIR}/textproc/expat2
29
LIB_DEPENDS+=	expat.5:${PORTSDIR}/textproc/expat2
30
30
31
USE_ICONV=	yes
31
USE_ICONV=	yes
32
USE_AUTOCONF_VER=	257
32
USE_AUTOCONF_VER=	259
33
USE_PERL5=		yes
33
USE_PERL5=		yes
34
USE_GMAKE=		yes
34
USE_GMAKE=		yes
35
USE_LIBTOOL_VER=	15
35
USE_LIBTOOL_VER=	15
36
LIBTOOLFILES=		# none
36
LIBTOOLFILES=		# none
37
USE_AUTOMAKE_VER=	15
37
INSTALLS_SHLIB=		yes
38
INSTALLS_SHLIB=		yes
38
GNU_CONFIGURE=		yes
39
GNU_CONFIGURE=		yes
39
WRKSRC=	${WRKDIR}
40
WRKSRC=	${WRKDIR}
Lines 117-130 Link Here
117
	${LN} -s apr-util-APU_0_9_BRANCH apr-util-${PORTVERSION}
118
	${LN} -s apr-util-APU_0_9_BRANCH apr-util-${PORTVERSION}
118
119
119
pre-configure:
120
pre-configure:
120
	cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ./buildconf
121
	${DO_NADA}
122
123
run-autotools:
124
	cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} AUTOCONF=${AUTOCONF} AUTOHEADER=${AUTOHEADER} LIBTOOL_M4=${ACLOCAL_DIR}/libtool${USE_LIBTOOL_VER}.m4 ${SH} ./buildconf
121
	cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
125
	cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
122
	${RM} -fr xml/expat
126
	${RM} -fr xml/expat
123
	cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
127
	cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
124
		${SH} ./buildconf \
128
		${SETENV} ${SCRIPTS_EV} AUTOCONF=${AUTOCONF} AUTOHEADER=${AUTOHEADER} LIBTOOL_M4=${ACLOCAL_DIR}/libtool${USE_LIBTOOL_VER}.m4 ${SH} ./buildconf \
125
		--with-apr=../apr-${PORTVERSION}
129
		--with-apr=../apr-${PORTVERSION}
126
127
run-autotools:
128
	cd ${WRKDIR}/apr-${PORTVERSION}; \
130
	cd ${WRKDIR}/apr-${PORTVERSION}; \
129
		${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
131
		${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
130
	cd ${WRKDIR}/apr-util-${PORTVERSION}; \
132
	cd ${WRKDIR}/apr-util-${PORTVERSION}; \

Return to bug 65173