Port details |
- pcdm QT5 based display manager for FreeBSD
- 201710031254_4 x11
=0 Version of this port present on the latest quarterly branch. - Maintainer: jt@ixsystems.com
 - Port Added: 2017-11-06 12:50:02
- Last Update: 2021-10-16 07:09:23
- Commit Hash: f0c38dc
- License: BSD2CLAUSE
- Description:
- QT5 based display manager for FreeBSD.
WWW: https://github.com/trueos/pcdm
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/x11/pcdm/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/pcdm
- pkg install pcdm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pcdm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1507049699
SHA256 (trueos-pcdm-201710031254-690fdbdfc9fe482514161df1cd2bd994790c8a2d_GH0.tar.gz) = 2b1983196ce351e0685d86d1a5069c0a71a60f9c620054937e678b1723504a12
SIZE (trueos-pcdm-201710031254-690fdbdfc9fe482514161df1cd2bd994790c8a2d_GH0.tar.gz) = 20956725
- 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:
-
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- libqtiff.so : graphics/qt5-imageformats
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- Runtime dependencies:
-
- xorg-minimal>=0 : x11/xorg-minimal
- xhost : x11/xhost
- setxkbmap : x11/setxkbmap
- qsudo : sysutils/qsudo
- x11.pc : x11/libX11
- libqtiff.so : graphics/qt5-imageformats
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5Network.so : net/qt5-network
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5X11Extras.so : x11/qt5-x11extras
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- x11_pcdm
- USES:
- compiler:c++11-lang gl qmake qt:5 xorg xorg
- 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 |
16 Oct 2021 07:09:23 201710031254_4 |
Jimmy Olgeni (olgeni)  |
x11/pcdm: fix typos in pkg-descr. |
22 Jun 2021 18:53:08 201710031254_4 |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
07 Apr 2021 08:09:01 201710031254_3 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 201710031254_3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Jul 2020 12:27:18
201710031254_3 |
tobik  |
Clean up some things
Reported by: portscan and common sense |
27 Nov 2019 15:35:32
201710031254_3 |
amdmi3  |
- Simplify config file handling by switching to @sample
- Add LICENSE_FILE
- Remove redundant GH_PROJECT
PR: 241807
Submitted by: amdmi3
Approved by: maintainer timeout (jt@ixsystems.com, 2.5 weeks) |
23 Nov 2019 15:42:25
201710031254_3 |
feld  |
x11/pcdm: Fix rc script for FreeBSD
PCDM doesn't daemonize/fork, so we need to handle this by using
daemon(8). It seems this port has only been used/tested on TrueOS with
OpenRC, so it has been broken in FreeBSD ports for the last two years.
PR: 227034
Reported by: VulcanRider
Approved by: just fix it
MFH: 2019Q4
Sponsored by: vBSDcon 2019 |
07 Nov 2019 18:36:56
201710031254_2 |
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
26 Jul 2019 20:46:57
201710031254_2 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
05 May 2019 18:00:13
201710031254_1 |
pkubaj  |
x11/pcdm: fix build with GCC-based architectures
This port needs USES=compiler:c++11-lang to build on GCC architectures.
Additionally (by fernape):
* Reorder USE in the Makefile
* Add widgets as a USE_QT member
* Add USE_GL and USE_XORG (suggested by the framework)
* Fix wrong %%ETCDIR%% substitution in pkg-plist
PR: 237117
Approved by: linimon (mentor) |
16 Jan 2019 11:13:45
201710031254_1 |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
28 Jun 2018 17:39:55
201710031254 |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
18 Feb 2018 10:14:14
201710031254 |
tcberner  |
x11/pcdm add missing dependency on linguisttools_build
/bin/sh: /usr/local/lib/qt5/bin/lrelease: not found
Reported by: antoine |
06 Nov 2017 07:53:40
201710031254 |
araujo  |
QT5 based display manager for FreeBSD
WWW: https://github.com/trueos/pcdm
PR: 222155
Submitted by: q5sys <jt@ixsystems.com>
Sponsored by: iXsystems, Inc. |