Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2004 22:17:47 GMT
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org
Subject:   Re: ports/75350: Update port: sysutils/pear-Log to 1.8.7
Message-ID:  <200412212217.iBLMHlO3024990@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412212217.iBLMHlO3024990>