| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=375102
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=364628
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF ".deps/cluainterpreter.Tpo" -c -o cluainterpreter.lo cluainterpreter.cpp; then mv -f ".deps/cluainterpreter.Tpo" ".deps/cluainterpreter.Plo"; else rm -f ".deps/cluainterpreter.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF .deps/cluainterpreter.Tpo -c cluainterpreter.cpp -fPIC -DPIC -o .libs/cluainterpreter.o
cluainterpreter.cpp: In destructor 'nScripts::cLuaInterpreter::~cLuaInterpreter()':
cluainterpreter.cpp:48: warning: deprecated conversion from string constant to 'char*'
cluainterpreter.cpp: In member function 'bool nScripts::cLuaInterpreter::Init()':
cluainterpreter.cpp:66: error: 'luaopen_loadlib' was not declared in this scope
cluainterpreter.cpp:120: error: 'lua_dofile' was not declared in this scope
cluainterpreter.cpp: In member function 'void nScripts::cLuaInterpreter::Load()':
cluainterpreter.cpp:137: warning: deprecated conversion from string constant to 'char*'
*** [cluainterpreter.lo] Error code 1
Reported by: pkg-fallout
With hat: portmgr
Notes:
svn path=/head/; revision=358471
|
|
|
|
|
|
|
|
| |
Reported by: antoine
With hat: portmgr
Notes:
svn path=/head/; revision=355472
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=355375
|
|
|
|
|
|
|
|
|
|
|
| |
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=355360
|
|
|
|
|
|
|
| |
net-p2p)
Notes:
svn path=/head/; revision=327758
|
|
|
|
| |
Notes:
svn path=/head/; revision=317828
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=276919
|
|
|
|
|
|
|
|
| |
PR: ports/140704
Submitted by: Mikle Davidkin <skylord@vt.net.ru> (maintainer)
Notes:
svn path=/head/; revision=248242
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=244883
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Share COMMENT setting
Suggested by: sat
Reviewed by: sat
Approved by: Mikle Davidkin (maintainer)
Notes:
svn path=/head/; revision=195287
|
|
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=194980
|