Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Nov 2019 10:47:01
1.5_2

|
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
26 Jul 2019 20:46:57
1.5_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 |
03 Apr 2019 06:58:20
1.5_1

|
linimon  |
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket) |
16 Jan 2019 11:13:45
1.5_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 ) |
17 Dec 2018 19:21:10
1.5

|
amdmi3  |
- Update WWW |
13 Dec 2018 19:26:39
1.5

|
amdmi3  |
- Update to 1.5 |
02 Dec 2018 15:41:48
1.4_2

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
28 Jun 2018 17:39:55
1.4_2

|
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 |
19 May 2016 10:44:12
1.4_2

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
08 Dec 2014 16:48:41
1.4_2

|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
22 Sep 2014 12:11:59
1.4_1

|
amdmi3  |
- Cleanup plist |
10 Sep 2014 20:50:37
1.4_1

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
22 Nov 2013 18:48:31
1.4

|
makc  |
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval) |
19 Nov 2013 17:39:17
1.4

|
amdmi3  |
- Fix link on 10.x
- Remove Author: line |
31 Oct 2013 18:58:57
1.4

|
amdmi3  |
- Support staging
- Use upstream installation and don't install unneeded files (1)
Submitted by: makc (1) |
22 Oct 2013 13:53:34
1.4

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
20 Sep 2013 17:36:36
1.4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
26 Aug 2013 23:30:22
1.4

|
amdmi3  |
- Update to 1.4
PR: 181224
Submitted by: nemysis <nemysis@gmx.ch> |
14 Aug 2013 22:35:54
1.3_6

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
08 Aug 2013 15:19:10
1.3_6

|
amdmi3  |
- Fix build with clang |
12 Jul 2013 15:01:46
1.3_6

|
amdmi3  |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
21 May 2013 23:54:32
1.3_6

|
amdmi3  |
- Use QMAKEFLAGS
- Trim Makefile header |
06 Jun 2012 06:44:38
1.3_5
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
1.3_5
|
dinoex  |
- update png to 1.5.10 |
24 Oct 2011 09:11:38
1.3_4
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
03 Jul 2011 14:25:36
1.3_4
|
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
1.3_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
28 Jul 2009 16:34:36
1.3_3
|
amdmi3  |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
31 Mar 2009 17:05:17
1.3_3
|
amdmi3  |
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports |
05 Jan 2009 16:14:51
1.3_3
|
amdmi3  |
- Update address of my distfile mirror |
08 Oct 2008 13:39:42
1.3_3
|
amdmi3  |
- qmake is a build dependency too |
08 Oct 2008 13:32:46
1.3_2
|
amdmi3  |
- moc/rcc/uic are build-depends |
19 Jun 2008 17:28:24
1.3_1
|
amdmi3  |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
06 Jun 2008 13:31:51
1.3_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
27 Apr 2008 09:14:33
1.3
|
miwi  |
- Update to 1.3
- Pass maintainership to the submitter
PR: 122491
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
19 May 2007 20:32:57
1.2_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
07 May 2006 23:46:33
1.2
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
08 Nov 2005 12:56:15
1.2
|
arved  |
* Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio |
16 Apr 2005 19:02:17
1.2
|
jylefort  |
Update to 1.2
PR: ports/79973
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: adamw (mentor) |
30 Dec 2004 08:47:56
1.1
|
krion  |
Update to version 1.1
PR: ports/75623
Submitted by: Ports Fury |
27 Nov 2004 14:53:00
1.0
|
arved  |
Fix Build by defining QTDIR
Reported by: pointyhat |
16 Nov 2004 12:16:28
1.0
|
arved  |
Fix build. Depend on qmake
Reported by: pointyhat |
12 Nov 2004 12:02:57
1.0
|
arved  |
Add qnetwalk, QT version of the netwalk game |