| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.3.2_1 20 Mar 2019 12:23:26
  |
jbeich  |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |
5.3.2 09 Mar 2019 06:21:57
  |
tcberner  |
devel/kdevelop: update to 5.3.2 |
5.3.1_3 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 ) |
5.3.1_2 10 Jan 2019 14:08:13
  |
arrowd  |
devel/kdevelop: Remove dependency on kdelibs4support, it is not needed anymore.
Approved by: tcberner (mentor) |
5.3.1_1 09 Jan 2019 22:49:10
  |
tcberner  |
devel/kdevelop: switch to using LLVM_DEFAULT
- chosing 60 is arbitrary, and there is no need to have it configurable...
taking LLVM_DEFAULT seems more reasonable therefore.
Reported by: tjil |
5.3.1 30 Dec 2018 20:28:24
  |
adridg  |
Update devel/kdevelop (and related) to latest 5.3.1 release.
Changelog: https://www.kdevelop.org/news/kdevelop-531-released
A handful of bugfixes, but most importantly, drop the cvs plugin.
This didn't work (anymore) in 5.3.0, now entirely removed. |
5.3.0_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 |
5.3.0_3 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.3.0_2 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 |
5.3.0_1 24 Nov 2018 13:09:52
  |
tcberner  |
devel/kdevelop: explicitely depend on a given clang version
Don't rely on cmake to find the "right" clang installation, but
tell it where it's installed instead.
While here, introduce the LLVM_VERSION make variable and have
it default to 60
Submitted by: Alonso Schaich <alonso@FreeBSD.org> |
5.3.0 18 Nov 2018 12:48:54
  |
tcberner  |
Update kdevelop to 5.3.0.
Release notes: https://www.kdevelop.org/news/kdevelop-530-released
Submitted by: Alonso Schaich <alonso@FreeBSD.org> |
5.2.3_3 04 Nov 2018 19:00:54
  |
tcberner  |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
5.2.3_2 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 |
5.2.3_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
5.2.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 |
5.2.3 30 May 2018 07:46:37
  |
arrowd  |
Update devel/kdevelop, devel/kdev-php and devel/kdev-python to the latest
release 5.2.3.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15600 |
5.2.1 28 Apr 2018 20:12:32
  |
tcberner  |
Add new ports for the current version of KDevelop |
3.5.4_9 26 Jul 2013 19:19:21
  |
rene  |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
3.5.4_9 24 Apr 2013 13:36:19
  |
ak  |
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt) |
3.5.4_9 14 Feb 2013 09:42:13
  |
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
3.5.4_9 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 |
3.5.4_9 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
3.5.4_8 26 Mar 2012 15:21:05
 |
cy  |
Relinquish maintainership of this port.
Feature safe: yes |
3.5.4_8 08 Mar 2012 08:50:18
 |
cy  |
Bring back kdevelop.
Fix dependency issue. |
3.5.4_7 03 Mar 2012 16:14:18
 |
eadler  |
devel/kdevelop has been broken and deprecated since 2011-11-30 |
3.5.4_7 01 Nov 2011 22:51:56
 |
dougb  |
Add EXPIRATION_DATE= 2011-11-30 to recently BROKEN ports that do not
already have one. |
3.5.4_7 26 Oct 2011 22:40:28
 |
pav  |
- Mark as BROKEN: conflicting dependencies
pkg_add: package 'subversion-1.6.17_4' conflicts with subversion-1.7.1
Reported by: pointyhat |
3.5.4_7 16 Oct 2011 14:31:47
 |
lev  |
Update subversion to 1.7.0.
Make FreeBSD patches to be port's options and remove separated port.
Rename patches to more sane names.
Add devel/subversion16 port, for people, who need old version.
Mark ports, which could not be built with subversion 1.7.x, as
conflicting with new subversion. |
3.5.4_6 07 Jul 2011 17:21:58
 |
makc  |
Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.
Discussed a while ago among the KDE/FreeBSD team. |
3.5.4_6 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
3.5.4_6 25 Feb 2011 01:32:18
 |
delphij  |
Chase after net/openldap24-server update.
Reminded by: miwi |
3.5.4_5 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
3.5.4_5 24 Nov 2010 20:52:41
 |
