Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.8.e.r2_7,1 16 Feb 2019 17:27:29 |
rene |
Remove expired ports:
2019-02-15 net-p2p/verlihub: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins: Verlihub uses legacy GeoIP 1 format which
no longer works; switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins-chatroom: Verlihub uses legacy GeoIP 1
format which no longer works; switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins-floodprotect: Verlihub uses legacy GeoIP 1
format which no longer works; switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins-forbid: Verlihub uses legacy GeoIP 1 format
which no longer works; switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins-iplog: Verlihub uses legacy GeoIP 1 format
which no longer works; switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins-isp: Verlihub uses legacy GeoIP 1 format
which no longer works; switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins-luascript: Verlihub uses legacy GeoIP 1
format which no longer works; switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins-messanger: Verlihub uses legacy GeoIP 1
format which no longer works; switch to GeoIP 2 where possible
2019-02-15 net-p2p/verlihub-plugins-stats: Verlihub uses legacy GeoIP 1 format
which no longer works; switch to GeoIP 2 where possible |
0.9.8.e.r2_7,1 13 Jan 2019 21:22:07 |
adamw |
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports. |
0.9.8.e.r2_7,1 26 Jan 2018 14:39:33 |
jbeich |
net-p2p/verlihub: unbreak build with Clang 6 (C++14 by default)
casyncconn.cpp:585:62: error: invalid operands to binary expression ('__bind<int
&, sockaddr *, unsigned long>' and 'int')
if(bind(sock, (struct sockaddr *)&mAddrIN, sizeof(mAddrIN)) == -1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
creguserinfo.cpp:156:32: error: non-constant-expression cannot be narrowed from
type 'char' to 'unsigned char' in initializer list [-Wc++11-narrowing]
unsigned char charsalt[2] = {((char*)&str)[0],((char*)&str)[1]};
^~~~~~~~~~~~~~~~
creguserinfo.cpp:156:32: note: insert an explicit cast to silence this issue
unsigned char charsalt[2] = {((char*)&str)[0],((char*)&str)[1]};
^~~~~~~~~~~~~~~~
static_cast<unsigned char>( )
script_api.cpp:221:10: error: cannot initialize return object of type 'char *'
with an rvalue of type 'bool'
return false;
^~~~~
script_api.cpp:226:46: error: cannot initialize return object of type 'char *'
with an rvalue of type 'bool'
if ((!usr) || (usr && !usr->mxConn)) return false;
^~~~~
Reported by: pkg-fallout (blocks 9 ports)
Approved by: portmgr blanket |
0.9.8.e.r2_7,1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.9.8.e.r2_7,1 08 Dec 2016 17:26:10 |
tijl |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.9.8.e.r2_6,1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.9.8.e.r2_6,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.9.8.e.r2_6,1 12 Nov 2014 21:31:28 |
antoine |
Cleanup plist |
0.9.8.e.r2_6,1 08 Sep 2014 17:04:05 |
tijl |
net-p2p/verlihub:
- 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 |
0.9.8.e.r2_5,1 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
0.9.8.e.r2_4,1 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.9.8.e.r2_4,1 08 Jul 2014 10:46:42 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket |
0.9.8.e.r2_3,1 03 May 2014 15:58:24 |
rakuco |
Import upstream commit to fix the build with recent versions of GCC.
getcwd(3) needs unistd.h.
MFH: 2014Q2 |
0.9.8.e.r2_3,1 01 Mar 2014 21:23:14 |
gerald |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1] |
0.9.8.e.r2_3,1 12 Feb 2014 09:43:54 |
miwi |
- Stage support |
0.9.8.e.r2_3,1 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
0.9.8.e.r2_3,1 26 Aug 2013 12:39:36 |
bapt |
Fix linking
While here trim headers |
0.9.8.e.r2_3 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
0.9.8.e.r2_2,1 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
0.9.8.e.r2_1,1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.9.8.e.r2_1,1 02 Jul 2011 18:06:14 |
miwi |
- Kick MD5 Support |
0.9.8.e.r2_1,1 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
0.9.8.e.r2,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.9.8.e.r2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.9.8.e.r2,1 20 Jan 2010 21:58:38 |
pav |
- Update to 0.9.8e-r2
PR: ports/140704
Submitted by: Mikle Davidkin <skylord@vt.net.ru> (maintainer) |
0.9.8.e.r1,1 13 Nov 2009 09:32:39 |
wen |
- Update to 0.9.8e-r1
- Database charset is utf8 by default now - according to new version
changes. Message to user after install added.
- Fix GeoIP prefix handling.
- This version uses gcc 4.2+
- Some clean up
- Mantainer e-mail change
PR: ports/137220
Submitted by: Mikle Davidkin <me@skylord.ru> (maintainer) |
0.9.8.d.r2_3 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.9.8.d.r2_3,1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.9.8.d.r2_3,1 11 Jan 2009 22:49:27 |
amdmi3 |
- Add mysql dependency to the rc script
PR: 130157
Submitted by: Morgan Wesström <freebsd-ports-bugs at pp dot dyndns dot biz>
Approved by: "Mikle Davidkin" <skylord at linkline dot ru> (maintainer) |
0.9.8.d.r2_2,1 11 Jan 2009 19:42:13 |
miwi |
- Fix insecure temporary file usage and arbitrary command execution
PR: 129981 (based on)
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer |
0.9.8.d.r2_1,1 06 Jun 2008 13:53:49 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
0.9.8.d.r2,1 08 Feb 2008 16:45:27 |
tabthorpe |
- Update to 0.9.8d-RC2
PR: ports/120120
Submitted by: Mikle Davidkin <skylord vt.net.ru> (maintainer) |
0.9.8.d.r1_1,1 04 Jul 2007 13:07:49 |
rafan |
- Revert previous WRKSRC changes. It was necessary because we have
files/verlihub.in which becomes WRKDIR/verlihub at installation stage. [1]
- Add patch for THubLink plugin support [2]
- Pass maintainership to submitter [2]
- While I'm here, sort pkg-plist
PR: ports/112393 [2]
Pointed out by: danfe [1]
Submitted by: Mikle Davidkin <skylord at vt.net.ru> [2] |
0.9.8.d.r1,1 04 Jul 2007 05:06:51 |
rafan |
- Set WRKSRC to remove ugly post-extract hack [1]
- Correct checksums, this is want I got from sourceforge mirror
now and several days ago
I'm going to commit a PR for this port and add some plugin ports.
Pointed out by: sat [1] |
0.9.8.d.r1,1 03 Jul 2007 10:37:17 |
danfe |
Update to version 0.9.8d-RC1. It fixes the build with GCC 4.2. |
0.9.8.c_2,1 03 Jul 2007 10:32:36 |
danfe |
- Clean up Makefile before update
- Improve on pkg-message further |
0.9.8.c_2,1 03 Jul 2007 09:57:04 |
danfe |
- Utlize DATADIR macro in pkg-list
- Other non-functional and cosmetic issues |
0.9.8.c_2,1 14 Mar 2007 08:04:31 |
linimon |
Reset hurbold@yahoo.com due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.9.8.c_2,1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.9.8.c_2,1 10 Dec 2006 21:18:11 |
gabor |
- Add rc(8) script
- Fix plugin support
- Fix dependencies
- Modify doc-set
- Add database support for non-English hubs
- Installation fixes
- portlint(1)
PR: ports/102406
Submitted by: Pankov Pavel <pankov_p@mail.ru>
Approved by: erwin (mentor), maintainer timeout |
0.9.8.c_1,1 04 Sep 2006 15:51:11 |
erwin |
- s/INSTALL_SHLIB/USE_LDCONFIG/
- Use SUB_FILES
- Make it depend on bash 3.x instead of 2.x
PR: 102596
Submitted by: gabor
Approved by: maintainer |
0.9.8.c_1,1 14 Aug 2006 22:26:37 |
shaun |
Chase GeoIP shared library version bump. |
0.9.8.c,1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9.8.c 30 Jan 2006 21:36:28 |
pav |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc (Only the first 15 lines of the commit message are shown above ) |