Port details |
- clxclient C++ wrapper library around the X Window System API
- 3.9.2 devel =2 3.9.2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-06-14 22:07:20
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://kokkinizita.linuxaudio.org/linuxaudio/
- Description:
- clxclient is a C++ wrapper library around the X Window System API that is used
in some LinuxAudio-hosted projects.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- clxclient>0:devel/clxclient
- To install the port:
- cd /usr/ports/devel/clxclient/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/clxclient
- pkg install clxclient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clxclient
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1623701720
SHA256 (clxclient-3.9.2.tar.bz2) = 8501e964f0e0746abc5083a0b75fe3b937281cc4a9f7d1450ff98e86bc337881
SIZE (clxclient-3.9.2.tar.bz2) = 29991
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:
-
- clthreads>0 : devel/clthreads
- freetype2>0 : print/freetype2
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- This port is required by:
- for Libraries
-
- audio/aeolus
- audio/ebumeter
- audio/jnoisemeter
- audio/tetraproc
- audio/zita-at1
- audio/zita-bls1
- audio/zita-dpl1
Configuration Options:
- No options to configure
- Options name:
- devel_clxclient
- USES:
- gmake localbase:ldflags pkgconfig tar:bz2 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
3.9.2 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 ) |
3.9.2 11 Sep 2021 08:37:00 |
Daniel Engberg (diizzy) |
devel/clxclient: Don't override ports framework optimization
Don't set -O2 or -march=native as this will clash with optimization
handled by ports framework and -march=native isn't valid on several non x86
platforms causing build failures.
PR: 258348
Reported by: pkg-fallout
Approved by: yuri (maintainer), arrowd (mentor) |
3.9.2 14 Jun 2021 21:41:12 |
Yuri Victorovich (yuri) |
devel/clxclient: New port: C++ wrapper library around the X Window System API |
Number of commits found: 4
|