pav  |
- Chase move of devel/gdb6 to devel/gdb66 (perhaps these ports could be
switched to devel/gdb?) |
3.5.4_5 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
3.5.4_5 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
3.5.4_4 18 May 2010 04:08:06
 |
pgollucci  |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
3.5.4_3 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@ |
3.5.4_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.5.4_1 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
3.5.4 15 Aug 2009 01:56:59
 |
fluffy  |
Update kdevelop to latest security release.
Tested by: makc
Enchanced by: makc
Approved by: miwi (mentor) |
3.5.3_2 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.5.3_2 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 |
3.5.3_1 05 Jan 2009 19:04:45
 |
delphij  |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
3.5.3 29 Aug 2008 11:30:04
 |
miwi  |
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php
While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:
* Improved visibility on transparent backgrounds
* Themed arrow buttons in applets that were missing them
* Layout and antialiasing fixes in various applets
Approved by: portmgr (erwin/pav) |
3.5.1 18 Aug 2008 09:24:51
 |
miwi  |
- Add missing patch |
3.5.1 18 Aug 2008 09:22:07
 |
miwi  |
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php
After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.
KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.
Of course Thanks to all Testers. |
3.5.0_2 07 Jul 2008 12:37:21
 |
miwi  |
- Bump PORTREVISION after apr update
PR: 125270 125271 125272 125278 125281 125282
125284 125285 125287 125288 125289 125290
125291 125292 125293 125295 125296 125297
125300
Submitted by: rodrigc |
3.5.0_1 06 Jun 2008 13:21:59
 |
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) |
3.5.0 01 Jun 2008 09:42:37
 |
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
3.5.0 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) |
3.5.0 29 Oct 2007 23:48:18
 |
lofi  |
Update to KDE 3.5.8 |
3.4.1_2 10 Sep 2007 09:11:47
 |
ade  |
Remove dependency on gnu-auto* and use the new autotools world order.
Approved by: kde folks |
3.4.1_1 04 Jul 2007 15:58:02
 |
lofi  |
- Fix included libtool.
- Depend on and use devel/gdb6. |
3.4.1 04 Jul 2007 10:25:00
 |
lofi  |
Update to KDE 3.5.7 / KOffice 1.6.3 |
3.4.0_3 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}. |
3.4.0_2 23 Mar 2007 19:56:23
 |
lofi  |
Make the fix for the qmake parser bug actually work.
Submitted by: Bartosz Fabianowski <freebsd@chillt.de> |
3.4.0_1 13 Mar 2007 21:06:03
 |
lofi  |
Fix a bug in the qmake project parser.
Obtained from: Debian |
3.4.0 13 Mar 2007 19:10:49
 |
lofi  |
Update to KDE 3.5.6 / KOffice 1.6.2 |
3.3.5 19 Dec 2006 21:19:54
 |
lofi  |
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr |
3.3.4 12 Sep 2006 23:26:52
 |
lofi  |
KDE 3.5.4 / KOffice 1.5.2 |
3.3.3_1 19 Jun 2006 18:59:16
 |
lofi  |
Patch the libtool included in the application templates to grok the
libtool archives generated by the (much newer) version in ports. |
3.3.3 05 Jun 2006 19:24:26
 |
lofi  |
Update to KDE 3.5.3 |
3.3.2_1 20 May 2006 11:27:01
 |
lofi  |
Remove dependency on gnu-libtool. |
3.3.2 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
3.3.2 30 Mar 2006 20:30:29
 |
lofi  |
Update to KDE 3.5.2 |
3.3.1_1 25 Feb 2006 19:08:56
 |
ade  |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit) |
3.3.1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.3.1 01 Feb 2006 09:13:29
 |
lofi  |
Update to KDE 3.5.1. |
3.3.0 08 Jan 2006 19:31:44
 |
lofi  |
Update to KDE 3.5.0 |
3.2.3 05 Nov 2005 11:19:58
 |
lofi  |
Update to KDE 3.4.3 / KOffice 1.4.2 |
3.2.2 04 Oct 2005 11:21:18
 |
lofi  |
Fix bogus ui files in preparation for Qt 3.3.5 |
3.2.2 31 Jul 2005 22:46:35
 |
lofi  |
Update to KDE 3.4.2 / KOffice 1.4.1 |
3.2.0_3 10 Jul 2005 17:47:41
 |
