notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/rkward-kde4/Makefile

Number of commits found: 76

Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Thursday, 22 Feb 2018
19:03 tcberner search for other commits by this committer
Give the KDE SC4 applications ports a -kde4 suffix

In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
Original commitRevision:462619 
Saturday, 10 Feb 2018
10:29 tcberner search for other commits by this committer
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
Original commitRevision:461375 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Monday, 24 Jul 2017
18:26 pawel search for other commits by this committer
After r446199 libR.so has SONAME and was made visible for
consumer ports. Register correct dependency by using LIB_DEPENDS
instead of BUILD|RUN_DEPENDS dance.

math/rkward-kde4:
- Add 2 missing files to pkg-plist also

PR:		219776
Submitted by:	myself
Approved by:	maintainers timeouts
Original commitRevision:446540 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Sunday, 22 Jan 2017
19:53 tcberner search for other commits by this committer
math/rkward-kde4 : fix stage-qa

Not a gnome port, so don't use INSTALLS_ICONS.
(As INSTALLS_ICONS pulls in dependencies, bump revision).

Reviewed by:	rakuco, thierry
Approved by:	thierry (maintainer), rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9275
Original commitRevision:432157 
Wednesday, 7 Dec 2016
13:24 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
Original commitRevision:428057 
Wednesday, 24 Aug 2016
08:20 tcberner search for other commits by this committer
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]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
Original commitRevision:420774 
Tuesday, 28 Jun 2016
14:00 mat search for other commits by this committer
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Original commitRevision:417719 
Friday, 27 May 2016
19:40 thierry search for other commits by this committer
Upgrade to RKWard 0.6.5 to chase Rupgrade to 3.3.0.

Changelog at
https://rkward.kde.org/News#RKWard_0.6.5_-_Much_improved_preview_functionality.2C_and_more
Original commitRevision:415959 
Wednesday, 25 May 2016
20:56 rene search for other commits by this committer
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
Original commitRevision:415864 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Wednesday, 23 Dec 2015
21:28 thierry search for other commits by this committer
Upgrade RKWard to 0.6.4.

Release notes at
https://rkward.kde.org/News#RKWard_0.6.4_-_Usability_improvements.2C_fixes.2C_and_preparation_for_porting_to_KDE_frameworks_version_5

Notified by:	Michael L. Wilson
Original commitRevision:404325 
Tuesday, 15 Dec 2015
20:41 thierry search for other commits by this committer
Re-add the dependency to math/R-cran-car, since it has been fixed
(PR ports/204587).
Original commitRevision:403804 
Tuesday, 24 Nov 2015
21:34 thierry search for other commits by this committer
Update to 0.6.3.

PR:		ports/204738
Submitted by:	Rainer Hurling
Original commitRevision:402378 
Sunday, 22 Nov 2015
07:45 antoine search for other commits by this committer
Unbreak INDEX with fmake:

"Makefile", line 54: Unassociated shell command "#
${LR_MOD_DIR}/car/INDEX:${PORTSDIR}/math/R-cran-car"
fmake: fatal errors encountered -- cannot continue
Original commitRevision:402217 
Saturday, 21 Nov 2015
14:09 thierry search for other commits by this committer
Resurrect math/rkward-kde4, which had been removed because math/R-cran-car
might gbe removed, but this dependency is recommended, not mandatory.
Original commitRevision:402161 
Sunday, 27 Sep 2015
07:02 antoine search for other commits by this committer
Chase R-cran-car expiration date
Original commitRevision:398025 
Saturday, 1 Nov 2014
08:47 thierry search for other commits by this committer
Upgrade to 0.6.2.

Changelog at <http://rkward.sourceforge.net/wiki/News>.
Original commitRevision:371997 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
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)
Original commitRevision:365038 
Tuesday, 15 Jul 2014
16:23 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361962 
Monday, 17 Mar 2014
12:56 thierry search for other commits by this committer
Set USES+=fortran. This  sets LDFLAGS so rkward links with libgcc_s
from lang/gcc instead of base system libgcc_s which is too old for
libgfortran.

Obtained from:	tijl
Original commitRevision:348467 
Tuesday, 11 Mar 2014
08:40 thierry search for other commits by this committer
- Import a patch from upstream to unbreak
	Suggested by: rakuco

- Support staging
	Patch provided by gerald.
