Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1439494375_1 15 Dec 2019 17:34:12 |
rene |
Remove expired ports:
2019-12-15 net/samba48: not supported by the upstream
2019-12-15 sysutils/life-preserver: Abandoned upstream
2019-12-15 sysutils/pbi-manager: Abandoned upstream
2019-12-15 sysutils/pcbsd-appweb: Abandoned upstream
2019-12-15 sysutils/pcbsd-libsh: Abandoned upstream
2019-12-15 sysutils/pcbsd-syscache: Abandoned upstream
2019-12-15 sysutils/pcbsd-utils: Abandoned upstream
2019-12-15 sysutils/warden: Abandoned upstream |
1439494375_1 16 Nov 2019 06:16:08 |
tobik |
Deprecate some PC-BSD ports that have been abandoned upstream
PR: 241666
Approved by: kmoore (maintainer timeout, 2 weeks) |
1439494375_1 16 Jan 2019 11:13:45 |
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 ) |
1439494375 28 Jun 2018 17:39:55 |
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 |
1439494375 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
1439494375 27 Dec 2016 12:20:41 |
amdmi3 |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket |
1439494375 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1439494375 08 Mar 2016 13:09:12 |
mat |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
1439494375 07 Oct 2015 17:11:56 |
kmoore |
- Update PC-BSD related ports to their respective 10.2 versions
- Includes fixes to install pcbsd-utils-qt4 from non-root and
shebang corrections
PR: 203598 |
1438369862 31 Jul 2015 19:37:02 |
kmoore |
- Update the various PC-BSD ports to their respective 10.2-RC1 versions
- Switch to pulling distfiles from GH |
1431457302 22 May 2015 19:09:06 |
kmoore |
- Distfile re-roll for several PC-BSD ports
- Fix some invalid data being bundled, causing i386 to fail
- While here, fix sysutils/pcbsd-appweb plist |
1431457302 18 May 2015 14:20:48 |
kmoore |
- Update PC-BSD related ports to 1431700504 / 10.1.2 versions
- Pet portlint for many
- Remove obsolete pkg-install |
1421343297 31 Mar 2015 15:31:50 |
bapt |
Remove useless execution of script
Simplify Makefile and make it respects the common framework variable |
1421343297 03 Feb 2015 15:05:14 |
kmoore |
- Add PC-BSD ports from the 10.1.1 release
- Update MOVED to reflect pcbsd-utils-qt4 -> pcbsd-utils-qt5 |