Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.s764 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
2.s764 02 Dec 2018 15:41:48 |
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 |
2.s764 04 Nov 2018 12:15:56 |
antoine |
Mark BROKEN: fails to build
network/cyberoroconnection.cpp:546:27: error: constant expression evaluates to
250 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
char packet[8] = { 0x0a, 0xfa, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };
^~~~
Reported by: pkg-fallout |
2.s764 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 |
2.s764 16 Apr 2016 12:29:27 |
danfe |
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby. |
2.s764 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.s764 21 Nov 2013 16:09:47 |
makc |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE |
2.s764 22 Oct 2013 13:53:34 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
2.s764 13 Oct 2013 13:03:04 |
makc |
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes |
2.s764 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.s764 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.s764 09 Jun 2013 16:56:02 |
miwi |
- Update to version 2.s764
PR: 179220
Submitted by: Ports Fury |
1.5.4.3_3 30 Dec 2012 12:03:52 |
beat |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe |
1.5.4.3_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.5.4.3_2 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.5.4.3_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.5.4.3_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.5.4.3 20 Oct 2009 09:40:26 |
miwi |
- Update to 1.5.4.3
PR: 139765
Submitted by: Ports Fury |
1.5.4.2_3 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.5.4.2_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.5.4.2_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.5.4.2_2 06 Jun 2008 13:31:51 |
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) |
1.5.4.2_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.5.4.2 14 Dec 2007 18:45:44 |
miwi |
- Update to 1.5.4.2
PR: 118610
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5.4 20 Jun 2007 14:18:35 |
miwi |
- Update to 1.5.4
PR: 113770
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5.3_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.5.3 13 Feb 2007 00:16:29 |
pav |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat |
1.5.3 17 Jan 2007 20:44:24 |
miwi |
- Update to 1.5.3
PR: 107998
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5.2 09 Oct 2006 00:38:17 |
alepulver |
- Update to version 1.5.2.
PR: ports/104173
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5.1 15 Apr 2006 19:39:38 |
arved |
Update to 1.5.1
PR: 95817
Submitted by: KATO Tsuguru |
1.0.4.2 21 Jan 2006 00:04:12 |
pav |
- Update to 1.0.4.2
PR: ports/92009
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0.3.2 11 Dec 2005 17:52:01 |
tdb |
- Update to version 1.0.3.2
PR: 90193
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: clement (mentor) |
1.0.3 24 Nov 2005 19:28:01 |
pav |
- Add SHA256 |
1.0.3 10 Oct 2005 10:28:51 |
garga |
- Update to 1.0.3
PR: ports/87059
Submitted by: Ports Fury |
1.0.2 29 Sep 2005 13:37:44 |
lofi |
Fix bogus ui files in preparation for Qt 3.3.5 |
1.0.2 08 Jul 2005 18:46:26 |
novel |
update to 1.0.2.
PR: 83154
Submitted by: Ports Fury |
1.0.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0.1 05 Apr 2005 09:26:16 |
krion |
Update to version 1.0.1
PR: ports/79474
Submitted by: Ports Fury |
1.0.0.2 23 Dec 2004 09:57:44 |
krion |
Update to version 1.0.0.2
PR: ports/75397
Submitted by: Ports Fury |
1.0.0 18 Dec 2004 18:46:04 |
krion |
Update to version 1.0.0
PR: ports/75113
Submitted by: Ports Fury |
0.2.2 07 Dec 2004 11:22:37 |
lesi |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade |
0.2.2 26 Oct 2004 17:50:46 |
krion |
Update to version 0.2.2
PR: ports/73076
Submitted by: Ports Fury |
0.2.1 23 Aug 2004 19:01:18 |
krion |
Update to version 0.2.1
PR: ports/70867
Submitted by: Ports Fury |
0.2 20 Aug 2004 21:20:50 |
arved |
Fix build with gcc 3.4 |
0.2 10 May 2004 15:41:26 |
krion |
- Update to version 0.2
PR: ports/66465
Submitted by: Ports Fury |
0.1.3 14 Mar 2004 08:00:14 |
krion |
- Fix build with qt33
PR: ports/64212
Submitted by: Ports Fury |
0.1.3 10 Feb 2004 15:26:19 |
krion |
- Update to version 0.1.3
PR: ports/62638
Submitted by: Ports Fury |
0.1.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.1.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.1.2 17 Dec 2003 16:41:49 |
krion |
- Update to version 0.1.2
PR: 60338
Submitted by: Ports Fury |
0.1.1 05 Nov 2003 15:58:25 |
krion |
- Update to version 0.1.1
PR: 58962
Submitted by: Ports Fury |
0.0.14 07 Mar 2003 06:03:01 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.0.14 22 Feb 2003 23:16:40 |
arved |
Update to 0.0.14. USE_QT= 3. Set MAINTAINER back to ports |
0.0.11 23 Aug 2002 05:53:54 |
alane |
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
maintainership. |
0.0.11 30 Jun 2002 02:50:27 |
ijliao |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
0.0.11 20 May 2002 16:31:41 |
ijliao |
upgrade to 0.0.11 |
0.0.8 13 Apr 2002 06:57:45 |
ijliao |
add qgo 0.0.8
A Go board and SGF editor written with the Qt library |