|
Lines 18-31
Link Here
|
| 18 |
# automake-1.5 installed - what a mess |
18 |
# automake-1.5 installed - what a mess |
| 19 |
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ |
19 |
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ |
| 20 |
automake14:${PORTSDIR}/devel/automake14 \ |
20 |
automake14:${PORTSDIR}/devel/automake14 \ |
| 21 |
autoconf:${PORTSDIR}/devel/autoconf213 \ |
21 |
autoconf:${PORTSDIR}/devel/autoconf \ |
| 22 |
${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 |
22 |
autoconf213:${PORTSDIR}/devel/autoconf213 \ |
|
|
23 |
phpize:${PORTSDIR}/www/mod_php4 |
| 23 |
RUN_DEPENDS= php:${PORTSDIR}/www/mod_php4 |
24 |
RUN_DEPENDS= php:${PORTSDIR}/www/mod_php4 |
| 24 |
|
25 |
|
| 25 |
# Don't call autoconf directly, ./buildconf does this |
26 |
# Don't call autoconf directly, ./buildconf does this |
| 26 |
GNU_CONFIGURE= yes |
27 |
GNU_CONFIGURE= yes |
| 27 |
USE_AUTOCONF= no |
28 |
USE_AUTOCONF= no |
| 28 |
USE_LIBTOOL= no |
|
|
| 29 |
USE_GMAKE= yes |
29 |
USE_GMAKE= yes |
| 30 |
USE_PERL5_BUILD=yes |
30 |
USE_PERL5_BUILD=yes |
| 31 |
USE_GNOMENG= yes |
31 |
USE_GNOMENG= yes |
|
Lines 75-85
Link Here
|
| 75 |
@${ECHO_MSG} '* *' |
75 |
@${ECHO_MSG} '* *' |
| 76 |
@${ECHO_MSG} '*********************************************************' |
76 |
@${ECHO_MSG} '*********************************************************' |
| 77 |
|
77 |
|
| 78 |
post-patch-script: |
|
|
| 79 |
@${ECHO_MSG} "===> Building configuration files for ${PKGNAME}" |
| 80 |
(cd ${WRKSRC} && ./buildconf) |
| 81 |
|
| 82 |
pre-configure: |
78 |
pre-configure: |
|
|
79 |
@${ECHO_MSG} "===> Building configuration files for ${PKGNAME}" |
| 80 |
@(cd ${WRKSRC} && ./buildconf) |
| 83 |
.for FILE in ${PIC2FIX} |
81 |
.for FILE in ${PIC2FIX} |
| 84 |
@${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE} |
82 |
@${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE} |
| 85 |
.endfor |
83 |
.endfor |