Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.12_5 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 ) |
0.5.12_5 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 ) |
0.5.12_4 01 Jan 2019 12:20:47 |
tcberner |
chinese/qterm: remove KDE option after r488807
MFH: 2019Q1 |
0.5.12_3 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.5.12_3 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 |
0.5.12_3 04 Nov 2018 11:50:15 |
antoine |
Mark BROKEN: fails to build
src/uaocodec.cpp:2515:61: error: constant expression evaluates to -128 which
cannot be narrowed to type 'uchar' (aka 'unsigned char') [-Wc++11-narrowing]
{'\x00','\x7d'},{'\x00','\x7e'},{'\x00','\x7f'},{'\x00','\x80'},{'\x00','\x00'},
^~~~~~
Reported by: pkg-fallout |
0.5.12_3 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 |
0.5.12_3 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
0.5.12_2 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
0.5.12_2 24 Aug 2016 08:20:31 |
tcberner |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
0.5.12_2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.5.12_2 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
0.5.12_2 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
0.5.12_2 10 Sep 2014 20:50:37 |
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) |
0.5.12_1 01 Jun 2014 16:43:04 |
ohauer |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) |
0.5.12_1 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
0.5.12 08 Jan 2014 15:47:09 |
vanilla |
Support STAGEDIR.
Approved by: portmgr (blanket infrastructure) |
0.5.12 22 Oct 2013 13:57:35 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
0.5.12 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
0.5.12 15 Sep 2013 08:15:42 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.5.12 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.5.12 16 Apr 2013 18:23:45 |
madpilot |
- "Update" to 2.5.12. This is the supported stable branch upstream
- Bump PORTEPOCH
- Trim Makefile header
- Add CONFLICTS_INSTALL [1]
- Make rc scripts more rclint compliant
- Update WWW line in pkg-descr
PR: ports/175063
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Approved by: danfe (maintainer of games/qstat, via email) [1]
Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer of chinese/qterm) [1]
Feature safe: yes |
0.5.12 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.5.12 19 Mar 2013 14:01:20 |
makc |
- Update to 0.5.12
- Convert to new option framework
- Pass maintainership to submitter
PR: ports/176598
Submitted by: Kai Wang <kaiwang27@gmail.com> |
0.4.1_8 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 |
0.4.1_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.4.1_7 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.4.1_7 24 Feb 2011 23:25:54 |
miwi |
- Move over to python2.5 or higher
- While here kick md5 |
0.4.1_6 09 Jan 2011 11:13:41 |
sunpoet |
- Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here
PR: ports/153634
Submitted by: sunpoet (myself)
Approved by: pav (with portmgr hat) |
0.4.1_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.4.1_5 13 Feb 2010 08:55:56 |
miwi |
- Update MASTER_SITES
PR: 143391
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
0.4.1_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.4.1_4 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.4.1_4 13 Dec 2009 17:00:14 |
miwi |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
0.4.1_4 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
0.4.1_4 19 Aug 2009 18:50:20 |
erwin |
Reset maintainer
<yuanjue@yuanjue.net>: connect to yuanjue.net[208.73.210.27]:25: Connection
refused |
0.4.1_4 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 |
0.4.1_3 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
0.4.1_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 ) |
0.4.1_2 06 Jun 2008 13:14:38 |
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) |
0.4.1_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) |
0.4.1 06 Mar 2008 08:38:08 |
lwhsu |
- Update to 0.4.1
PR: ports/121397
Submitted by: Denise H. G. <darcsis AT gmail.com>
Approved by: "YUAN Jue" <yuanjue AT yuanjue.net> (maintainer) |
0.4.0_2 14 Dec 2007 22:56:29 |
pav |
- Add missed dependency on perl |
0.4.0_2 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}. |
0.4.0_1 10 Aug 2006 01:50:14 |
clsung |
- Does not build on 4.x
Approved by: maintainer (Yuan, Jue) (implicit) |
0.4.0_1 04 Aug 2006 09:08:10 |
clsung |
1. make qterm.cfg & address.cfg writable by default since native linux version
has this feature.
2. add one more address to MASTER_SITES
3. add PKGNAMEPREFIX
PR: ports/101345
Submitted by: maintainer (Yuan Jue) |
0.4.0 01 Aug 2006 12:19:05 |
clsung |
- upgrade from 0.4.0-pre2 to 0.4.0-release
- pass maintainership
PR: ports/100918
Submitted by: maintainer (Yuan Jue)
Approved by: maintainer (gavin_AT_FreeBSDChina dot org) |
0.4.0.p2 25 Jul 2006 14:52:23 |
clsung |
- fix compiling problem
- libtool problem
- executable file problem
PR: ports/97177
Submitted by: Yuan, Jue <yuanjue_AT_yuanjue dot net>
Approved by: maintainer timeout |
0.4.0.p2 03 May 2006 23:38:41 |
edwin |
remove USE_REINPLACE for all ports with categories starting with C |
0.4.0.p2 22 Jan 2006 08:21:06 |
edwin |
SHA256ify
Approved by: krion@ |
0.4.0.p2 08 Jan 2005 16:24:17 |
leeym |
- fix pkg-plist error
- utilize DATADIR
PR: 75853
Submitted by: Gavin Mu <gavin@FreeBSDChina.org> |
0.4.0.p2 18 Dec 2004 08:48:29 |
clive |
Fix build on FreeBSD 4.x.
PR: ports/75183
Submitted by: MAINTAINER |
0.4.0.p2 15 Dec 2004 05:46:24 |
clive |
Update to 0.4.0.p2, which also includes changes below:
o Use a more flexible form of USE_PYTHON
o Build on non i386 platform is believed to be fixed.
PR: ports/75052
Submitted by: MAINTAINER |
0.4.0.p1 08 Dec 2004 20:54:09 |
lesi |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Approved by: maintainer |
0.4.0.p1 18 Nov 2004 22:08:03 |
kris |
BROKEN on 6.x and !i386: Does not compile |
0.4.0.p1 14 Nov 2004 12:12:51 |
clive |
Try to fix broken build on AMD64.
Submitted by: MAINTAINER |
0.4.0.p1 01 Nov 2004 08:12:33 |
clive |
Update to 0.4.0pre1.
PR: ports/73305
Submitted by: MAINTAINER |
0.3.7 20 Aug 2004 22:18:00 |
pav |
- Update to 0.3.7
PR: ports/70445
Submitted by: Gavin Mu <gavin@FreeBSDChina.org> (maintainer) |
0.3.6 26 Jul 2004 11:16:11 |
vs |
Unbreak on 4.X, use QString::null instead of ""
PR: ports/69519
Submitted by: Cheng-Lung Sung
Approved by: maintainer |
0.3.6 02 Jul 2004 08:24:02 |
kris |
BROKEN on 4.x: Does not compile |
0.3.6 25 May 2004 07:32:55 |
krion |
- Update to version 0.3.6
PR: ports/67160
Submitted by: maintainer |
0.3.5 16 Mar 2004 14:56:08 |
krion |
- Update to version 0.3.5
- Fix WWW:
- Assign maintainership to submitter
PR: ports/64278
Submitted by: Gavin Mu <gavin@tju.edu.cn> |
0.3.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.3.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.3.2 21 Nov 2003 03:09:45 |
linimon |
statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org. We're sorry to see you
go and want to thank you for your help in the past.
PR: ports/59515
Submitted by: statue@freebsd.sinica.edu.tw |
0.3.2 09 Nov 2003 08:46:12 |
leeym |
update to 0.3.2
PR: 56685
Submitted by: Statue <statue@freebsd.sinica.edu.tw> |
0.2.0 29 Jul 2003 05:48:13 |
daichi |
update chinese/qterm: update MASTER_SITES
PR: 55001
Submitted by: Statue <statue@freebsd.sinica.edu.tw> (maintainer) |
0.2.0 14 Apr 2003 16:55:27 |
arved |
add CONFIGURE_ARGS+="--enable-mt"
remove file: files/patch-qterm::qtermtelnet.h
PR: 50902
Submitted by: maintainer |
0.2.0 12 Apr 2003 20:37:49 |
arved |
Update to 0.2.0
PR: 50860
Submitted by: maintainer |
0.1.7 21 Feb 2003 11:06:31 |
knu |
De-pkg-comment. |
0.1.7 16 Jan 2003 09:21:44 |
arved |
Update to 0.1.7
USE_QT_VER=3
PR: 47123
Submitted by: Statue <statue@freebsd.sinica.edu.tw> |
0.1.5 19 Apr 2002 12:45:14 |
ijliao |
upgrade to 0.1.5
PR: 37217
Submitted by: maintainer |
0.1.4 15 Apr 2002 10:47:25 |
ijliao |
upgrade to 0.1.4
PR: 37093
Submitted by: maintainer |
24 Feb 2002 06:20:14 |
clive |
Forget this one in previous commit. |
24 Feb 2002 06:18:31 |
clive |
o mv patch-aa to patch-Makefile o add a new patch file: patch-qterm.cpp o
change master site |
02 Nov 2001 04:59:56 |
clive |
Upgrade to 0.1.3 |
27 Oct 2001 07:02:28 |
clive |
New port: QTerm is a BBS client in Unix. Its original goal is to make it a
practical tool like CTerm and STerm in Windows. |