# New ports collection makefile for: openmcu # Date created: Wed Nov 22 08:57:55 GMT 2000 # Whom: Roger Hardiman # # $FreeBSD$ # PORTNAME= openmcu PORTVERSION= 1.1.7 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= roger@FreeBSD.org COMMENT= OpenMCU hosts a conference call for H323 Video Conferencing users BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/${PORTNAME} NOCLEANDEPENDS= yes USE_BISON= yes USE_GMAKE= yes ALL_TARGET= optnoshared MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \ OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/openmcu ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/openh323/openmcu ${INSTALL_DATA} ${WRKSRC}/ReadMe.txt ${PREFIX}/share/doc/openh323/openmcu .include -ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Introduce PHP flavors.mat2018-03-091-2/+2
| | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
* net-mgmt/librenms: Upstream re-rolled the distfilefeld2018-01-191-3/+3
| | | | | Only change is the doc/General/Changelog.md file which *removed* the entry for 1.35.
* net-mgmt/librenms: Fix buildfeld2018-01-191-1/+1
| | | | | | Leftover change crept into last commit MFH: 2018Q1
* net-mgmt/librenms: Update to 1.35, many improvementsfeld2018-01-199-62/+101
| | | | | | | | | | | | | | | | | | | | | Improvements: - All files should be owned root:wheel except logs and rrd which need to be writable by the app - Add missing php posix extension - Do not install config.php by default. This breaks the install process which won't run if this file exists - Clean up automatic PLIST creation: don't install .orig or .bak files, don't add @dir as they aren't needed - Patch LibreNMS to make /validate/ page not produce warnings about files not being writable (for git updates) - Remove the Updates validation check altogether as we won't be using git to update - Patch the User validation check to only check the logs and rrd dir and ensure the correct user owns them - Change the default user in the generated config to "www" - Patch the File Lock code to put the lock file in /tmp and not in the WWWDIR which should not be writable - Update message in installer to use WWWDIR as suggested path for config.php - Use shebangfix instead of patch where applicable - Fix APACHEMOD port option and declaration of the USES=php PR: 225161 MFH: 2018Q1 Differential Revision: https://reviews.freebsd.org/D13907
* databases/py-MySQLdb only supports Python 2, restrict ports that uses it.mat2018-01-081-1/+2
| | | | Sponsored by: Absolight
* Set path to rrdtooldvl2017-11-212-2/+5
|
* Upgrade to 1.33.01dvl2017-11-216-118/+15
|
* Fix the context of some patches so that they apply with stricter patch(1)antoine2017-11-111-5/+5
| | | | | PR: 223545 With hat: portmgr
* net-mgmt/librenms: Update version 1.26=>1.28bofh2017-06-067-28/+57
| | | | | | | | | | | - Fixed an issue where services-wrapper wasn't working (by adding the PATH line to the crontab) [1] - Fixed a permissions issue with some directories [1] - Added patch to validate.php which allows it to work correctly (accidentally ommitted from previous commit) [1] PR: 218608[1] Submitted by: freebsd@jonathanprice.org[1]
* net-mgmt/librenms: Update version 1.25=>1.26bofh2017-04-125-14/+100
| | | | | | | | | | | | - Fix validate.php - Created logs dir, used by daily.php - fixed daily.sh to use sudo (replaces GNU su command) - made daily.sh executable - Disabled update checks in daily.sh, as they try to use git - Updated the username in config.php to www PR: 218351 Submitted by: freebsd@jonathanprice.org
* net-mgmt/librenms: Update version 1.24=>1.25bofh2017-03-112-5/+5
|
* Do not override USES when PACKAGE_BUILDING is set, this should fix theantoine2017-03-101-1/+1
| | | | failure reported by package builders
* net-mgmt/librenms: Update version 1.23=>1.24bofh2017-02-265-86/+25
| | | | | | | | - Add PHP 7.0 support [1] - Pet portlint PR: 213376[1] Submitted by: fredrik.eriksson@loopia.se[1]
* Add more detail about my.cnf changesdvl2017-01-162-1/+5
| | | | Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* Add patches missing from previous commit.dvl2017-01-164-1/+75
| | | | | | | | Add note to pkg-message about my.cnf Add not to UPGRADING about my.cnf Bump PORTREVISION Submitted by: Larry Rosenman <ler@FreeBSD.org>
* Upgrade to 1.23,1dvl2017-01-164-41/+22
| | | | | | | | Be sure to set the following in my.cnf: [mysqld] innodb_file_per_table=1 sql-mode=""
* net-mgmt/librenms: Update version 201605=>201607bofh2016-07-282-4/+4
|
* net-mgmt/librenms: Update version 201604=>201605bofh2016-06-122-4/+4
|
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-19