Port details |
- cxxtools Collection of general-purpose C++ classes
- 2.2.1_3 devel =2 2.2.1_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-03-26 19:11:46
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21+
- WWW:
- https://www.tntnet.org/cxxtools.html
- Description:
- Cxxtools is a collection of general-purpose C++ classes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cxxtools>0:devel/cxxtools
- To install the port:
- cd /usr/ports/devel/cxxtools/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cxxtools
- pkg install cxxtools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cxxtools
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cxxtools-2.2.1.tar.gz) = 8cebb6d6cda7c93cc4f7c0d552a68d50dd5530b699cf87916bb3b708fdc4e342
SIZE (cxxtools-2.2.1.tar.gz) = 821324
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- www/tntnet
Configuration Options:
- No options to configure
- Options name:
- devel_cxxtools
- USES:
- cpe iconv libtool localbase pathfix
- 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 |
2.2.1_3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2.2.1_3 23 Jul 2023 16:08:16 |
Muhammad Moinur Rahman (bofh) |
devel/cxxtools: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
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) |
2.2.1_3 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 ) |
2.2.1_3 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 ) |
2.2.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.1_3 08 Dec 2020 16:00:31 |
linimon |
Mark BROKEN on riscv64 the same as on aarch64. |
2.2.1_3 12 Jul 2019 15:41:38 |
linimon |
Simplify architecture tests for 64-bit. Listing each ARCH is fragile; e.g.,
misses some 64-bit mips variants.
While here, further collapse tests for multiple variants of arm, mips, powerpc.
Approved by: portmgr (tier-2 blanket) |
2.2.1_3 26 Apr 2018 22:22:58 |
jbeich |
devel/cxxtools: unbreak with libc++ 6.0
In file included from settingswriter.cpp:28:
In file included from ./settingswriter.h:31:
In file included from ../include/cxxtools/char.h:32:
In file included from /usr/include/c++/v1/string:477:
/usr/include/c++/v1/string_view:211:5: error: static_assert failed due to
requirement 'is_pod<value_type>::value' "Character type of basic_string_view
must be a POD"
static_assert(is_pod<value_type>::value, "Character type of
basic_string_view must be a POD");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
settingswriter.cpp:42:21: note: in instantiation of template class
'std::__1::basic_string_view<cxxtools::Char,
std::__1::char_traits<cxxtools::Char> >' requested here
*_os << std::endl;
^
Reported by: pkg-fallout |
2.2.1_3 09 Dec 2017 00:42:05 |
linimon |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket) |
2.2.1_3 10 Oct 2017 21:31:30 |
linimon |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial) |
2.2.1_3 16 Nov 2016 00:33:20 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.2.1_3 09 Feb 2016 01:47:27 |
amdmi3 |
- Switch to USES=localbase
- Strip libraries
- Switch to options helpers
- Simplify patches handling |
2.2.1_2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.2.1_2 14 Dec 2015 02:52:14 |
eadler |
Reset maintainer |
2.2.1_2 16 May 2015 17:29:10 |
amdmi3 |
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket |
2.2.1_2 30 Jan 2015 17:31:02 |
nox |
- Fix plist for non-x86. [1]
- Add missing USE_LDCONFIG.
- Bump PORTREVISION.
Reported by: sbruno (via private email) [1] |
2.2.1_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.2.1_1 15 Aug 2014 17:54:09 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
2.2.1 27 Jan 2014 21:50:45 |
nox |
- Update devel/cxxtools and www/tntnet to 2.2.1 and stagify them.
- Update www/vdr-plugin-live to 0.3.0 with patches merged from the
git 0.3.0 branch. (stagifying the vdr ports left for later.)
- Use new LIB_DEPENDS syntax.
- Rewrite NOPORTDOCS. |
2.1.1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.1.1 13 Sep 2013 19:27:06 |
nox |
- Fix build with clang+libc++. [1]
- Convert Makefile header.
Reported by: beefy2 via pkg-fallout [1] |
2.1.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.1.1 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
2.1.1 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
2.1.1 29 Jul 2012 17:32:50 |
nox |
Update to 2.1.1 . |
2.1_1 30 May 2012 17:05:48 |
nox |
- (Attempt to) fix plist on !amd64.
- Bump PORTREVISION.
PR: ports/168358
Submitted by: linimon |
2.1 27 Apr 2012 17:46:04 |
nox |
- Update devel/cxxtools and www/tntnet to 2.1 .
- Bump PORTREVISION for www/vdr-plugin-live that depends on tntnet. |
2.0_1 07 Nov 2011 04:24:55 |
miwi |
- Get rid FreeBSD 6 support |
2.0_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
2.0_1 16 Jul 2011 05:20:35 |
linimon |
Mark as broken on sparc64: does not configure. |
2.0_1 25 Jun 2011 18:34:33 |
nox |
- Actually fix cxxtools build with clang, the previous update only
silenced the warning with clang 2.9 but still generated broken code.
- Bump PORTREVISION for devel/cxxtools and also for www/tntnet that
depends on cxxtools. |
2.0 22 Jun 2011 22:53:57 |
nox |
Fix build with clang, and a bug it found too. |
2.0 01 Apr 2011 19:10:59 |
nox |
Update to 2.0 . |
1.4.8 26 Mar 2011 19:11:28 |
nox |
Cxxtools is a collection of general-purpose C++ classes.
WWW: http://www.tntnet.org/cxxtools.html |