ports/75350: Update port: sysutils/pear-Log to 1.8.7
Edwin Groothuis
edwin at FreeBSD.org
Tue Dec 21 22:17:47 UTC 2004
Synopsis: Update port: sysutils/pear-Log to 1.8.7
State-Changed-From-To: open->feedback
State-Changed-By: edwin
State-Changed-When: Tue Dec 21 22:16:10 GMT 2004
State-Changed-Why:
I see this in the Makefile:
LOCALBASE?= /usr/local
.if exists(${LOCALBASE}/etc/php.conf)
.include "${LOCALBASE}/etc/php.conf"
.endif
.if defined(PHP_VER) && ${PHP_VER} == 5
OPTIONS+= PHP_SQLITE "PHP sqlite support" off
.endif
.include <bsd.port.pre.mk>
Can you please check if this has the same effect:
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/etc/php.conf)
.include "${LOCALBASE}/etc/php.conf"
.endif
.if defined(PHP_VER) && ${PHP_VER} == 5
OPTIONS+= PHP_SQLITE "PHP sqlite support" off
.endif
?
Waiting for your reply, Edwn
Responsible-Changed-From-To: freebsd-ports-bugs->edwin
Responsible-Changed-By: edwin
Responsible-Changed-When: Tue Dec 21 22:16:10 GMT 2004
Responsible-Changed-Why:
I'll handle it with submitter.
http://www.freebsd.org/cgi/query-pr.cgi?pr=75350
More information about the freebsd-ports-bugs
mailing list