non port: graphics/kgraphviewer/Makefile |
SVNWeb
|
Number of commits found: 48 |
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Mon, 5 Sep 2022
|
[ 19:06 Dima Panov (fluffy) ] c2c707aa
graphics/kgraphviewer: pet stage-qa
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Fri, 9 Jul 2021
|
[ 11:24 Adriaan de Groot (adridg) ] 8bec1ad
graphics/kgraphviewer: fix build
- Boost was previously pulled in implicitly by KDE Frameworks;
make it an explicit build-dep.
|
Thu, 22 Apr 2021
|
[ 07:54 Adriaan de Groot (adridg) ] e9c54a7 (Only the first 10 of 17 ports in this commit are shown above. )
KDE not-Applications: chase doctools
These ports use KDE Frameworks and require kdoctools to build. Since
that is no longer an implicit build & run dependency, (re)introduce it
explicitly as a build-time dependency.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 14 Mar 2020
|
[ 17:42 tcberner ]
Make implicit dependency on devel/qt5-concurrent explicit
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (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
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (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 )
|
Sun, 30 Dec 2018
|
[ 17:15 tcberner ] (Only the first 10 of 30 ports in this commit are shown above. )
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (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
|
Tue, 18 Sep 2018
|
[ 17:46 tcberner ]
Update graphics/kgraphviewer to 2.4.3
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (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
|
Sun, 1 Oct 2017
|
[ 16:34 adridg ] (Only the first 10 of 11 ports in this commit are shown above. )
Resurrect KGraphviewer, now in a KF5 version. Upstream there is a new
maintainer and regular releases.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12530
|
Tue, 18 Feb 2014
|
[ 14:31 makc ] (Only the first 10 of 241 ports in this commit are shown above. )
- Bump PORTREVISION after KDE4_PREFIX change
|
Mon, 27 Jan 2014
|
[ 17:35 bapt ] (Only the first 10 of 27 ports in this commit are shown above. )
Deprecate ports broken for more than 6 month
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sun, 11 Aug 2013
|
[ 16:34 rakuco ]
Mark BROKEN, it hasn't built in quite a while.
As explained in the comment I added:
o The port does not include graphviz's include directory, assuming it is
always in the compiler's default path (ie. /usr/include).
o The port includes <graphviz/foo.h>, while code is expected to include
<foo.h> instead, and pass -I${LOCALBASE}/graphviz instead of just
-I${LOCALBASE} to the compiler.
o The code in the development repository does a better job at fixing the
problems above, but it still relies on the deprecated libgraph library
that graphics/graphviz in ports does not install anymore.
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Sat, 10 Sep 2011
|
[ 19:19 avilla ]
- Fix MASTER_SITE_SUBDIR for KDE 4 extragear ports.
|
Fri, 20 May 2011
|
[ 08:31 dinoex ]
- bump after update to graphviz-0.28
|
Fri, 25 Mar 2011
|
[ 10:38 avilla ] (Only the first 10 of 13 ports in this commit are shown above. )
- Remove dependency on docbook-xml.
- Remove MD5 hash.
|
Fri, 25 Feb 2011
|
[ 01:32 delphij ] (Only the first 10 of 296 ports in this commit are shown above. )
Chase after net/openldap24-server update.
Reminded by: miwi
|
Thu, 16 Dec 2010
|
[ 02:34 glarkin ] (Only the first 10 of 123 ports in this commit are shown above. )
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin
|
Sat, 21 Aug 2010
|
[ 13:08 makc ]
Fix build with upcoming KDE 4.5
Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5
|
Tue, 11 May 2010
|
[ 15:01 fluffy ] (Only the first 10 of 18 ports in this commit are shown above. )
- Update KDE extragears to 4.4 branch
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 1 Dec 2009
|
[ 16:34 miwi ] (Only the first 10 of 210 ports in this commit are shown above. )
The FreeBSD KDE is please to announce the release of KDE 4.3.4,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.4.php
We'd like to say thanks to all helpers and submitters.
|
Fri, 27 Nov 2009
|
[ 01:44 miwi ] (Only the first 10 of 265 ports in this commit are shown above. )
The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.
For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (myself)
|
Tue, 1 Sep 2009
|
[ 22:19 tabthorpe ] (Only the first 10 of 252 ports in this commit are shown above. )
The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php
We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
|
Sun, 9 Aug 2009
|
[ 18:31 makc ]
Fix dependencies
|
Tue, 4 Aug 2009
|
[ 21:14 miwi ] (Only the first 10 of 324 ports in this commit are shown above. )
The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.
We'd like to say thanks to all helpers and submitters.
Tested by: pointyhat-exp-run (pav/miwi)
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sat, 9 May 2009
|
[ 19:38 makc ] (Only the first 10 of 170 ports in this commit are shown above. )
Update KDE ports to 4.2.3
See original release announcement for details:
http://kde.org/announcements/announce-4.2.3.php
New ports:
devel/kdebindings4:
Meta port of KDE bindings for C#, Java, PHP, Python and Ruby.
Currently only Python bindings are supported.
devel/kdebindings4-python, devel/kdebindings4-python-krosspython,
devel/kdebindings4-python-pykde4:
Python bindings for KDE.
print/kdeutils4-printer-applet:
printer-applet is a system tray utility. It shows current print jobs,
shows printer warnings and errors and shows when printers that have
been plugged in for the first time are being auto-configured by
hal-cups-utils. It replaces kjobviewer in KDE 3.
print/system-config-printer-kde
A port of Gnome system-config-printer to KDE.
|
Tue, 24 Mar 2009
|
[ 19:13 makc ] (Only the first 10 of 131 ports in this commit are shown above. )
bump PORTREVISION after cmake update
|
Sun, 8 Feb 2009
|
[ 20:23 miwi ] (Only the first 10 of 346 ports in this commit are shown above. )
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque (Only the first 15 lines of the commit message are shown above )
|
Thu, 15 Jan 2009
|
[ 22:39 miwi ]
- Update to 4.1.2
|
Mon, 5 Jan 2009
|
[ 19:04 delphij ] (Only the first 10 of 249 ports in this commit are shown above. )
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan
|
Wed, 3 Sep 2008
|
[ 13:06 miwi ] (Only the first 10 of 212 ports in this commit are shown above. )
The KDE FreeBSD team is proud to announce the release of KDE 4.1.1
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php.
KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.
Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:
* Significant performance, interaction and rendering correctness
improvements in KHTML and Konqueror, KDE's web browser
* User interaction, rendering and stability fixes in Plasma, (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 48 |