Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.4_1 25 Nov 2019 22:14:50 |
danilo |
- Renaming to match upstream name [1]
- Update to 3.2.0
PR: 239780
Reported by: cem [1] |
3.1.4_1 26 Jul 2019 20:46:57 |
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 |
3.1.4 12 Mar 2019 04:58:09 |
linimon |
Fix build on gcc-based architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket) |
3.1.4 23 Feb 2019 15:30:20 |
danilo |
- Update to 3.1.4
- Use {buildtools,qmake}_build instead of buildtools and qmake |
3.1.3_1 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 ) |
3.1.3 26 Dec 2018 16:56:55 |
danilo |
- Update to 3.1.3
- Remove DEPRECATED |
2.7.8_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 |
2.7.8_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 |
2.7.8_3 10 Feb 2018 10:29:51 |
tcberner |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979 |
2.7.8_2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.7.8_1 22 Jan 2017 12:53:35 |
tcberner |
sysutils/kdirstat : fix stage-qa errors
* Not a gnome port, don't use INSTALLS_ICONS
* Don't need desktop-file-utils
* Add missing dependencies
Therefore, bump portrevision
Reviewed by: rakuco
Approved by: portmgr blanket, rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9262 |
2.7.8 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 ) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
2.7.8 14 Jan 2016 11:47:39 |
danilo |
- Update to 2.7.8 |
2.7.7 12 Jan 2016 12:51:18 |
danilo |
- Update to 2.7.7 |
2.7.5_2 16 May 2015 13:10:21 |
amdmi3 |
- Add CPE info
- Add LICENSE_FILE
Approved by: portmgr blanket |
2.7.5_2 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
2.7.5_2 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
2.7.5_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) |
2.7.5_1 15 Aug 2014 20:37:33 |
mandree |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
2.7.5 17 Mar 2014 13:32:09 |
danilo |
- Don't use QT_BINDIR
- Remove useless @dirrmtry
Reported by: makc |
2.7.5 16 Mar 2014 21:29:58 |
danilo |
- Update from 2.7.4 to 2.7.5
- Take maintainership
- Convert USE_BZIP2 to USES |
2.7.4_1 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.7.4 19 Jan 2014 13:51:13 |
miwi |
- Stage support
- Fix build with clang
PR: 185333
Submitted by: ports fury |
2.7.4 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.7.4 17 Jun 2013 15:27:18 |
miwi |
- Update to 2.7.4
PR: 179591
Submitted by: Ports Fury |
2.4.4_7 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 |
2.4.4_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.4.4_6 05 Jul 2011 02:51:16 |
tabthorpe |
- Reassign to the heap |
2.4.4_6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.4.4_6 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.4.4_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.4.4_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.4.4_4 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 |
2.4.4_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 |
2.4.4_3 24 Jun 2008 12:55:12 |
markus |
Fix typos in COMMENT and pkg-descr
PR: ports/124571
Submitted by: lioux |
2.4.4_3 06 Jun 2008 14:03:26 |
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) |
2.4.4_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}. |
2.4.4_1 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
2.4.4_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.4.4_1 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
2.4.4_1 22 Jan 2006 02:52:21 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.4.4_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.4.4 05 Oct 2005 01:21:57 |
markus |
- Update to version 2.4.4
- Remove some dirs from pkg-plist that are already covered by misc/kdehier
Notified by: edwinmail |
2.4.3_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
2.4.3 23 Dec 2004 20:48:54 |
markus |
Update to version 2.4.3 |
2.4.0_1 12 Aug 2004 12:39:34 |
markus |
Fix build with gcc 3.4.2
PR: ports/70077
Submitted by: Christian Hiris <4711@chello.at> |
2.4.0_1 06 Jun 2004 02:37:40 |
markus |
Don't use Makefile.kde anymore |
2.4.0_1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
2.4.0 02 Apr 2004 15:42:02 |
markus |
- Update to version 2.4.0
- take maintainership [1]
- respect CFLAGS and PTHREAD_LIBS
- sort pkg-plist
Approved by: Stefan Jahn <stefan.jahn@nemesis-sektor.de> (maintainer) [1]
arved (mentor) |
2.3.7_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.3.7_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.3.7 26 Jun 2003 14:39:55 |
arved |
Update to 2.3.7
PR: 52694
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |
2.2.0 21 Feb 2003 13:28:59 |
knu |
De-pkg-comment. |
2.2.0 20 Jan 2003 06:30:28 |
edwin |
New port: kdirstat - A small KDE utility that sums up disk usage for direcory
trees
KDirStat (for KDE Directory Statistics) is a small utility
program that sums up disk usage for direcory trees. Its
functionality is similar to the Unix du command, but it
provides more helpful diagnostic information. KDirStat also
features some built-in cleanup facilities and the ability
to include your own cleanup commands or scripts.
PR: ports/39854
Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de> |