summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
AgeCommit message (Collapse)AuthorFilesLines
2009-08-21fix build on NetBSD.amd64 using x11 from base (tested on modular x11)abs3-8/+28
- krfb/libvncserver/rfb.h had cope apparently copied from X11's Xmd.h, but it missed setting LONG64, resulting in a mismatched typedef for CARD32 bump pkgrevision. Found on Alex's new kde3 playbox.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-4/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-276/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-4/+4
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-12add DESTDIR support.markd1-6/+3
2008-10-11Make dependency on libXxf86vm explicit. Fixes build on some Linuxmarkd1-1/+3
systems. Noted by David Sainty.
2008-08-27Update to KDE 3.5.10markd2-17/+6
minor bugfixes
2008-04-01Use <X11/Xmd.h> to define CARD32 et al so that local definitionmarkd2-6/+17
doesn't clash if something else happens to pull in that include file - as now happens with XI.h file in inputproto-1.4.3. Should fix PR 38227.
2008-02-20Update to kde3.5.9markd5-118/+7
Minor bugfixes
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-4/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz2-3/+4
2007-10-20Update to KDE 3.5.8markd4-7/+35
Kopete * Fix adding of yahoo contacts. * Fix crash after duplicate login. * Jabber groupchat history is only shown for currently present members. * Enable Kopete to respond to chats started by others who are blocking you. * Newlines seen when sending richtext to gaim and trillian clients. * Fix webcam problems. * Kopete does not keep toolbar settings. * < and > in contact nicknames aren't well supported. * "Message handling" unset when setting it to "Open messages instantly" and reopening the configuration dialog. * Deactivate the Join Chatrooms action when offline. * Fix error in chatroom search so that all chatrooms are listed. * Fix msn live emoticons. * Fix issue with MSN webcam images being garbled. * Fix crash on Yahoo protocol.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-06-23Fix ordering of @dirrm's in PLIST - From Bernd Ernesti.markd2-3/+4
Bump PKGREVISION.
2007-06-15Fix XScrnSaver for !native.joerg1-2/+4
2007-05-23Update to KDE 3.5.7markd2-5/+7
Kopete * Increase the use of passive popups. * Huge performance improvement in chat rendering. * Fix crash after creating an ICQ account. * Fix webcam-freeze when more than one people are watching the cam * Fix crash when launched with AIM quasi-url. * Fix linebreaks showing up as <br /> (Yahoo! protocol). Krfb * Fix 100% CPU usage with first connection.
2007-01-29+.include "../../x11/xextproto/buildlink3.mk" for modular X11abs1-1/+2
2007-01-26Update to KDE 3.5.6markd3-231/+224
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz2-4/+4
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2007-01-13Modular Xorg support.joerg1-1/+8
2007-01-13Fix security issue in ksircmarkd2-2/+9
http://www.kde.org/info/security/advisory-20070109-1.txt bump PKGREVISION.
2006-11-16Don't try and use meanwhile package if it happens to find one installedmarkd1-1/+3
(from wip or elsewhere). From Lars Nordlund on pkgsrc-users@
2006-10-12Update to KDE 3.5.5markd10-510/+503
Changes: Version 0.12.3 of Kopete replaces 0.11.3 in KDE 3.5.5, it includes support for Adium themes, performance improvements and better support for the Yahoo!
2006-08-02Update to KDE 3.5.4markd2-4/+18
Kopete * Fix ICQ server thinks the client you are using is too old. krdc * Fix advanced button not working after Scaling. * Make "always show local cursor" and "view only" permanently configurable via krdcrc. * Handle "smb:/" as well as "smb://" URLs.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-01Update KDE to 3.5.3markd3-9/+7
Changes: * Kopete o Fix automatic spellchecking when turning off rich text o Prevent contacts from being added to a server side group called Top Level o Message notification in contactlist o Fix crash for AIM o Kopete is closing down all connections and reconnects after about each 1 minute o Fix Kopete crash after change ICQ status to online. o Fix crash in ICQ on disconnect due to connect elsewhere.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to KDE 3.5.2markd4-15/+16
* Make the tray icon transparent also if numbers are not shown
2006-03-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen1-4/+4
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-02-02USE_TOOLS+= pkg-configmarkd1-1/+2
2006-01-31Update to KDE 3.5.1markd2-6/+7
Changes: * Kopete o Fix disconnects/crashes after connecting to a Yahoo webcam o Don't send picture information packets to Yahoo buddies when connecting into invisible state, as one might use these packets to reveal your real connection state o Don't crash when deleting several contacts that are in several groups o Fix escaping of HTML in Yahoo messages * KPPP o fix initialization problem with some modems (Qualcomm 3G CDMA) o support higher connection speeds (921600 bps)
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-4/+4
2005-12-11Update to KDE 3.5markd3-151/+129
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-11-18Add necessary magic to build kppp on DragonFly.joerg4-9/+70
2005-10-13Update to KDE 3.4.3markd3-21/+7
Changes: misc bugfixes.
2005-09-29Fix for qt-3.3.5adam1-2/+16
2005-07-30Update to KDE 3.4.2markd3-14/+11
Changes: * kppp: completed i18n-related flow control fix * kppp: fixed PPP interface check on FreeBSD and possibly other systems
2005-07-22Fix libgadu vulnerabilities.markd2-2/+9
http://www.kde.org/info/security/advisory-20050721-1.txt Bump PKGREVISION.
2005-05-31Update to KDE 3.4.1markd4-23/+10
Changes: * Kopete: Fix crash when KDE logout * Kopete: Fix crash when drag&drop a temporary contact to the list. * Kopete: Fix crash when ignoring messages from non-buddies * Kopete: Resize correctly wide photos * Kopete: Change the effect applied on offline status icon in order to let see the color * Kopete: Update the contactlist whan KDE (fonts) settings changes. * Kopete: Don't send empty messages when holding enter * Kopete: MSN: Don't dissconnect people using webmessenger.msn.com when sending message with default font * Kopete: MSN: Make the timeout option for away message works. * Kopete: MSN: Fix the reverse list button. * Kopete: MSN: Fix connections problems * Kopete: MSN: Avatars downloaded correctly by third client like Gaim * Kopete: MSN: Show font and colors settings * Kopete: MSN: Scale the display picture * Kopete: Yahoo: Fix big fonts * Kopete: Yahoo: fix problems when sending messages * Kopete: ICQ: Display only one error when we hit an unknown error * Kopete: ICQ: fix "Online Sice" * Kopete: ICQ and AIM: Fix typing notifycation * Kopete: ICQ and AIM: Escape HTML correctly * Kopete: Latex: Blacklist some latex command * Kopete: GroupWise: copy and paste in contact property dialog
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-30rdesktop 1.4 requires the host argument to come after all the othersmarkd3-2/+18
so make that so when krdc calls it. Bump PKGREVISION.
2005-03-26Move creation/deletion of share/kde/apps/remoteview to kdelibs3/dirs.mkmarkd1-2/+2
2005-03-23Update to KDE 3.4markd4-492/+147
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-02-24Add RMD160 digests.agc1-1/+2