Original commitRevision:347868 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Tuesday, 3 Dec 2013
15:13 makc search for other commits by this committer
- Fix CMAKE_BUILD_TYPE usage

Approved by:	maintainer
Original commitRevision:335574 
Wednesday, 13 Nov 2013
08:19 bf search for other commits by this committer
Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
Original commitRevision:333659 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Tuesday, 4 Jun 2013
14:26 bapt search for other commits by this committer
WITHOUT_NLS -> PORT_OPTIONS:MNLS
NOPORTDOCS -> PORT_OPTIONS:MDOCS
Original commitRevision:319863 
Tuesday, 28 May 2013
15:15 bf search for other commits by this committer
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
Original commitRevision:319316 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 16 Apr 2013
17:18 thierry search for other commits by this committer
Upgrading to 0.6.1, to prepare for R 3.0.0.

Changelog at
http://sourceforge.net/apps/mediawiki/rkward/index.php?title=News

Feature safe:	yes
Original commitRevision:315860 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Thursday, 7 Mar 2013
04:21 bf search for other commits by this committer
update math/R to 2.15.3, and adjust dependent ports
Original commitRevision:313562 
Friday, 4 Jan 2013
17:51 bf search for other commits by this committer
update the R base ports to 2.15.2 and adjust dependent ports

Reviewed by:	thierry, tota, wen
Original commitRevision:309935 
Thursday, 1 Nov 2012
13:22 thierry search for other commits by this committer
Fully deactive localization, so that it passes the non-regression tests
with a non-english desktop.

Feature safe:	yes
Original commitRevision:306800 
Wednesday, 31 Oct 2012
20:29 thierry search for other commits by this committer
Upgrade to 0.6.0.

Changelog at http://freecode.com/projects/rkward#release_349200 .

Feature safe:	yes
Original commitRevision:306763 
Tuesday, 26 Jun 2012
23:57 bf search for other commits by this committer
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 4 May 2012
20:56 bf search for other commits by this committer
- update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
  MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
  flexible and allow CRAN ports to override it; add a regression-test
  target; set USE_FORTRAN to match math/R; remove some of the
  redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS

Reviewed by:    thierry, tota, wen
Approved by:    D. Rue (maintainer) [1], wen [2]
Original commit
Wednesday, 7 Mar 2012
14:57 makc search for other commits by this committer
Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago).
Original commit
Saturday, 3 Mar 2012
16:59 bf search for other commits by this committer
update math/R to 2.14.2, and adjust dependent ports
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Wednesday, 18 Jan 2012
23:04 bf search for other commits by this committer
update math/R to 2.14.1, and adjust dependent ports
Original commit
Sunday, 27 Nov 2011
07:02 bf search for other commits by this committer
update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
dependent ports

Approved by:    linimon (portmgr), thierry, tota, wen
Feature safe:   yes
Original commit
Sunday, 13 Nov 2011
14:00 thierry search for other commits by this committer
Upgrade to 0.5.7. This supports R 2.14.0.

Changelog at
<http://sourceforge.net/apps/mediawiki/rkward/index.php?title=News#RKWard_0.5.7_-_Support_for_R_2.14.0.2C_improved_package_management.2C_and_more>

Feature safe:   yes
Original commit
Monday, 17 Oct 2011
00:05 avilla search for other commits by this committer
- Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION.
Original commit
Tuesday, 11 Oct 2011
14:19 bf search for other commits by this committer
update math/R to 2.13.2, and adjust dependent ports
Original commit
Thursday, 28 Jul 2011
04:19 bf search for other commits by this committer
update R to 2.13.1 [1], and adjust dependent ports (this
includes workarounds intended to fix the broken sparc64
build, and fixes to the static libR, which is now in a
separate slave port, math/libR)

PR:             158947 [1]
Submitted by:   wen ([1], independently)
Original commit
Thursday, 30 Jun 2011
17:28 thierry search for other commits by this committer
seq2 is no more used: remove this dependency.

Reported by:    bf
Original commit
Saturday, 4 Jun 2011
15:04 thierry search for other commits by this committer
Upgrade to RKWard 0.5.6.

