svn commit: r340703 - in head/databases/mysql-q4m: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 22 11:26:42 UTC 2014


On Wed, Jan 22, 2014 at 11:03:45AM +0000, Akinori MUSHA wrote:
> New Revision: 340703
> URL: http://svnweb.freebsd.org/changeset/ports/340703
> 
> +USE_PERL5=	yes
>  USE_GMAKE=	yes

Hmm, why not employ USES for gmake and perl5?

> -CPPFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
> +CPPFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include -DDBUG_OFF

PTHREAD_CFLAGS is empty for a long time; you could've simply omitted it
completely here.

> -	cd ${WRKSRC}; ${PERL} run_tests.pl
> +	cd ${WRKSRC}; ./run_tests.pl

I'm not sure if this change actually makes things better: it now depends
on correct shebang, and +x permission on the script.  What was wrong with
invoking the script through ${PERL}?

./danfe


More information about the svn-ports-all mailing list