Port details |
- vxlog C++ logging library
- 1.0.3_1 devel
=2 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: 2023-11-27 13:26:34
- Commit Hash: 7336d9a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://sourceforge.net/projects/vxlog/
- Description:
- C++ logging library.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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-core
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.3_1 27 Nov 2023 13:26:34
    |
Alexey Dokuchaev (danfe)  |
devel/vxlog: try to unbreak and thus undeprecate the port. |
1.0.3_1 29 Oct 2023 22:53:29
    |
Muhammad Moinur Rahman (bofh)  |
devel/vxlog: Mark DEPRECATED
- BROKEN for more than a year
- Set EXPIRATION_DATE 2023-11-30
Approved by: portmgr (blanket) |
1.0.3_1 08 Sep 2022 13:20:11
    |
Dmitry Marakasov (amdmi3)  |
devel/vxlog: mark BROKEN
In file included from
/wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/file-outputter.cc:23:
In file included from
/wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/vxlog/file-outputter.h:35:
/wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/vxlog/outputter-interface.h:26:10:
fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^~~~~~~~~~~~
Reported by: pkg-fallout
Approved by: portmgr blanket |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.3_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.3_1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.3_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.3_1 08 Jul 2018 08:51:48
  |
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 |
1.0.3_1 15 Jun 2018 09:34:33
  |
amdmi3  |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
1.0.3_1 08 Dec 2016 17:01:32
  |
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. |
1.0.3 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.0.3 14 Jan 2015 19:04:36
  |
amdmi3  |
- Use correct namespace for shared_ptr with libc++, fixes build on 10+
PR: 195904
Submitted by: amdmi3
Approved by: maintainer timeout |
1.0.3 27 Oct 2014 11:09:47
  |
bapt  |
Cleanup plist |
1.0.3 06 Feb 2014 21:52:28
  |
bapt  |
Support stage, builds fine with clang |
1.0.3 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.0.3 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.0.3 07 Jul 2011 09:17:32
 |
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) |
1.0.3 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.0.3 18 Oct 2010 15:27:58
 |
bapt  |
- update to 1.0.3
- add the new SF mirrors
Submitted by: Konstantin Lepa <konstantin.lepa _at_ gmail.com> (maintainer, by
mail) |
1.0.1 06 Sep 2010 12:47:56
 |
bapt  |
- add USE_GCC= 4.2+
Reported by: pointy hat, pav
Approved by: maintainer |
1.0.1 03 Sep 2010 16:02:57
 |
bapt  |
C++ logging library.
WWW: http://bitbucket.org/klepa/vxlog
PR: ports/141790
Submitted by: Konstantin Lepa <konstantin.lepa at gmail.com> |