non port: devel/umbrello/Makefile |
SVNWeb
|
Number of commits found XX: 52 |
Mon, 18 May 2020
|
[ 10:12 tcberner ] 
535735 audio/soundkonverter/Makefile
535735 cad/ktechlab/Makefile
535735 devel/umbrello/Makefile
535735 graphics/kamerka/Makefile
535735 multimedia/kmplayer/Makefile
Add missing dependency on kinit
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.
Reported by: antoine
|
Thu, 12 Dec 2019
|
[ 23:24 tcberner ] 
519955 Mk/Uses/kde.mk
519955 accessibility/kmag/distinfo
519955 accessibility/kmousetool/distinfo
519955 accessibility/kmouth/distinfo
519955 archivers/ark/distinfo
519955 archivers/ark/pkg-plist
519955 astro/libkgeomap/Makefile
519955 astro/libkgeomap/distinfo
519955 astro/marble/distinfo
519955 astro/marble/pkg-plist
(Only the first 10 of 318 ports in this commit are shown above. )
KDE's December 2019 Apps Update
New versions of KDE applications landing in December
The release of new versions for KDE applications is part of KDE's continued
effort to bring you a complete and up-to-date catalog of fully-featured,
beautiful and useful programs for your system.
Available now are new versions of KDE's file browser Dolphin; Kdenlive, one of
the most complete open source video editors; the document viewer Okular; KDE's
image viewer, Gwenview; and all of your other favorite KDE apps and utilities.
All of these applications have been improved, making them faster and more
stable and they boast exciting new features. The new versions of KDE
applications let you be productive and creative, while at the same time making
use of KDE software easy and fun.
We hope you enjoy all the novel features and improvements worked into all of
KDE's apps!
Announcement: https://kde.org/announcements/releases/2019-12-apps-update/
|
Wed, 11 Dec 2019
|
[ 17:53 jbeich ] 
519824 archivers/innoextract/Makefile
519824 archivers/tardy/Makefile
519824 astro/libkgeomap/Makefile
519824 astro/libosmium/Makefile
519824 audio/ardour/Makefile
519824 audio/ardour5/Makefile
519824 audio/clementine-player/Makefile
519824 audio/cpp-xmms2/Makefile
519824 audio/csound/Makefile
519824 audio/faust-lv2/Makefile
(Only the first 10 of 417 ports in this commit are shown above. )
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
|
Tue, 15 Oct 2019
|
[ 18:31 tcberner ] 
514561 Mk/Uses/kde.mk
514561 accessibility/kmag/distinfo
514561 accessibility/kmousetool/distinfo
514561 accessibility/kmouth/distinfo
514561 archivers/ark/distinfo
514561 archivers/ark/pkg-plist
514561 astro/libkgeomap/Makefile
514561 astro/libkgeomap/distinfo
514561 astro/marble/distinfo
514561 audio/audiocd-kio/distinfo
(Only the first 10 of 255 ports in this commit are shown above. )
KDE Applications: update to 19.08.2
Announcement:
https://kde.org/announcements/announce-applications-19.08.2.php
Changelog:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.2
|
Sat, 31 Aug 2019
|
[ 05:53 tobik ] 
510319 devel/umbrello/Makefile
devel/umbrello: Drop nop CMAKE_BOOL
|
Mon, 19 Aug 2019
|
[ 15:35 jbeich ] 
509290 archivers/innoextract/Makefile
509290 archivers/tardy/Makefile
509290 astro/libkgeomap/Makefile
509290 astro/libosmium/Makefile
509290 audio/ardour/Makefile
509290 audio/ardour5/Makefile
509290 audio/clementine-player/Makefile
509290 audio/cpp-xmms2/Makefile
509290 audio/csound/Makefile
509290 audio/faust-lv2/Makefile
(Only the first 10 of 412 ports in this commit are shown above. )
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
|
Thu, 15 Aug 2019
|
[ 15:38 adridg ] 
509000 Mk/Uses/kde.mk
509000 accessibility/kmag/Makefile
509000 accessibility/kmag/distinfo
509000 accessibility/kmag/pkg-plist
509000 accessibility/kmousetool/Makefile
509000 accessibility/kmousetool/distinfo
509000 accessibility/kmousetool/pkg-plist
509000 accessibility/kmouth/Makefile
509000 accessibility/kmouth/distinfo
509000 accessibility/kmouth/pkg-plist
(Only the first 10 of 578 ports in this commit are shown above. )
Update KDE Applications to latest upstream release, 19.08
Release announcement
https://kde.org/announcements/announce-applications-19.08.0.php
Thanks to tcberner for doing most of the prep-work.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sun, 23 Jun 2019
|
[ 15:39 tcberner ] 
504959 accessibility/kmag/Makefile
504959 accessibility/kmouth/Makefile
504959 archivers/ark/Makefile
504959 astro/libkgeomap/Makefile
504959 astro/marble/Makefile
504959 audio/audiocd-kio/Makefile
504959 audio/juk/Makefile
504959 audio/libkcddb/Makefile
504959 databases/akonadi/Makefile
504959 deskutils/akonadi-import-wizard/Makefile
(Only the first 10 of 131 ports in this commit are shown above. )
KDE Applications: complete dependency lists
This has been on the TODO list for forever...
PR: 238764
Reported by: yuri
|
Thu, 18 Apr 2019
|
[ 16:55 tcberner ] 
499277 Mk/Uses/kde.mk
499277 accessibility/kmag/distinfo
499277 accessibility/kmag/pkg-plist
499277 accessibility/kmousetool/Makefile
499277 accessibility/kmousetool/distinfo
499277 accessibility/kmouth/distinfo
499277 archivers/ark/Makefile
499277 archivers/ark/distinfo
499277 archivers/ark/files
499277 archivers/ark/pkg-plist
(Only the first 10 of 336 ports in this commit are shown above. )
Update KDE Applications to 19.04.0
The changelog can be found here:
- https://kde.org/announcements/announce-applications-19.04.0.php
Due to crashes on start, multimedia/kdenlive was kept at 18.12.3 for now.
|
Fri, 12 Apr 2019
|
[ 06:36 jbeich ] 
498698 archivers/innoextract/Makefile
498698 archivers/tardy/Makefile
498698 astro/libkgeomap/Makefile
498698 astro/libosmium/Makefile
498698 audio/ardour/Makefile
498698 audio/ardour5/Makefile
498698 audio/clementine-player/Makefile
498698 audio/cpp-xmms2/Makefile
498698 audio/csound/Makefile
498698 audio/faust-lv2/Makefile
(Only the first 10 of 392 ports in this commit are shown above. )
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
|
Fri, 8 Feb 2019
|
[ 05:11 tcberner ] 
492409 Mk/Uses/kde.mk
492409 accessibility/kdeaccessibility/Makefile
492409 accessibility/kmag/Makefile
492409 accessibility/kmag/distinfo
492409 accessibility/kmousetool/Makefile
492409 accessibility/kmousetool/distinfo
492409 accessibility/kmouth/Makefile
492409 accessibility/kmouth/distinfo
492409 archivers/ark/Makefile
492409 archivers/ark/distinfo
(Only the first 10 of 438 ports in this commit are shown above. )
Update KDE Applications to 18.12.2
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php
[2]
https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] 
490472 accessibility/kdeaccessibility/Makefile
490472 accessibility/kmag/Makefile
490472 accessibility/kmousetool/Makefile
490472 accessibility/kmouth/Makefile
490472 accessibility/qt5-speech/Makefile
490472 archivers/ark/Makefile
490472 archivers/kf5-karchive/Makefile
490472 archivers/peazip/Makefile
490472 archivers/quazip/Makefile
490472 astro/gpsbabel/Makefile
(Only the first 10 of 1089 ports in this commit are shown above. )
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 )
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] 
488341 CHANGES
488341 Mk/Uses/cmake.mk
488341 accessibility/jovie-kde4/Makefile
488341 accessibility/kaccessible-kde4/Makefile
488341 accessibility/kmag-kde4/Makefile
488341 accessibility/kmag/Makefile
488341 accessibility/kmousetool-kde4/Makefile
488341 accessibility/kmousetool/Makefile
488341 accessibility/kmouth-kde4/Makefile
488341 accessibility/kmouth/Makefile
(Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Fri, 14 Dec 2018
|
[ 05:07 tcberner ] 
487405 Mk/Uses/kde.mk
487405 accessibility/kmag/Makefile
487405 accessibility/kmag/distinfo
487405 accessibility/kmag/pkg-plist
487405 accessibility/kmousetool/Makefile
487405 accessibility/kmousetool/distinfo
487405 accessibility/kmousetool/pkg-plist
487405 accessibility/kmouth/Makefile
487405 accessibility/kmouth/distinfo
487405 accessibility/kmouth/pkg-plist
(Only the first 10 of 593 ports in this commit are shown above. )
Update KDE Applications to 18.12.0
https://www.kde.org/announcements/announce-applications-18.12.0.php
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
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
|
[ 00:15 jbeich ] 
487266 archivers/innoextract/Makefile
487266 archivers/tardy/Makefile
487266 astro/libkgeomap-kde4/Makefile
487266 astro/libkgeomap/Makefile
487266 astro/libosmium/Makefile
487266 audio/ardour/Makefile
487266 audio/ardour5/Makefile
487266 audio/clementine-player/Makefile
487266 audio/cpp-xmms2/Makefile
487266 audio/csound/Makefile
(Only the first 10 of 415 ports in this commit are shown above. )
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
|
Sat, 10 Nov 2018
|
[ 07:22 tcberner ] 
484573 accessibility/kmag/Makefile
484573 accessibility/kmousetool/Makefile
484573 accessibility/kmouth/Makefile
484573 astro/libkgeomap/Makefile
484573 audio/audiocd-kio/Makefile
484573 comms/qt5-connectivity/Makefile
484573 devel/kcachegrind/Makefile
484573 devel/kdesdk-thumbnailers/Makefile
484573 devel/umbrello/Makefile
484573 games/bomber/Makefile
(Only the first 10 of 53 ports in this commit are shown above. )
Fix build for some more kde@ ports on GCC-architectures
PR: 233058
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] 
479406 accessibility/kmag/Makefile
479406 accessibility/kmousetool/Makefile
479406 accessibility/kmouth/Makefile
479406 archivers/ark/Makefile
479406 archivers/brotli/Makefile
479406 archivers/erlang-snappy/Makefile
479406 archivers/lzop/Makefile
479406 astro/geographiclib/Makefile
479406 astro/libkgeomap/Makefile
479406 astro/marble/Makefile
(Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Sat, 25 Aug 2018
|
[ 05:15 tcberner ] 
478003 Mk/Uses/kde.mk
478003 accessibility/kmag/distinfo
478003 accessibility/kmousetool/distinfo
478003 accessibility/kmouth/distinfo
478003 archivers/ark/distinfo
478003 archivers/ark/pkg-plist
478003 astro/libkgeomap/Makefile
478003 astro/libkgeomap/distinfo
478003 astro/libkgeomap/pkg-plist
478003 astro/marble/distinfo
(Only the first 10 of 337 ports in this commit are shown above. )
Update KDE Applications to 18.08
Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
|
Thu, 9 Aug 2018
|
[ 06:58 jbeich ] 
476723 archivers/innoextract/Makefile
476723 archivers/tardy/Makefile
476723 astro/libkgeomap-kde4/Makefile
476723 astro/libkgeomap/Makefile
476723 astro/libosmium/Makefile
476723 audio/ardour/Makefile
476723 audio/ardour5/Makefile
476723 audio/clementine-player/Makefile
476723 audio/cpp-xmms2/Makefile
476723 audio/csound6/Makefile
(Only the first 10 of 404 ports in this commit are shown above. )
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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] 
473503 CHANGES
473503 Mk/Scripts/qa.sh
473503 Mk/Uses/qmake.mk
473503 Mk/Uses/qt-dist.mk
473503 Mk/Uses/qt.mk
473503 Mk/bsd.port.mk
473503 Mk/bsd.qt.mk
473503 Mk/bsd.sanity.mk
473503 accessibility/jovie-kde4/Makefile
473503 accessibility/kaccessible-kde4/Makefile
(Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Sat, 28 Apr 2018
|
[ 18:11 tcberner ] 
468558 MOVED
468558 Mk/Uses/kde.mk
468558 accessibility/kmag/distinfo
468558 accessibility/kmousetool/distinfo
468558 accessibility/kmousetool/pkg-plist
468558 accessibility/kmouth/distinfo
468558 accessibility/kmouth/pkg-plist
468558 archivers/ark/distinfo
468558 archivers/ark/pkg-plist
468558 astro/libkgeomap/Makefile
(Only the first 10 of 342 ports in this commit are shown above. )
Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the
dev-repo.
|
Wed, 18 Apr 2018
|
[ 13:57 jbeich ] 
467711 Mk/Uses/python.mk
467711 archivers/innoextract/Makefile
467711 archivers/tardy/Makefile
467711 astro/libkgeomap-kde4/Makefile
467711 astro/libkgeomap/Makefile
467711 astro/libosmium/Makefile
467711 audio/ardour/Makefile
467711 audio/ardour5/Makefile
467711 audio/clementine-player/Makefile
467711 audio/cpp-xmms2/Makefile
(Only the first 10 of 388 ports in this commit are shown above. )
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
|
Mon, 9 Apr 2018
|
[ 19:19 tcberner ] 
466899 MOVED
466899 devel/Makefile
466899 devel/cervisia
466899 devel/cervisia/Makefile
466899 devel/cervisia/distinfo
466899 devel/cervisia/pkg-plist
466899 devel/kapptemplate
466899 devel/kapptemplate/Makefile
466899 devel/kapptemplate/distinfo
466899 devel/kapptemplate/pkg-plist
(Only the first 10 of 47 ports in this commit are shown above. )
New ports: KDE Applications devel/
* devel/cervisia
* devel/kapptemplate
* devel/kcachegrind
* devel/kde-dev-scripts
* devel/kde-dev-utils
* devel/kdesdk-thumbnailers
* devel/kio-extras
* devel/lokalize
* devel/okteta
* devel/poxml
* devel/umbrello
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
|
Sat, 10 Feb 2018
|
[ 10:29 tcberner ] 
461375 MOVED
461375 Mk/Uses/kde.mk
461375 accessibility/Makefile
461375 accessibility/jovie/Makefile
461375 accessibility/kaccessible/Makefile
461375 accessibility/kdeaccessibility-kde4
461375 accessibility/kdeaccessibility-kde4/Makefile
461375 accessibility/kmag/Makefile
461375 accessibility/kmousetool/Makefile
461375 accessibility/kmouth/Makefile
(Only the first 10 of 444 ports in this commit are shown above. )
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
|
Thu, 18 Jan 2018
|
[ 04:11 jbeich ] 
459315 archivers/innoextract/Makefile
459315 archivers/tardy/Makefile
459315 astro/libkgeomap/Makefile
459315 astro/libosmium/Makefile
459315 audio/ardour/Makefile
459315 audio/ardour5/Makefile
459315 audio/clementine-player/Makefile
459315 audio/cpp-xmms2/Makefile
459315 audio/csound6/Makefile
459315 audio/mp3plot/Makefile
(Only the first 10 of 356 ports in this commit are shown above. )
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
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] 
450560 archivers/innoextract/Makefile
450560 archivers/tardy/Makefile
450560 astro/libkgeomap/Makefile
450560 astro/libosmium/Makefile
450560 audio/ardour/Makefile
450560 audio/ardour5/Makefile
450560 audio/clementine-player/Makefile
450560 audio/cpp-xmms2/Makefile
450560 audio/csound6/Makefile
450560 audio/mp3plot/Makefile
(Only the first 10 of 342 ports in this commit are shown above. )
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
|
[ 00:05 jbeich ] 
450557 archivers/innoextract/Makefile
450557 archivers/tardy/Makefile
450557 astro/libkgeomap/Makefile
450557 astro/libosmium/Makefile
450557 audio/ardour/Makefile
450557 audio/ardour5/Makefile
450557 audio/clementine-player/Makefile
450557 audio/cpp-xmms2/Makefile
450557 audio/csound6/Makefile
450557 audio/mp3plot/Makefile
(Only the first 10 of 327 ports in this commit are shown above. )
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
|
Tue, 2 May 2017
|
[ 06:48 jbeich ] 
439934 archivers/innoextract/Makefile
439934 archivers/tardy/Makefile
439934 astro/libkgeomap/Makefile
439934 astro/libosmium/Makefile
439934 audio/ardour/Makefile
439934 audio/ardour5/Makefile
439934 audio/clementine-player/Makefile
439934 audio/cpp-xmms2/Makefile
439934 audio/csound6/Makefile
439934 audio/mp3plot/Makefile
(Only the first 10 of 336 ports in this commit are shown above. )
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
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] 
439367 accessibility/jovie/Makefile
439367 accessibility/kaccessible/Makefile
439367 accessibility/kdeaccessibility4/Makefile
439367 accessibility/kmag/Makefile
439367 accessibility/kmousetool/Makefile
439367 accessibility/kmouth/Makefile
439367 arabic/kde4-l10n/Makefile
439367 archivers/ark/Makefile
439367 astro/kstars/Makefile
439367 astro/libkgeomap/Makefile
(Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Fri, 6 Jan 2017
|
[ 08:45 jbeich ] 
430692 archivers/innoextract/Makefile
430692 archivers/tardy/Makefile
430692 astro/libkgeomap/Makefile
430692 astro/libosmium/Makefile
430692 audio/ardour/Makefile
430692 audio/clementine-player/Makefile
430692 audio/cpp-xmms2/Makefile
430692 audio/csound6/Makefile
430692 audio/mp3plot/Makefile
430692 audio/mumble/Makefile
(Only the first 10 of 324 ports in this commit are shown above. )
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
|
Wed, 23 Nov 2016
|
[ 12:45 jbeich ] 
426908 archivers/innoextract/Makefile
426908 archivers/tardy/Makefile
426908 astro/libkgeomap/Makefile
426908 astro/osmium/Makefile
426908 audio/ardour/Makefile
426908 audio/clementine-player/Makefile
426908 audio/cpp-xmms2/Makefile
426908 audio/csound6/Makefile
426908 audio/mp3plot/Makefile
426908 audio/mumble/Makefile
(Only the first 10 of 353 ports in this commit are shown above. )
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)
|
Tue, 18 Oct 2016
|
[ 17:22 tcberner ] 
424182 Mk/Uses/kde.mk
424182 Mk/bsd.port.mk
424182 accessibility/jovie/Makefile
424182 accessibility/kaccessible/Makefile
424182 accessibility/kmag/Makefile
424182 accessibility/kmousetool/Makefile
424182 accessibility/kmouth/Makefile
424182 archivers/ark/Makefile
424182 astro/kstars/Makefile
424182 astro/marble/Makefile
(Only the first 10 of 168 ports in this commit are shown above. )
Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
|
Wed, 24 Aug 2016
|
[ 08:20 tcberner ] 
420774 CHANGES
420774 Mk/Uses/kde.mk
420774 Mk/bsd.kde4.mk
420774 Mk/bsd.port.mk
420774 accessibility/jovie/Makefile
420774 accessibility/kaccessible/Makefile
420774 accessibility/kdeaccessibility4/Makefile
420774 accessibility/kmag/Makefile
420774 accessibility/kmousetool/Makefile
420774 accessibility/kmouth/Makefile
(Only the first 10 of 364 ports in this commit are shown above. )
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 )
|
Wed, 25 May 2016
|
[ 20:56 rene ] 
415864 MOVED
415864 Mk/bsd.kde4.mk
415864 accessibility/jovie/Makefile
415864 accessibility/kaccessible/Makefile
415864 accessibility/kdeaccessibility4/Makefile
415864 accessibility/kmag/Makefile
415864 accessibility/kmousetool/Makefile
415864 accessibility/kmouth/Makefile
415864 archivers/ark/Makefile
415864 astro/kstars/Makefile
(Only the first 10 of 328 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] 
412346 databases/R-cran-RMySQL/Makefile
412346 databases/R-cran-RSQLite.extfuns/Makefile
412346 databases/R-cran-RSQLite/Makefile
412346 databases/R-cran-sqldf/Makefile
412346 databases/akonadi-googledata/Makefile
412346 databases/akonadi/Makefile
412346 databases/apq-mysql/Makefile
412346 databases/apq-odbc/Makefile
412346 databases/apq-pgsql/Makefile
412346 databases/apq/Makefile
(Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 19 Oct 2014
|
[ 15:57 makc ] 
371193 MOVED
371193 Mk/bsd.kde4.mk
371193 Mk/bsd.sanity.mk
371193 UPDATING
371193 accessibility/jovie/Makefile
371193 accessibility/jovie/distinfo
371193 accessibility/jovie/pkg-descr
371193 accessibility/jovie/pkg-plist
371193 accessibility/kaccessible/Makefile
371193 accessibility/kaccessible/distinfo
(Only the first 10 of 785 ports in this commit are shown above. )
KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
baloo - Baloo core libraries
baloo-widgets - Baloo widgets library
kfilemetadata - KDE library for extracting file metadata
New ports:
graphics/kqtquickcharts - QtQuick plugin to render interactive charts
misc/artikulate - Pronunciation trainer for KDE
(not usable currently, links to both
GStreamer 1.x and 0.10.x via dependencies)
sysutils/baloo[-widgets] - KDE framework for searching and
managing user metadata
sysutils/kfilemetadata - Library for extracting file metadata (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] 
367888 accessibility/accerciser/Makefile
367888 accessibility/jovie/Makefile
367888 accessibility/kaccessible/Makefile
367888 accessibility/kdeaccessibility4/Makefile
367888 accessibility/kmag/Makefile
367888 accessibility/kmousetool/Makefile
367888 accessibility/kmouth/Makefile
367888 accessibility/orca/Makefile
367888 arabic/kde4-l10n/Makefile
367888 arabic/libreoffice/Makefile
(Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Fri, 15 Aug 2014
|
[ 20:37 mandree ] 
365038 UPDATING
365038 accessibility/jovie/Makefile
365038 accessibility/kaccessible/Makefile
365038 accessibility/kdeaccessibility4/Makefile
365038 accessibility/kmag/Makefile
365038 accessibility/kmousetool/Makefile
365038 accessibility/kmouth/Makefile
365038 arabic/kde4-l10n/Makefile
365038 archivers/ark/Makefile
365038 astro/kstars/Makefile
(Only the first 10 of 522 ports in this commit are shown above. )
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)
|
Sat, 10 May 2014
|
[ 19:43 makc ] 
353599 Mk/bsd.kde4.mk
353599 accessibility/jovie/distinfo
353599 accessibility/kaccessible/distinfo
353599 accessibility/kmag/distinfo
353599 accessibility/kmousetool/distinfo
353599 accessibility/kmouth/distinfo
353599 arabic/kde4-l10n/distinfo
353599 archivers/ark/distinfo
353599 astro/kstars/Makefile
353599 astro/kstars/distinfo
(Only the first 10 of 238 ports in this commit are shown above. )
KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.
The area51 repository features commits by rakuco and makc.
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] 
351411 Mk/bsd.port.mk
351411 Mk/bsd.xorg.mk
351411 UPDATING
351411 accessibility/gok/Makefile
351411 archivers/libarchive/Makefile
351411 archivers/xar/Makefile
351411 astro/boinc-astropulse/Makefile
351411 astro/boinc-setiathome-v7/Makefile
351411 astro/celestia/Makefile
351411 astro/foxtrotgps/Makefile
(Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Thu, 3 Apr 2014
|
[ 09:49 makc ] 
349983 MOVED
349983 Mk/bsd.kde4.mk
349983 UPDATING
349983 accessibility/jovie/Makefile
349983 accessibility/jovie/distinfo
349983 accessibility/kaccessible/Makefile
349983 accessibility/kaccessible/distinfo
349983 accessibility/kmag/Makefile
349983 accessibility/kmag/distinfo
349983 accessibility/kmousetool/Makefile
(Only the first 10 of 411 ports in this commit are shown above. )
KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz
devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style
devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port
net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)
x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall
The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
|
Tue, 18 Feb 2014
|
[ 14:23 makc ] 
344893 MOVED
344893 Mk/bsd.kde4.mk
344893 UPDATING
344893 accessibility/jovie/Makefile
344893 accessibility/jovie/distinfo
344893 accessibility/jovie/pkg-plist
344893 accessibility/kaccessible/Makefile
344893 accessibility/kaccessible/distinfo
344893 accessibility/kdeaccessibility4/Makefile
344893 accessibility/kmag/Makefile
(Only the first 10 of 779 ports in this commit are shown above. )
KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
and x11-clocks/kdetoys4 ports have been split. (Only the first 15 lines of the commit message are shown above )
|
Fri, 2 Jul 2004
|
[ 11:03 demon ]
1.10 devel/umbrello/Makefile
1.6 devel/umbrello/distinfo
1.2 devel/umbrello/files/patch-configure
1.3 devel/umbrello/pkg-descr
1.3 devel/umbrello/pkg-plist
Remove this port. Newer version of umbrello is available in kdesdk port.
|
Fri, 4 Jun 2004
|
[ 17:29 ade ]
1.3 Mk/bsd.php.mk
1.21 archivers/libcomprex/Makefile
1.50 archivers/rpm/Makefile
1.10 archivers/sectar/Makefile
1.19 audio/ecasound/Makefile
1.5 audio/faac/Makefile
1.20 audio/faad/Makefile
1.24 audio/glame/Makefile
1.12 audio/xmms-faad/Makefile
1.7 audio/xmms-imms/Makefile
(Only the first 10 of 149 ports in this commit are shown above. )
Sync with new bsd.autotools.mk
|
Mon, 5 Apr 2004
|
[ 03:31 marcus ]
1.4 arabic/katoob/Makefile
1.6 archivers/rox-archive/Makefile
1.24 astro/glunarclock/Makefile
1.19 astro/gpsdrive/Makefile
1.3 astro/ksetisaver/Makefile
1.7 astro/ksetispy/Makefile
1.10 astro/ksetiwatch/Makefile
1.3 audio/amarok/Makefile
1.22 audio/arts/Makefile
1.17 audio/audacity/Makefile
(Only the first 10 of 575 ports in this commit are shown above. )
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
|
Thu, 5 Feb 2004
|
[ 14:24 lofi ]
1.7 devel/umbrello/Makefile
CONFLICTS with kdesdk-3.2+
Submitted by: lioux
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ]
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile
(Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Mon, 24 Feb 2003
|
[ 13:14 demon ]
1.5 devel/umbrello/Makefile
1.4 devel/umbrello/distinfo
1.2 devel/umbrello/pkg-comment
Update to version 1.1.1;
de-pkg-comment.
|
Sun, 26 Jan 2003
|
[ 20:44 demon ]
1.4 devel/umbrello/Makefile
1.1 devel/umbrello/files/patch-configure
Properly define CONFIGURE_TARGET;
Respect CFLAGS.
|
[ 20:19 demon ]
1.3 devel/umbrello/Makefile
1.3 devel/umbrello/distinfo
1.3 devel/umbrello/files/patch-Makefile.in
1.2 devel/umbrello/files/patch-uml-Makefile.am
1.2 devel/umbrello/files/patch-uml-uml.cpp
1.2 devel/umbrello/files/patch-uml-umldoc.cpp
1.2 devel/umbrello/pkg-descr
1.2 devel/umbrello/pkg-plist
Update to umbrello version 1.1 after a repo-copy from devel/uml.
(The project was renamed.)
Submitted by: David Johnson <david@usermode.org>
|
Number of commits found XX: 52 |