lofi  |
Add some more bandaids to allow at least the primitive KDE application
templates to actually build.
Submitted by: Andy Fawcett <andy@athame.co.uk> |
3.2.0_2 26 Jun 2005 15:38:58
 |
lofi  |
Update to KDE 3.4.1 |
3.2.0_1 16 Jun 2005 17:24:28
 |
ade  |
Migrate over to using gnu-{libtool,autoconf,automake} as a runtime
dependency, rather than using the build-only versioned ports, in an
almost identical manner to devel/anjuta.
Tested by: tap on #kde-freebsd
Approved by: lofi |
3.2.0 20 Mar 2005 18:17:56
 |
lofi  |
Update to KDE 3.4 |
3.1.2 13 Dec 2004 20:12:15
 |
lofi  |
Update to KDE 3.3.2 |
3.1.1 12 Nov 2004 23:09:31
 |
arved  |
Re-add buildfix for amd64, which was accidently deleted during
3.3.1 update |
3.1.1 08 Nov 2004 00:34:12
 |
lofi  |
Update to KDE 3.3.1 |
3.1.0 15 Oct 2004 17:32:46
 |
ade  |
Kill off automake18, switching to automake19. Requiem Mors Pacem. |
3.1.0 05 Oct 2004 12:31:26
 |
arved  |
Workaround to fix build on amd64.
Approved by: portmgr |
3.1.0 30 Aug 2004 19:55:42
 |
lofi  |
Update to KDE 3.3 |
3.0.4 02 Aug 2004 11:23:36
 |
lofi  |
Fix typo.
Submitted by: Simon Barner <barner@in.tum.de> |
3.0.4 01 Jul 2004 18:13:05
 |
lofi  |
Fix typo (autoconf295 -> autoconf259). |
3.0.4 01 Jul 2004 17:06:41
 |
ade  |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
3.0.4 09 Jun 2004 16:58:31
 |
lofi  |
Update to version 3.2.3 |
3.0.3 04 Jun 2004 17:29:38
 |
ade  |
Sync with new bsd.autotools.mk |
3.0.3 20 Apr 2004 09:08:07
 |
lofi  |
Update to KDE 3.2.2 |
3.0.2 07 Apr 2004 15:35:46
 |
lofi  |
Add missing BUILD_DEPENDS on kdesdk3.
Reported by: kris |
3.0.2 10 Mar 2004 10:23:48
 |
lofi  |
Fix MASTER_SITE_SUBDIR. |
3.0.2 09 Mar 2004 19:41:12
 |
lofi  |
Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner(Only the first 15 lines of the commit message are shown above ) |
3.0.0 07 Feb 2004 09:30:23
 |
lofi  |
Fix build for people with timezone other than CET.
Thanks to Kent Steward and Jon Noack for helping in
tracking this down. |
3.0.0 06 Feb 2004 15:55:52
 |
arved  |
Make fetchable |
3.0.0 05 Feb 2004 02:13:23
 |
lofi  |
Remove obsolete patch. |
3.0.0 05 Feb 2004 01:23:10
 |
lofi  |
Update to KDE 3.2.0
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series. |
2.1.5_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.1.5 17 Oct 2003 06:09:39
 |
lofi  |
Declare (or resolve) conflicts for KDE and QT. |
2.1.5 03 Oct 2003 22:34:44
 |
will  |
Fix the -pthread problem in case the option gets removed again. This
patch involved patching the core auto* routines in KDE to accept the
PTHREAD_* variables in the environment, with fallbacks. We decided the
easiest way to implement this in ports was to generate configure instead
of risking incorrect generation at port configure time.
Said patch has already been committed to HEAD in KDE and as such will be
removed with the 3.2 upgrade once it is released.
Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE
modules) have this support commented out due to lack of patch.
Helped out: Adriaan de Groot <adridg@cs.kun.nl>
Lauri Watts <lauri@kde.org>
Andy Fawcett <andy@athame.co.uk> |
2.1.5 04 Aug 2003 13:18:38
 |
lofi  |
Work around gcc/libstdc++ bug in -CURRENT.
Noticed by: Kirill Ponomarew <ponomarew@oberon.net>, bento
Approved by: arved (Mentor) |
2.1.5 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |