aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/verlihub-plugins-chatroom/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Mark these ports as buildable on armv6 after a trybroken run. (AlsoMark Linimon2017-12-081-2/+0
| | | | | | | | | | | tested with trybroken on armv7.) The 'runaway process' ones are most likely just statistical. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455765
* Mark some ports failing on armv6, for errors classified as "configure_error".Mark Linimon2017-05-271-0/+2
| | | | | | | | | | | | | Note: this skips all the ports that _sometimes_ fail with CMake errors. We need to investigate that problem, and find out if it is specific to the qemu environment. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441874
* Remove libpcre.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428143
* net-p2p/verlihub:Tijl Coosemans2014-09-081-4/+3
| | | | | | | | | | | | - Fix build with clang net-p2p/verlihub-plugins*: - Add USES=libtool and INSTALL_TARGET=install-strip - Drop USE_GCC=any - Avoid including bsd.port.pre.mk Notes: svn path=/head/; revision=367657
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* - Fix the build of verlihub-plugins-luascript: careless patching with sed(1)Alexey Dokuchaev2014-06-251-2/+1
| | | | | | | | | resulted in wrong HAVE_LUA_5_0 (instead of correct HAVE_LUA_5_1) macro to be defined in generated `config.h' header file - Stagify and cleanup all verlihub-plugins* ports while I'm at here Notes: svn path=/head/; revision=359214
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* - Update to 0.9.8e-r2Pav Lucistnik2010-01-201-2/+3
| | | | | | | | PR: ports/140704 Submitted by: Mikle Davidkin <skylord@vt.net.ru> (maintainer) Notes: svn path=/head/; revision=248242
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Make pkg-message shared between these plugin portsRong-En Fan2007-07-091-1/+2
| | | | | | | | | | | - Share COMMENT setting Suggested by: sat Reviewed by: sat Approved by: Mikle Davidkin (maintainer) Notes: svn path=/head/; revision=195287
* Chatroom plugin for the VerliHub.Rong-En Fan2007-07-051-0/+17
Verlihub is a Linux/Unix Direct Connect protocol server (Hub). It is written in c++, has relatively low CPU and RAM usage, and has many useful features. It also uses a MySQL Database. Additional functionality is available through a versatile 'plugin' system. WWW: http://www.verlihub-project.org/ PR: ports/112393 Submitted by: Mikle Davidkin <skylord at vt.net.ru> Notes: svn path=/head/; revision=194974