Port details |
- vxlog C++ logging library
- 1.0.3_1 devel
=0 1.0.3_1Version of this port present on the latest quarterly branch. - Maintainer: konstantin.lepa@gmail.com
 - Port Added: 2010-09-03 16:03:26
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- License: MIT
- Description:
- C++ logging library.
WWW: https://sourceforge.net/projects/vxlog/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/vxlog/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/vxlog
- pkg install vxlog
- PKGNAME: vxlog
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (vxlog-1.0.3.tar.gz) = 52c41dffe5691ad0770fc0576fc483477a44ba96b77ee46379c87cec0151e36e
SIZE (vxlog-1.0.3.tar.gz) = 10942
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_vxlog
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.0.3_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Jul 2018 08:51:48
1.0.3_1
|
tobik  |
devel/vxlog: Fix build with Clang 6
src/vxlog/type-to-string.h:65:37: error: invalid suffix on literal; C++11
requires a space between literal and identifier
[-Wreserved-user-defined-literal]
int res = snprintf(str, len, "%"PRId64, static_cast<int64_t>(value));
^
http://beefy11.nyi.freebsd.org/data/head-i386-default/p473363_s335650/logs/vxlog-1.0.3_1.log |
15 Jun 2018 09:34:33
1.0.3_1
|
amdmi3  |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
08 Dec 2016 17:01:32
1.0.3_1
|
tijl  |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
23 May 2016 18:36:52
1.0.3
|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
14 Jan 2015 19:04:36
1.0.3
|
amdmi3  |
- Use correct namespace for shared_ptr with libc++, fixes build on 10+
PR: 195904
Submitted by: amdmi3
Approved by: maintainer timeout |
27 Oct 2014 11:09:47
1.0.3
|
bapt  |
Cleanup plist |
06 Feb 2014 21:52:28
1.0.3
|
bapt  |
Support stage, builds fine with clang |
20 Sep 2013 17:17:45
1.0.3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
22 Mar 2013 20:06:15
1.0.3
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
07 Jul 2011 09:17:32
1.0.3
|
wen  |
- Remove USE_GZIP=yes since it is default
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: pav@(portmgr) |
03 Jul 2011 14:59:23
1.0.3
|
ohauer  |
-remove MD5 |
18 Oct 2010 15:27:58
1.0.3
|
bapt  |
- update to 1.0.3
- add the new SF mirrors
Submitted by: Konstantin Lepa <konstantin.lepa _at_ gmail.com> (maintainer, by
mail) |
06 Sep 2010 12:47:56
1.0.1
|
bapt  |
- add USE_GCC= 4.2+
Reported by: pointy hat, pav
Approved by: maintainer |
03 Sep 2010 16:02:57
1.0.1
|
bapt  |
C++ logging library.
WWW: http://bitbucket.org/klepa/vxlog
PR: ports/141790
Submitted by: Konstantin Lepa <konstantin.lepa at gmail.com> |