svn commit: r346714 - head/www/phalcon
John Marino
marino at FreeBSD.org
Sat Mar 1 18:52:56 UTC 2014
Author: marino
Date: Sat Mar 1 18:52:55 2014
New Revision: 346714
URL: http://svnweb.freebsd.org/changeset/ports/346714
QAT: https://qat.redports.org/buildarchive/r346714/
Log:
www/phalcon: Fix DragonFly build (No-Op for FreeBSD)
DragonFly 64-bit platform is called "x86_64", not "amd64".
Add this option to the variable substition -- and move this
to a separate line for better visibility. No-Op and no bump
for FreeBSD.
Modified:
head/www/phalcon/Makefile
Modified: head/www/phalcon/Makefile
==============================================================================
--- head/www/phalcon/Makefile Sat Mar 1 18:28:26 2014 (r346713)
+++ head/www/phalcon/Makefile Sat Mar 1 18:52:55 2014 (r346714)
@@ -12,7 +12,8 @@ COMMENT= Phalcon PHP Framework written i
LICENSE= BSD3CLAUSE
-WRKSRC= ${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/${ARCH:S/amd64/64/:S/i386/32/}bits
+PBITS= ${ARCH:S/amd64/64/:S/i386/32/:S/x86_64/64/}
+WRKSRC= ${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/${PBITS}bits
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} \
More information about the svn-ports-head
mailing list