git: ada1f9e6a490 - main - www/fusionpbx: enable on all architectures

Piotr Kubaj pkubaj at FreeBSD.org
Wed May 5 18:20:25 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ada1f9e6a4901386637f2127640c9126b3eaa0bd

commit ada1f9e6a4901386637f2127640c9126b3eaa0bd
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-05-05 18:20:27 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-05-05 18:20:27 +0000

    www/fusionpbx: enable on all architectures
    
    There's no reason why a PHP application should only run on amd64.
---
 www/fusionpbx/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/www/fusionpbx/Makefile b/www/fusionpbx/Makefile
index d50eea4a43f3..fbb68e7aa349 100644
--- a/www/fusionpbx/Makefile
+++ b/www/fusionpbx/Makefile
@@ -9,8 +9,6 @@ COMMENT=	Web/PHP Interface for FreeSwitch
 
 LICENSE=	MPL11
 
-ONLY_FOR_ARCHS=	amd64
-
 LIB_DEPENDS=	libodbc.so:databases/unixODBC
 RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VER}-pdo_odbc \
 		${LOCALBASE}/bin/freeswitch:net/freeswitch \


More information about the dev-commits-ports-all mailing list