notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: deskutils/lumina-xdg-entry/Makefile
SVNWeb

Number of commits found: 8

Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 25 Dec 2018
[ 09:30 amdmi3 search for other commits by this committer ] Original commit   Revision:488305
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Sat, 22 Dec 2018
[ 02:10 linimon search for other commits by this committer ] Original commit   Revision:488048
This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

While here, pet portlint.

PR:		234245
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Thu, 2 Nov 2017
[ 21:41 olgeni search for other commits by this committer ] Original commit   Revision:453381 (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.

This round is @FreeBSD.org residents except teams.
Wed, 20 Sep 2017
[ 14:16 kmoore search for other commits by this committer ] Original commit   Revision:450205 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Fix Lumina ports to use DISTVERSIONSUFFIX properly and not mis-interpret the
-p1

PR: 222452
Submitted by: Ken Moore <ken@pcbsd.org>
Sponsored by: iXsystems
Mon, 18 Sep 2017
[ 17:45 kmoore search for other commits by this committer ] Original commit   Revision:450057 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
- Update x11/lumina to 1.3.0
- Bring in Lumina utilities as their own ports

PR: 220387
Submitted by: Ken Moore <ken@pcbsd.org>
Sponsored by: iXsystems

Number of commits found: 8