Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 18:20:25 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ada1f9e6a490 - main - www/fusionpbx: enable on all architectures
Message-ID:  <202105051820.145IKPFM025516@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit ada1f9e6a4901386637f2127640c9126b3eaa0bd
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-05-05 18:20:27 +0000
Commit:     Piotr Kubaj <pkubaj@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 \



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