Change notes at <http://rkward.sourceforge.net/>.
Original commit
Saturday, 7 May 2011
03:29 bf search for other commits by this committer
- update to 2.13.0
- switch to the bundled Rblas and Rlapack by default (this
  can be changed by setting BLAS and LAPACK) which favors
  correctness in some corner cases over a slight performance
  penalty; this will be revisited after the blas and lapack
  updates
- replace the STATIC_LIBR option with a LIBR option (on
  by default): if on, libR.a and libR.so are installed,
  and R is linked to libR.so. Otherwise, R is static, and
  no libRs are installed.
- remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1]
- enable the cairo and pango elements in the X11() graphics
  device by default, controlled by new PANGOCAIRO option
- add a few small patches to dependent ports, bumping
  PORTREVISION where necessary

PR:             153309 [1]
Approved by:    thierry (rkward*), wen (rpy*, R-cran-*)
Original commit
Tuesday, 3 May 2011
18:45 thierry search for other commits by this committer
This one should be correct...
Original commit
18:29 thierry search for other commits by this committer
Oops, I totally scrambled plist in my previous commit...

Reported by:    pointyhat via Pav
Original commit
Sunday, 1 May 2011
14:57 thierry search for other commits by this committer
Upgrade to 0.5.5.

Changelog at
<https://sourceforge.net/apps/mediawiki/rkward/index.php?title=News#RKWard_0.5.5_-_Enhanced_robustness_and_many_small_improvements>
Original commit
Sunday, 10 Apr 2011
08:48 makc search for other commits by this committer
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Original commit
Monday, 28 Feb 2011
16:14 bf search for other commits by this committer
- Bump PORTREVISION after the update of R to 2.12.2

Approved by:    makc, miwi (mentors, implicit)
Original commit
Saturday, 29 Jan 2011
16:53 bf search for other commits by this committer
- Update R to 2.12.1
- Bump PORTREVISION of
  dependent ports

Approved by:    makc, miwi (mentors, implicit)
                pav (portmgr)
Feature safe:   yes
Original commit
Monday, 4 Oct 2010
19:06 thierry search for other commits by this committer
Upgrade to 0.5.4.

Changelog at
<https://sourceforge.net/projects/rkward/files/Current_Stable_Releases/Notes_0.5.4.html/view>
Original commit
Sunday, 22 Aug 2010
07:17 makc search for other commits by this committer
Fix build with upcoming KDE 4.5
Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5

Approved by:    thierry (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Thursday, 13 May 2010
22:40 fluffy search for other commits by this committer
- Make pointyhat tinderbox happy by removing extra @dirrmry for common locale
  and apps directories, which now handled by updated kdehier4.
- Bump PORTREVISIONs to force rebuild.

Noticed by:     pointyhat via pav
With hat on:    kde
Original commit
Sunday, 2 May 2010
21:36 thierry search for other commits by this committer
Upgrade to 0.5.3.

Changelog at
<http://sourceforge.net/projects/rkward/files/Current_Stable_Releases/Notes_0.5.3.html/view>
Original commit
Sunday, 7 Feb 2010
13:58 thierry search for other commits by this committer
Fix plist and unbreak after the latest R's update.

PR:             ports/143549 (based upon)
Submitted by:   Rob Farmer <rfarmer (at) predatorlabs.net>
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 9 Jan 2010
23:40 pav search for other commits by this committer
- Mark BROKEN: does not package

Reported by:    pointyhat
Original commit
Thursday, 29 Oct 2009
21:44 thierry search for other commits by this committer
- Upgrade to 0.5.2. Changelog at
 <http://freefr.dl.sourceforge.net/project/rkward/Current_Stable_Releases/Notes_0.5.2.html>

- Now use kdeprefix to avoid cwd.
Original commit
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Thursday, 6 Aug 2009
20:46 thierry search for other commits by this committer
Upgrade to 8.5.1.

Changelog at
<http://puzzle.dl.sourceforge.net/project/rkward/Current_Stable_Releases/Notes_0.5.1.html>
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 19 May 2009
20:19 thierry search for other commits by this committer
Adding RKWard for KDE4.

RKWard prior to v. 0.5 depends on KDE-3, and newer versions
depend on KDE-4.

PR:             ports/134495
Original commit
20:14 thierry search for other commits by this committer
Force commit to note the repocopy from math/rkward.

PR:             ports/134495
Submitted by:   /me
Repocopied by:  marcus
Original commit

Number of commits found: 76