aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-workspace
Commit message (Collapse)AuthorAgeFilesLines
* Final removal of WITH_NEW_XORGdumbbell2014-12-231-4/+0
| | | | | | | | | | | | | | | | | | | | This knob was turned on for all version of FreeBSD in r369875 (2014-10-03) and officially deprecated. Since then, it was gradually removed from many ports when they needed an update. x11-servers/xorg-server was the last major user of this knob. The port was updated to xserver 1.14 in r374982 (2014-12-19). The update got rid of the knob, clearing the path to the final removal. This commit changes ports who were checking for WITH_NEW_XORG and remove its handling from bsd.port.mk. While here, two sanity checks are added to warn user about WITH_KMS and WITH_NEW_XORG which have no effect now. Differential Revision: https://reviews.freebsd.org/D1351 Reviewed by: antoine, bapt, kwm Approved by: portmgr (antoine, bapt), kwm
* Add patch for CVE-2014-8651 (privilege escalation).rakuco2014-11-182-0/+114
| | | | | MFH: 2014Q4 Security: dafa13a8-6e9b-11e4-8ef7-5453ed2e2b49
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-194-380/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Remove patch that's not needed anymore and breaks the build with CMake 3.0.rakuco2014-09-031-17/+0
| | | | | | | PORTREVISION bump not needed, as people who've already built the port don't need to change anything. Submitted by: alonso@ via area51
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-0/+1
| | | | | | | | | | | | | | | | | | | 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)
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-113-3/+35
| | | | | | | 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.
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-032-5/+4
| | | | | | | | | | | | | | | | | | | | 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.
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-051-2/+2
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* x11/kde4-workspace: make GLES support really optionalmakc2014-02-201-0/+1
|
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-186-264/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
* Chase boost and icu bumpbapt2014-02-071-1/+1
| | | | While here convert some LIB_DEPENDS
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-14/+14
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-051-2/+2
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-035-6/+30
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-194-6/+39
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* - update astro/gpsd to 3.9rm2013-05-031-0/+1
| | | | | | | | | - fix build on head - remove stale options and patch - chase the update in dependent ports PR: 178279 Submitted by: glebius (maintainer)
* In preparation of removing devel/libusb (expires 2013-04-30), remove itrene2013-04-301-4/+0
| | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-275-166/+150
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* Mk/bsd.kde4.mk:makc2013-03-221-1/+2
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-047-139/+346
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* Chase boost bumpbapt2013-02-021-7/+3
| | | | Reported by: cperciva
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵makc2012-06-153-3/+57
| | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-3/+2
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-1/+2
|
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-255-477/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
|
* - Fix build with Clang.avilla2012-02-051-0/+40
| | | | | | PR: 164549 Submitted by: rakuco Obtained from: KDE
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-254-24/+2
| | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-145-68/+61
| | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes
* - Fix detection of X11 prefix adding xrdb also to BUILD_DEPENDS. [1]avilla2011-11-017-35/+32
| | | | | | | | | | | | - Depend on gstreamer-plugins-core when WITH_PHONON_GSTREAMER is set. [1] - Add note to pkg-message, when WITH_PHONON_GSTREAMER is not set, to alert people they *need* at least gstreamer-plugins-ogg to avoid a deadlock at logout when using GStreamer Phonon backend.. [1] - Add optional dependency on kde4-wallpapers (defaults to on). - Fix the script for setting FreeBSD wallpaper on new configurations. - Bump PORTREVISION. Discussed with: ale via e-mail [1]
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-1713-313/+138
| | | | | | | | | | | | | | | | | | 4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
* Tarball was rerolled shortly before release to update documentaton.makc2011-07-091-2/+2
|
* Update KDE Software Compilation ports to 4.6.5makc2011-07-081-2/+2
| | | | | Official announcement: http://www.kde.org/announcements/announce-4.6.5.php Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-2/+2
| | | | announcement here: http://kde.org/announcements/announce-4.6.4.php
* Update KDE Software Compilation ports to 4.6.3makc2011-05-175-20/+15
| | | | Special thanks to Raphael Kubo da Costa for his work on this update.
* Add missing dependencies on Xorg libraries.makc2011-05-101-0/+1
|
* Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPEmakc2011-04-101-1/+1
|
* The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-078-246/+2
| | | | | | | Software Compilation: 4.6.2, codename "Congrats". Read the full announcement here: http://kde.org/announcements/announce-4.6.2.php. Special thanks to Raphael Kubo da Costa who ported the release.
* - Fix KDM startup on 8.x and 7.x.avilla2011-03-282-2/+2
| | | | | | | | | This commit removes option -q from a pgrep invocation: it looks like it was added only recently. PR: ports/155961 [1] Submitted by: Antoine Vu-Ngoc <antoine@cleopatre.homeip.net> [1] Ondrej Majerech <oxyd.oxyd@gmail.com> via mailing list
* - Chase astro/gpsd shlib version bumpamdmi32011-03-263-1/+76
| | | | | | | - Add patches required for compatibility with new version of libgps Submitted by: glebius Tested by: glebius
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-2523-448/+493
| | | | | | | | | 4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi
* Chase after net/openldap24-server update.delphij2011-02-251-0/+1
| | | | Reminded by: miwi
* - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-082-3/+2
| | | | | | for FreeBSD. It's a bugfix-only release, January 2011 set.
* - Chase security/libksba shlib version bumpglarkin2010-12-161-0/+1
| | | | | Requested by: kwm Pointyhat to: glarkin
* KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-032-3/+5
|
* KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-042-5/+3
|
* KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-066-22/+76
| | | | | | | | kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1] (set by default for new accounts). Thanks to Ivan Cukic from KDE for making the wallpapers! [1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
* Add patch from upsteam to fix bugs.kde.org/237033makc2010-09-232-1/+11
| | | | Requested by: Andriy Gapon <avg at icyb.net.ua>
* - Fix libdevinfo link in KInfoCenter.avilla2010-09-152-1/+2
| | | | | | | - Bump PORTREVISION. PR: ports/150385 Approved by: tabthorpe (mentor)
* KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-0313-209/+372
| | | | | New ports added: misc/kde4-l10n-ia - Interlingua localization for KDE
* Present KDE SC 4.4.5 for FreeBSD.makc2010-06-303-6/+12
| | | | Feature safe: yes
* - Fix instantiation of ConsoleKit session in KDM. [1]avilla2010-06-255-13/+42
| | | | | | | | | | | | | | | | | - Enable Solid HAL plugin. [2] - Remove stale patch. - Bump PORTREVISION. [1] procfs(5) is required. [2] Even if buttons like "Sleep" and "Hibernate" will show up in PowerDevil, FreeBSD support on those doesn't change: sleeping is still unsupported on i386, and hibernation is not implemented anywhere. Approved by: tabthorpe (mentor), erwin (portmgr) Obtained from: http://websvn.kde.org/?view=revision&revision=1133877 [2] Feature safe: yes
* Present KDE SC 4.4.4 for FreeBSD.makc2010-06-022-4/+3
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* - Register CONFLICTS with kde4-windeco-auroraefluffy2010-05-171-0/+2
| | | | AuroraE now shipped with KDE SC 4.4.3, and separated port marked as deprecated
* - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-1110-396/+251
| | | | With hat on: kde@
* - Fix KDM vulnerability.avilla2010-04-172-1/+194
| | | | | | | | - Bump PORTREVISION. Approved by: tabthorpe (mentor) Obtained from: KDE Security: 3987c5d1-47a9-11df-a0d5-0016d32f24fb
* - fix build for png-1.4.1dinoex2010-03-291-0/+33
| | | | PR: 145157
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Mark broken on ia64: segfaults.linimon2010-03-221-0/+4
| | | | Hat: portmgr
* Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-072-4/+3
| | | | | | | release can be found at http://kde.org/announcements/announce-4.3.5.php. KDE 4.3.5, the last bugfix release in 4.3.x series. We'd like to say thanks to all helpers and submitters.
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Fix build on HEADmiwi2010-01-223-0/+84
| | | | Submitted by: ed@
* Disable the libutempter dependency on OSVERSION 900004 and higher.ed2009-12-071-2/+8
| | | | | | libulog now provides a libutempter compatibility interface. Approved by: miwi
* The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-021-3/+3
| | | | | | | 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.
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-274-17/+19
| | | | | | | | | | | | | 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)
* - Removed patch that was integrated upstreamtabthorpe2009-09-021-21/+0
| | | | | PR: ports/138471 Submitted by: Andrei Lavreniyuk
* The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-023-16/+15
| | | | | | | | 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.
* - Add patch from upstream that fixes the HDD system monitor applet ifmarkus2009-08-232-1/+14
| | | | | | | | localization is being used. - Bump PORTREVISION Obtained from: KDE SVN (rev. 1011262) Noticed by: cloudsv of The FreeBSD Forums
* - Implement/Add the sensor 'system/uptime' for/to ksysguardd. As intendedmarkus2009-08-216-0/+142
| | | | | | | | | | | | | sideeffect, this fixes the plasma systemmonitor applets as most of them were using this sensor internally for management of the sensor list due to a limitation of ksysguardd. As this sensor didn't exist on FreeBSD, they showed nada. - Add a patch from upstream to fix the network part of the plasma systemmonitor [1] - Bump PORTREVISION Obtained from: KDE SVN (rev. 1001470) [1] 7.x testing by: decept on #kde-freebsd (Freenode)
* Mk/bsd.kde4.mk:makc2009-08-1012-37/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rework KDE4_BUILDENV All ports: - remove needless post-extract target - make patches relative to ${PATCH_WRKSRC} - clean up - bump PORTREVISION when required databases/akonadi: - replace dependency on boost-python-libs with boost-libs (finally, boost-pyhton does not conflict with boost \o/) deskutils/kdepim*: - replace boost-python-libs with boost-libs - reduce dependencies - respect PREFIX - fix build with qt3 installed misc/kdeedu4: - add dependency on astro/xplanet (for KStars) misc/kdeutils4: - add dependency on devel/qca (for okteta) - make dependency on kdebase non-optional multimedia/kdemultimedia4: - add optional support for PulseAudio x11/kdebase4: - remove needless dependency on kdebase4-runtime x11/kdebase4-runtime, x11/kdebase4-workspace - remove extra CMAKE_ARGS to fix build for qt3/kde3 users x11/kdelibs4 - remove needless dependencies - remove extra CMAKE_ARGS to fix build for qt3/kde3 users
* - Fix patch rejectmiwi2009-08-051-4/+4
| | | | Reported by: Oliver Pinter via freebsd-kde@
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-054-106/+306
| | | | | | | | | | 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)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Is not make jobs safepav2009-07-171-1/+1
| | | | Reported by: pointyhat
* The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-4/+4
| | | | | | release in 4.2.x series. The official KDE 4.2.4 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php.
* Update KDE ports to 4.2.3makc2009-05-103-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* - Fix build with new USB2miwi2009-04-241-3/+8
|
* Add run dependency on x11/setxkbmap to make kde layout switcher usable.makc2009-04-161-1/+3
| | | | | | | Bump PORTREVISION. Reported by: anonymous <anonymous at id.ru> via kde@freebsd maillist Approved by: portmgr (marcus)
* - Mark MAKE_JOBS_UNSAFEmiwi2009-04-101-1/+1
| | | | Reported by: pavbot
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-12/+7
| | | | | | | | | | for FreeBSD. The official KDE 4.2.2 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php. Also mark some ports MAKE_JOBS_SAFE. New Ports: misc/kde4-l10n-sk - Slovak
* bump PORTREVISION after cmake updatemakc2009-03-251-0/+1
|
* - Chase libusb20 rename in r189585.stas2009-03-101-3/+8
| | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
* Update KDE to 4.2.1.makc2009-03-098-163/+24
| | | | | | | multimedia/phonon port has been split into phonon itself, phonon-xine and phono-gstreamer backends. After updating phonon port you have to install at least one backend. phonon-xine backend is recommended for KDE.
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-0912-594/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 misc/kde4-l10n-gu Gujarati misc/kde4-l10n-is Icelandic misc/kde4-l10n-kn Kannada misc/kde4-l10n-mai Maithili misc/kde4-l10n-mr Marathi misc/kde4-l10n-ro Romanian misc/kde4-l10n-tg Tajik math/eigen2 Lightweight library for vector and matrix math graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins sysutils/policykit-kde PolicyKit manager for KDE Unfortunately FreeBSD 6.4 support is dropped. We'd like to say thanks for feedback and help to: Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer, David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe, Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
* conflicts with kdebase-runtime-4.1.[0-1]makc2009-01-171-0/+3
| | | | Approved by: miwi (mentor)
* kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release ↵makc2009-01-143-5/+28
| | | | | | | | | | | | | | in 4.1.x series. You have only two weeks to play with it -- KDE 4.2.0 is coming ;) Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php Approved by: miwi (mentor)
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-032-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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, the KDE4 desktop shell * PDF backend fixes in the document viewer Okular * Fixes in Gwenview, the image viewer's thumbnailing, more robust retrieval and display of images with broken metadata * Stability and interaction fixes in KMail New Ports: - graphics/kcoloredit * KColorEdit is a palette files editor. It can be used for editing color palettes and for color choosing and naming. - graphics/kgraphviewer * KGraphViewer is a GraphViz DOT graph viewer for KDE. The GraphViz programs are free-software layout engines for graphs. KGraphViewer displays the graphs in a modern, user-friendly GUI with all the power of a well integrated KDE application. - graphics/kiconedit * KIconEdit is designed to help create icons for KDE using the standard icon palette. - graphics/skanlite * Skanlite is a simple image scanning application that does nothing more than scan and save images. Skanlite can open a save dialog for every image scanned or save the images immediately in a specified directory with auto-generated names and format. The user can also choose to show the scanned image before saving.
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-1031-5965/+2260
| | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun!
* Add missing dependencies on xorg librariesarved2008-08-011-2/+2
| | | | | | PR: 123406, 126130 Submitted by: Mel <mel@rachie.is-a-.geek.net> Reported by: Gergely Czuczy
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-6/+6
| | | | | | | | | | | | | | | - 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)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* Remove support for XFree8-4.flz2008-03-081-4/+0
| | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
* Use the hal-storage pkgconfig data for configuring mediamanager'slofi2008-01-192-1/+12
| | | | | | | libraries. PR: ports/119733 Submitted by: Andrew Kolchoogin <andrew@rinet.ru>
* Avoid null-pointer dereference in kdesulofi2007-11-151-0/+14
| | | | | PR: ports/118007 Approved by: portmgr (Pav)
* Update to KDE 3.5.8lofi2007-10-306-292/+4
|
* Add patch for KDM passwordless login vulnerability and update patcheslofi2007-09-203-1/+64
| | | | | | for Konqueror address bar spoofing vulnerability. Security: CVE-2007-3820 CVE-2007-4224 CVE-2007-4225 CVE-2007-4569
* Fix Konqueror address bar spoofing attack vulnerability.lofi2007-08-192-1/+50
| | | | | Security: CVE-2007-4224, CVE-2007-4224, CVE-2007-3820 Security: http://www.kde.org/info/security/advisory-20070816-1.txt
* Add the latest KDE patches for Qt plus a patch for Konsole in kdebase.lofi2007-07-122-1/+165
| | | | | | | Together, they fix a regression in Kicker's taskbar applet which would no longer group Konsole windows in 3.5.7. Reported by: Dwayne MacKinnon <dmk@ncf.ca>
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-048-184/+530
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Prevent kdebase3 from deleting the Gamma Correction KDE Control Centerlofi2007-04-222-1/+79
| | | | module (from kdegraphics3) on installation.
* - List processes which prevent a volume from gettinglofi2007-04-152-35/+50
| | | | | | | | unmounted by using fstat (instead of fuser). - Fix mounting volumes listed in fstab. PR: ports/111364 Submitted by: Maxim Samsonov <xors@mne.ru>
* Disable polling of smb filesystems listed in fstab.lofi2007-03-292-4/+7
|
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-1410-5975/+107
|
* Apparently there *are* users that prefer to leave HAL turned off. Avoidlofi2007-02-102-1/+2
| | | | | | letting them run into a patch error. Noticed by: Grzes <gregorek@gmail.com>
* Fix various problems in the media kioslave:lofi2007-02-105-26/+253
| | | | | | | | | | | | | | | | - Correct ejecting of mounted volumes (unmount before eject). - Mounting of removable media drives (such as CD-ROM drives) listed in /etc/fstab (removes checking linux's "user" mount option). - Polling floppy drives over the mount state (FreeBSD HAL doesn't do this). - Informing the fileview when HAL notifies that mounting is completed. - Mounting cdrom volume in locale charset. Note: Requires cd9660_iconv! PR: ports/108949 Submitted by: Maxim Samsonov <xors@sendmail.ru> - Disable polling of nfs shares in the fstabbackend. Mounting/Unmounting is broken and the polling can cause DBus aborts that take kded with them.
* Fix KDE Bug 135250 (window-flickering in 'focus strictly under mouse' mode).lofi2007-01-082-1/+40
| | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Fix overlong entry in make configarved2006-12-231-1/+1
| | | | | Reported by: Heino Tiedemann Submitted by: Andy Fawcett
* Fix unmounting USB storage devices and the like (don't try to "eject" them,lofi2006-12-221-1/+4
| | | | just unmounting will do. Yay Linux.).
* Fix a linuxism in media:/ that prevents cd-roms from being mounted (bylofi2006-12-212-1/+191
| | | | | trying to mount them with -noatime). Also make kio_media more debug- chatty in case users find more problems.
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-2012-1142/+882
| | | | Approved by: portmgr
* Explicitly disable HAL support, it currently doesn't work on FreeBSD.lofi2006-10-181-2/+3
| | | | Approved by: portmgr (marcus)
* Fix bold/intensive fonts in konsole.lofi2006-09-192-1/+14
| | | | Submitted by: moose@opera.com
* Fix KControl/kcmshell so the Peripherals/Digital Camera KControl modulelofi2006-09-142-1/+12
| | | | (installed by graphics/kamera) will work.
* Fix KControl. Paving the road to a peaceful coexistence with GNOME inlofi2006-09-142-2/+5
| | | | | | | ${LOCALBASE} takes more patching than expected. PR: ports/103242 Submitted by: Kyryll A Mirnenko <mirya@matrix.ua>
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-1311-206/+6170
|
* Fix KDE Bug 128610 (kscreensaver does not launch screensaver after x minutes).lofi2006-07-062-1/+98
|
* Look for the kde-xdg-env dependency file in the right place.lofi2006-06-251-1/+1
| | | | | PR: ports/99396 Submitted by: Rémy Oudompheng <oudomphe@clipper.ens.fr>
* - Fix KDE Bug 128754 (media:/ confuses filedescriptor devices with floppies)lofi2006-06-163-11/+19
| | | | | | - Correct pkg-message (noticed by ale@) PR: ports/98591
* - Use shutdown -p now by default as kdm HALT_CMD.lofi2006-06-156-14/+96
| | | | | | | | | | - Fix KDE Bug 128663 (double-free in kpager) - Fix KDE Bug 128757 (regression media:/ kioslave) PR: ports/98918 Security: http://www.kde.org/info/security/advisory-20060614-1.txt Security: CVE-2006-2449
* Add missing '+' and fix depending on kde-xdg-env.ale2006-06-081-1/+1
|
* - Work around KDE bug 128757.lofi2006-06-072-0/+36
| | | | | - Finally support GNOME/XFCE icons/menus by default by depending on kde-xdg-env.
* Update to KDE 3.5.3lofi2006-06-066-39/+22
|
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
|
* Fix KDE bug 124826.lofi2006-04-082-0/+21
| | | | Obtained from: KDE SVN, Aron Stansvik <elvstone@gmail.com>
* Update to KDE 3.5.2lofi2006-03-316-40/+23
|
* Conversion to a single libtool environment.ade2006-02-232-2/+235
| | | | Approved by: portmgr (kris)
* Fix compile on 4.xlofi2006-02-131-0/+13
|
* Fix support for keymaps with local variants (en_US, de_CH etc.) in kxkb.lofi2006-02-032-0/+21
|
* Update to KDE 3.5.1.lofi2006-02-013-22/+7
|
* Be more explicit about the openssl dependency.lofi2006-01-121-1/+4
|
* Update to KDE 3.5.0lofi2006-01-099-342/+317
|
* Add a patch to fix KDE Bug 114385 (kdm segfaults on XDMCP request).lofi2005-12-012-0/+17
|
* Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-0510-254/+32
|
* Fix bogus ui files in preparation for Qt 3.3.5lofi2005-10-041-0/+10
|
* Fix a potential local root vulnverability in kcheckpass.lofi2005-09-052-1/+157
| | | | Security: CAN-2005-2494
* Konqueror bugfixorama:lofi2005-08-064-0/+98
| | | | | | | | | - Don't get confused by files and directories containing wildcard characters (such as "[" and "]") - Fix usage of wildcards in the location bar in filemanager mode - Unmount CD-ROM devices before ejecting them. Approved by: portmgr (linimon)
* Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-012-3/+2
|
* Fix some of the issues in the media:/ kioslave. proc filesystems should nolofi2005-07-123-1/+101
| | | | | | | | | longer appear in the list, numbering of NFS filesystems should be okay now and removable media should be mountable, unmountable and browseable - if the user running KDE can mount them in the first place (i.e. vfs.usermount and mountpoint ownership still required). Obtained from: KDE SVN
* Fix compilation with OpenLDAP 2.3.4lofi2005-07-062-0/+10
|
* Change dependency pattern for libusb to usb-0.1lofi2005-06-291-1/+1
|
* Update to KDE 3.4.1lofi2005-06-267-361/+7
|
* Fix build on 4.9markus2005-05-071-0/+26
| | | | Reported and tested by: Emilio <contiemilio@virgilio.it>
* Add patch to fix the kinfocenter PCI module (KDE Bug 101686)markus2005-04-151-0/+60
| | | | Reported by: Steven Earl Smith
* Add CONFLICTS with kdeartwork 3.2.x and kdeartwork 3.3.x (plastik widgetlofi2005-03-261-1/+1
| | | | | | style and window decoration). Approved by: portmgr (marcus)
* Disable building kompmgr, instead RUN_DEPEND on it if xorg is installed.lofi2005-03-212-0/+16
| | | | Fixes kdebase3's pkg-plist and kwin's XComposite support.
* Update to KDE 3.4lofi2005-03-2111-300/+754
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* More cups-fixes and a patch that prevents konqueror from resettinglofi2005-02-063-0/+32
| | | | preview settings when changing icon-sizes.
* Update to KDE 3.3.2lofi2004-12-146-107/+80
|
* Add imake as build dependency. It will soon no longer be picked up bylesi2004-12-081-1/+2
| | | | | | | x-clients port. Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: lofi
* Fix some more environment nits in the kdm configuration templates, andlofi2004-11-122-8/+17
| | | | | | | | | | default to shutdown -p now for halting instead of shutdown -h now. No PORTREVISION bump since manual regeneration of kdm configuration would be required anyway. PR: 73844 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* Update to KDE 3.3.1lofi2004-11-086-59/+39
|
* Bump PORTREVISION for the last commit.arved2004-10-111-1/+1
| | | | | Requested by: kris Approved by: portmgr
* Fix Environment for kdm/csh users.arved2004-10-111-1/+1
| | | | | | | | | | No PORTREVISION bump this time, because we had one 24 hours ago. PR: 72388 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Requested by: peter Approved by: portmgr(krion) Reviewed by: Adriaan de Groot
* Fix a typoarved2004-10-102-2/+2
| | | | | | | | | Without this, kdm spins in an infinite loop with select() returning EINVAL and times out the Xserver startup and kills it off and then aborts. Submitted by: peter via marcus, kris Reviewed by: Adriaan de Groot Approved by: portmgr
* Fix bug in the default genkdmconf template - kdm would try and parselofi2004-09-243-6/+26
| | | | | | | | | fortune output from .cshrc and sometimes fail to login due to it. Fix bug with kxkb not detecting installed keyboard layouts on xorg. Approved by: portmgr Obtained from: KDE CVS
* The rc-script was botched, correct that and bump PORTREVISION.lofi2004-09-012-2/+3
|
* Update to KDE 3.3lofi2004-08-3112-443/+471
|
* A couple of patches didn't make it from the kde-freebsd repo into ports.lofi2004-08-136-1/+250
| | | | | | Here they are... PORTREVISION needs to be bumped again (sorry). Pointy hat to: me
* Tell genkdmconf to ignore existing bits of xdm/kdm configuration, if itlofi2004-08-121-2/+1
| | | | finds them and just create defaults as intended.
* Factor out all but one of the build switches of the KDE main module portslofi2004-08-119-632/+757
| | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt.
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Update to version 3.2.3lofi2004-06-104-15/+58
|
* Bump PORTREVISION.lofi2004-05-181-0/+1
|
* Fix a fat fingered commit I made two weeks ago:lofi2004-05-181-1/+1
| | | | | It causes ksysguard to be installed setuid instead of ksysguardd. No harm done though, ksysguard refuses to even run setuid.
* Put the pkg-message template back into PKGDIR.lofi2004-05-032-1/+1
| | | | Requested by: obrien
* Process the pkg-message template earlier than post-install solofi2004-05-022-3/+7
| | | | | | | package users will actually get to see it the right way. PR: ports/66123 Reported by: obrien
* Update to KDE 3.2.2lofi2004-04-206-27/+27
|
* Respect WITHOUT_FOO.lofi2004-03-281-18/+1
|
* Enhance pkg-descr a little.lofi2004-03-221-1/+4
| | | | | Based on a discussion with Bram Moolenaar <Bram@moolenaar.net> on kde@freebsd.org
* Add the default path of of the linux-flashplugin to the list of pathslofi2004-03-181-0/+10
| | | | scanned for Netscape plugins. Only affects newly created user-profiles.
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-106-63/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
* Bump PORTREVISION.lofi2004-02-111-0/+1
| | | | Reminded by: lioux
* USE_MOTIF by default now - netscape plugins compat is en vogue againlofi2004-02-101-13/+6
| | | | thanks to the libmap-flashplugin hack.
* Shorten COMMENT.lofi2004-02-101-1/+1
| | | | | PR: ports/62619 Submitted by & nitpick award to: Ernst de Haan <znerd@freebsd.org>
* Update to KDE 3.2.0lofi2004-02-0512-523/+1148
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Add a patch to correct CPU states readout inlofi2003-12-131-0/+21
| | | | | | | ksysguard. PR: ports/59080 Submitted by: Markus Brueffer
* Add a patch that should fix the "A window and A desktop icon sometimes havearved2003-11-201-0/+12
| | | | | | | | keyboard focus at the same time". No PORTREVISION bump, since only very few people noticed this. Reported by: arved, dwhite, Andy Fawcett Obtained from: bugs.kde.org
* Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-041-0/+2
| | | | | | | | | | | | | | | | | 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>
* From KDE_3_1_BRANCH:arved2003-09-291-0/+18
| | | | | | | | | Deal with 64-bit time_t With this fix I was able to complete compilation of kdebase on IA64. Submitted by: Adriaan de Groot <adridg@cs.kun.nl> Thanks to: marcel for prodding and installing kdelibs on pluto2
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-188-419/+2
|
* Multiple bugfixes and enhancements for kdebase.lofi2003-08-2910-9/+458
| | | | | | | | | | | | | | | | | | | - Add patches for konsole which enable konsole_grantpty to properly change permissions on ttys and fix a bug which causes konsole to crash on recent builds of -CURRENT. - Add a patch for configure that fixes fontconfig detection. - Add a patch submitted by Kaarthik Sivakumar <kaarthik@comcast.net> which fixes the bug described in PR ports/48334. - Add a pkg-message that notifies users about the fonts this port installs. - Use the USE_OPENLDAP macro. PR: ports/48334 Approved by: arved (Mentor)
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Update KDE to the latest official release, KDE 3.1.3lofi2003-07-296-41/+14
| | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep)
* - Conditional ldap supportarved2003-06-032-5/+11
| | | | | | | - Remove some ancient configure args - Bump PORTREVISION Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
* Update to KDE 3.1.2lioux2003-05-203-3/+5
|
* Fix fetching.will2003-04-121-1/+1
|
* Upgrade to 3.1.1a to handle PS/PDF security advisory. There are additionalwill2003-04-112-2/+2
| | | | | | patches to kgv which are also included in this commit. Submitted by: Lauri Watts <lauri@kde.org>
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-068-70/+22
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix Build on CURRENT.arved2003-03-031-0/+24
| | | | | | Submitted by: Andy Fawcett <tap@hex.athame.co.uk> Reported by: many Tested by: Jiawei Ye <leafy@leafy.idv.tw> (CURRENT), Andy Fawcett <tap@hex.athame.co.uk> (4.7, 5.0R)
* Add patch to fix ksysguard on -CURRENT. Will be committed to KDE.will2003-02-101-0/+15
| | | | | Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Tested by: Andy Fawcett <andy@athame.co.uk>
* Re-enable Xinerama support and remove Java support by default. The formerwill2003-02-091-6/+6
| | | | | never broke anything according to our records and the latter breaks builds when (specific?) JDKs are installed.
* kdebase uses libfontconfig if it finds it. add dependency.alane2003-02-031-0/+8
| | | | Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
* bump PORTREVISION for previous mod about 12 hours agoalane2003-01-301-1/+1
|
* Install desktop template masters with right perms (write perms, too).alane2003-01-301-0/+2
| | | | | | | | PR: 47645 Submitted by: Brad Laue and Simon "The Human Portlinter" Schubert Reviewed by: John Ashcroft Approved by: Colin Powell Obtained from: Oliver North (oops)
* update to 3.1 official releasealane2003-01-2913-1091/+1663
|
* Fetch from correct MASTER_SITE_SUBDIRlioux2002-11-171-1/+1
| | | | Approved by: alane
* Update these ports to 3.0.5 per KDE security advisory. Fix missing depsalane2002-11-168-116/+10
| | | | in kdebase (I didn't whack those intentionally, I don't think...).
* removed redundant PACKAGE_BUILDING testalane2002-10-191-4/+0
|
* Bump PORTREVISION to force the last change out, as bugs were severe accordingalane2002-10-191-1/+1
| | | | to reports.
* Undefault keramik due to bugs.alane2002-10-191-4/+0
|
* If defined(PACKAGE_BUILDING) then do not build with keramik/kwin backport.alane2002-10-131-0/+4
|
* Move <sys/types.h> higher up in the include list to fix build on current.alane2002-10-121-0/+18
| | | | Submitted by: Alfred Perlstein (via kde list)
* add warning about backported keramikalane2002-10-111-0/+7
|
* 1. Removed comments from pkg-plist files per will's request.alane2002-10-111-98/+0
| | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)!
* 1. Remove QT warning from kde3. It's been there long enough.alane2002-10-116-12/+120
| | | | | 2. This is 3.0.4, folks. 3. Added extra patch files for backport of keramik.
* mi's patch to use gettext as BUILD_DEPEND. If there's a PR I don't havealane2002-09-211-1/+1
| | | | the number handy.
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-253-41/+8
| | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1]
* Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-021-1/+1
| | | | need bizarre gettext errors cropping up, too.
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Fixed obnoxious bug where a new ~/Desktop dir would be created with read-onlyalane2002-07-182-0/+23
| | | | | | | | | | | files (including a RO .directory), which prevented certain changes, like moving icons around, from persisting to next session. <Aaarrgh> They used system("cp file1 file2") to create the new dirs. </Aaarrgh> PORTREVISION was bumped on this one, since it is a significant fix, and it does affect installation of files (in the user's $HOME). PR: 39980
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-053-4/+39
|
* Patch out the 'sshd' user from being shown (add to HiddenUsers).alane2002-06-291-1/+1
|
* Add smmsp (mail submitter) to list of hidden users in kdm.conf.alane2002-06-291-2/+11
| | | | | | | | | PR: 39994 Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org> 1. Not worth a PORTREVISION bump. 2. This seems reasonable; after all, you shouldn't be trying to login as one of the daemon users anyway.
* Fixed bad patch. Missed it when we moved to the rerolled tarball apparently.alane2002-06-271-5/+5
| | | | | PR: 39897 Submitted by: Siegbert Baude <siegbert.baude@gmx.de>
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-1615-516/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com>
* Fix build on alpha.will2002-05-203-0/+53
| | | | Submitted by: gallatin
* Fix missing %%MOTIF%% substitutions.petef2002-05-091-8/+8
| | | | | Submitted by: Alan E <alane@geeksrus.net> Approved by: will
* Update to 3.0. Sigh.will2002-04-231-0/+2527
|
* Oops, fix miscommit of patch.will2002-04-221-11/+11
|
* Fix kdm config file upon install.will2002-04-221-0/+11
| | | | Submitted by: Alan Eldridge <alane@geeksrus.net>
* Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-2230-4244/+530
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde
* gettext upgrade uber-patch (stage 3)ade2002-04-131-2/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This iswill2002-03-301-2/+6
| | | | | | | not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Make the "default" target failback on KDE if the user doesn't have apetef2002-03-032-3/+13
| | | | | | | | | | | .xsession file. Before this fix, kdm wouldn't log the user in with "default" if no .xsession existed.. but it seems to make sense that KDE's display manager should fall back to KDE by default. Bump PORTREVISION. PR: 35223 Submitted by: Alan E <alane@geeksrus.net>
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-111-15/+2
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-081-0/+3
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Fix problem where KDM doesn't cause the login records to be updated whenwill2002-01-062-6/+10
| | | | | | | | a user logs in. This causes problems with software that checks for them, e.g. "at", "ktalkd", etc. Bump PORTREVISION. PR: 33602 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Conditionalize use of objprelink based on whether we're running onwill2002-01-051-3/+8
| | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several
* If not building WITH_MOTIF (required for Netscape plugins), don't try to loadpetef2001-12-251-0/+6
| | | | | | | nsplugin in konqueror_config.desktop. PR: 32769 Submitted by: Alan Eldridge <alane@geeksrus.net>
* - better kdmrc config file handling:petef2001-12-145-16/+45
| | | | | | | | | | | | * install kdmrc.dist and copy to kdmrc if it doesn't already exist. don't clobber user's custom kdmrc settings. * always install the scripts, even if the config directory exists * always generate the scripts (add --no-old) - remove rcsid from patch so it applies cleanly - bump PORTREVISION PR: 32537, 32660 Submitted by: Alan Eldridge <alane@geeksrus.net>
* Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-071-1/+1
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
* Upgrade KDE to 2.2.2:will2001-12-0417-32/+1423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd