Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0.b5.2_11 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.0.0.b5.2_11 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
2.0.0.b5.2_10 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.0.0.b5.2_10 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
2.0.0.b5.2_9 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.0.0.b5.2_9 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
2.0.0.b5.2_8 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
2.0.0.b5.2_7 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
2.0.0.b5.2_6 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
2.0.0.b5.2_5 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
2.0.0.b5.2_4 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.0.0.b5.2_4 18 Feb 2017 19:48:05 |
tcberner |
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213 |
2.0.0.b5.2_4 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
2.0.0.b5.2_3 18 Dec 2016 22:06:50 |
tcberner |
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825 |
2.0.0.b5.2_3 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
2.0.0.b5.2_2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.0.0.b5.2_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.0.0.b5.2_2 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.0.0.b5.2_2 02 Jun 2015 12:29:30 |
amdmi3 |
- Switch to USES=autoreconf |
2.0.0.b5.2_2 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
2.0.0.b5.2_2 17 Feb 2014 06:58:07 |
miwi |
- Stage support |
2.0.0.b5.2_2 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
2.0.0.b5.2_1 12 Dec 2013 10:53:38 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
2.0.0.b5.2_1 19 Nov 2013 23:08:45 |
mat |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
2.0.0.b5.2_1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
2.0.0.b5.2_1 07 Sep 2013 17:20:21 |
sunpoet |
- Use single space after WWW: |
2.0.0.b5.2_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.0.b5.2_1 10 May 2013 14:39:02 |
miwi |
- Fix build
PR: 177556
Submitted by: Ports Fury |
2.0.0.b5.2_1 23 Apr 2013 20:37:22 |
mi |
Unbreak (again) by using the USE_QT* knob(s) in accordance to the
most recent whims of bsd.qt.mk
Somebody ought to wear the pointy hat... |
2.0.0.b5.2_1 23 Feb 2013 14:38:50 |
miwi |
- Broken dose not build
checking for X... no
checking for Qt... test: ./configure:: unexpected operator
yes, but it is a wrong version
configure: error: found qt version ./configure: /usr/local/bin/moc-qt4: not
found but I need 4.3.0+ |
2.0.0.b5.2_1 07 Feb 2013 16:55:46 |
mi |
Unbreak by changing AUTOMAKE_ARGS to CONFIGURE_ARGS. |
2.0.0.b5.2_1 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
2.0.0.b5.2 29 Jan 2013 15:49:11 |
bapt |
Mark as broken: does not build
automake-1.12: error: unrecognized option '--with-boost=/usr/local/include' |
2.0.0.b5.2 13 Dec 2012 11:54:15 |
araujo |
- Update to 2.0.0.b5.2.
PR: ports/172504
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.0.0.b5_8 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
2.0.0.b5_7 26 Oct 2012 10:23:02 |
bapt |
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available
Feature safe: yes |
2.0.0.b5_7 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
2.0.0.b5_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.0.0.b5_6 17 May 2012 19:38:12 |
mi |
Add a hunk to patch configure-script to not add any X11 libraries to
the linker-list explicitly, using only what QT4 libraries drag in
themselves.
In particular, this gets rid of dependency on -lXmu and -lXi, which
prevented the port from building in the "clean room" of tinderbox. No
revision bump, because the official package was failing to build anyway.
Reported by: pav@ |
2.0.0.b5_6 11 May 2012 21:54:57 |
mi |
Add a patch to accomodate "const-poisoning" added into svn-1.7.
Notified by: pav@, erwin@ |
2.0.0.b5_6 07 May 2012 15:24:24 |
mi |
Unbreak -- it builds and starts-up here. If a library is missing in the list
of dependencies, the new tinderbox build-log would show it... |
2.0.0.b5_6 23 Apr 2012 04:45:42 |
linimon |
Maintainer wishes to release this back into the wild. |
2.0.0.b5_6 09 Apr 2012 23:51:44 |
bapt |
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month |
2.0.0.b5_6 07 Nov 2011 04:24:55 |
miwi |
- Get rid FreeBSD 6 support |
2.0.0.b5_6 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 |
2.0.0.b5_6 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.0.0.b5_6 23 May 2011 23:02:24 |
pav |
- Mark BROKEN: does not link
Reported by: pointyhat |
2.0.0.b5_6 30 Jul 2010 22:14:49 |
mezz |
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same
libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
neon.
PR: ports/148295
Approved by: lev (maintainer timeout, no respone for months),
portmgr
Tested by: pointyhat-exp by pav |
2.0.0.b5_5 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
2.0.0.b5_4 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
2.0.0.b5_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.0.0.b5_2 14 Feb 2010 20:38:15 |
pav |
- Switch to neon29
Submitted by: maintainer |
2.0.0.b5_1 01 Oct 2009 13:22:52 |
amdmi3 |
- Update to 2.0.0.b5p1
- Remove patch that was merged upsteram
PR: 139224
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
2.0.0.b5 21 Sep 2009 07:17:25 |
pav |
- Update to 2.0.0.b5
PR: ports/138996
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes |
2.0.0.b4_2 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
2.0.0.b4_2 07 Apr 2009 20:54:12 |
dhn |
- Fix build with subversion bump
PR: ports/133434 ports/133436
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: tabthorpe (co-mentor) |
2.0.0.b4_1 18 Jan 2009 19:43:53 |
pgollucci |
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
(sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
GMAKE is not needed, so remove it
split ./configure args into apr and apr-util args, they do not accept all the
same options
standardize on naming apr and apu to match other oses and the C code.
create APR_WRKDIR And APU_WRKDIR for simplicity (Only the first 15 lines of the commit message are shown above ) |
2.0.0.b4 26 Aug 2008 12:34:34 |
miwi |
- Update to 2.0.0 beta 4
PR: 126548
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
1.2.3 25 Aug 2008 13:49:14 |
miwi |
- Force commit
devel/subcommander -> devel/subcommander2
Repocopyed by: marcus |