summaryrefslogtreecommitdiff
path: root/x11/kdebase3
AgeCommit message (Collapse)AuthorFilesLines
2006-06-14Avoid libusb on Solaris / x86_64. It exists, but only for 32bit mode.joerg1-1/+6
From Gilles Dauphin in PR 33727.
2006-06-01Update to KDE 3.5.3markd4-19/+11
Changes: * General o New: KDE startup reordered in order to improve startup time. o KDialog: --title does not work in at least one case o Don't show the screensaver when doing presentations o If KDE shuts down while starting up (due to low battery status), saved session is lost o KSysGuard: Typos in the ksysguard PO file o Random wallpapers don't change on every configuration change. * Kicker o Bookmarks: Look up konsole-bookmarks in the correct directory o Show/hide arrow not shown if all icons are hidden * KControl o Fix the broken priority setting. * KFind o Don't draw a separator, it causes a couple of ugly pixels. * Konsole o Fix a possible crash on session save/logout o Numerous fixes due to the Coverity reports. o Fix DCOP call setEncoding. o kwrited - Add a 'Clear Messages' to the popup menu. o Fix crash when user deletes all the sessions. o Fix underline issue when there are ampersands in tab title. o Remember the text color while moving the tab. o Fix issue with tab/window titles not refreshing for the non-active session. o Verify that the command is executable for '-e <command>.' o Use the "DefaultSession" parameter in konsolerc. * Kate o Fix crash in View Difference o Fix crash in external tools config when clicking the edit button. * Konqueror o Fix multi selection and Show/Hide in toolbar. o Fix QString/KURL confusion which probably caused encoding bugs with local paths on non-latin1 systems. o Respect user-selected view mode when browsing removable media. o Fixed detection of some Netscape plugins when packagers are built with new ld flags. * KWin o Don't force new windows to be at the beginning of the focus chain (windows with focus stealing prevention shouldn't be there). o Don't deactivate the showing desktop state when a new window is shown that belongs to the desktop. o KWin messes up ConfigureRequest:s, causing X crashes. o Move minimized windows to the right place in focus chain. o Separate focus chains are nice, but KDE-style Alt+Tab not limited to the current desktop o Window switching (alt-tab) with focus (strictly) under or follow mouse does not switch all windows and newly focused window doesn't get focus o Obey automatic un-hover option also when switching to a shaded window with alt+tab. o Mouse cursor covers tooltips of KDE applications o Fixed timestamp handling on 64bit systems, fixes focus problems when running KDE for a long time
2006-05-31The databases/openldap package has been split in -client and -server componentghen2-6/+6
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-16Fix build problem in NetBSD-current by including "errno.h" to gettron2-6/+14
definitions of error codes like EPERM.
2006-04-24Fix build on Solaris (doesn't have SIOCGIFHWADDR)markd2-1/+32
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-706/+706
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz2-4/+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 :)reed2-7/+7
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-04-02Explicitly configure without composite support. Fixes build when usingmarkd1-5/+4
newer xorgs. While here remove a few configure arguments that no longer do anything. Bump PKGREVISION.
2006-03-30Update to KDE 3.5.2markd5-46/+35
* Klipper o Handle URLs as URLs and not as Text o Prevent crashes caused by corrupted history o XFixes support (especially helps with broken clipboard implementations of some non-KDE applications) o Images are ignored by default, add 'IgnoreImages=false' to '[General]' in klipperrc o Avoid repeated action popup with the same URL with some non-KDE applications with broken clipboard implementations * Konsole o Correct issue where history size is unlimited when dealing with History options in profiles o Correctly set Tab bar when set to Dynamic Hide after session restore * Country settings o Fix short date format for Switzerland o Fix address format (especially P.O. Box) for Switzerland * KSysGuard o Show the sensors with values of more than two digits correctly in the applet * Kicker o Connect the applications to systray correctly on startup o Panels properly reserve space at screen edges even for differently sized Xinerama screens * Konqueror o Resolve symlinks only on the desktop * KWin o Added new window-specific rules for OpenOffice.org, XV and Mozilla family applications for turning off focus stealing prevention, as these applications don't work well with it o Reverted a workaround that as a side-effect had broken systray docking of some applications o Each virtual desktop has a separate focus chain * KDesktop o Fixed stacking of some dialogs
2006-02-24Use pkginstall fonts framework. Bump PKGREVISION.wiz2-11/+17
Minor pkgdelinting while here.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-02-01Fix display of NetBSD device info in the KInfoCenter. (Readsmarkd3-5/+15
/var/run/dmesg.boot and was stopping at first blank line rather that EOF) Bump PKGREVISION.
2006-01-31Update to KDE 3.5.1markd5-24/+40
Changes: * man KIO slave o fix processing of URLs in man documents o allow comment lines after a .TP request * Konqueror o 2 Tools menus when embedding KPDF in Konqueror * KDesktop o Fix initializations for desktops >4 when using DCOP calls. * Konsole o Update blue/red icons to be more distinguishable. o The history options (line #/enabled) are now used in the profiles. * Kwin o Incorrectly restored window geometry upon leaving fullscreen mode under certain circumstances
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-20Add option to build with PAM.markd3-3/+21
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-5/+4
2006-01-05Use SUBST framework for the path patching as well.joerg1-8/+7
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-17Fix generation/lookup of search indexs in khelpcenter.markd5-4/+131
Bump PKGREVISION. Update during freeze OKed by wiz.
2005-12-11missed adding this for kde 3.5.0.markd1-0/+14
2005-12-11Update to KDE 3.5markd6-205/+343
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-17Add support for option 'debug', to compile in debug code and symbols.hubertf1-2/+10
In case anyone ever wants to go and debug Qt/KDE. Like me. Shoot me!
2005-11-09ln -> ${LN}, to please pkglint.wiz1-2/+2
2005-11-09regen (patch-aa checksum mismatch, joerg?).wiz1-2/+2
2005-11-08Add support for building on DragonFly.joerg11-18/+248
Add mkfontdir as build tool, non-native bulk builds fail otherwise.
2005-10-13Update to KDE 3.4.3.markd2-20/+5
Changes: * Konqueror: files and dirs with wildcard-like characters are supported again, as well wildcards themselves.
2005-09-28Fix building with qt-3.3.5 (based on KDE web-site)adam1-5/+12
2005-09-22Fix the problem reported in PR pkg/31169 and the same problem in themarkd1-1/+5
kdepim3 package. On Solaris nawk can't handle the length of the lines generated for config.status.overridden for these two packages, so get pkgsrc itself to use gawk for these packages by adding USE_TOOLS+=gawk:pkgsrc.
2005-09-16NetBSD-flag.png changed on the web site so put a copy of the old one atmarkd2-8/+8
${MASTER_SITE_LOCAL} (and give it a version number) and grab it from there. Problem spotted by Steven M. Bellovin, version number suggested by Jeremy C. Reed.
2005-09-06kcheckpass local root vulnerabilitymarkd2-3/+21
http://www.kde.org/info/security/advisory-20050905-1.txt Also fix lock directory on BSD's and Solaris to something that actually exists. Bump PKGREVISION.
2005-09-03kdebase uses xmkmf to find out where base X11 binaries and libraries aremarkd3-9/+19
located and this is being confused by the pkgsrc tools wrappers so modify its usage to conteract this. Fixes PR pkg/31058. Bump PKGREVISION.
2005-08-29Unlimit datasize, otherwise perl will run out of memory during thejdc1-1/+2
'configure' stage. Noticed on NetBSD/sparc.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-30Update to KDE 3.4.2markd3-21/+7
Changes: * Konsole: Make 'New Window' from tab bar popup menu work. * Konsole: Fix inital tab too big with icon only. * Konsole: Fix crashes when action/settings=false. * Konsole: Fix Konsole doesn't save Encoding setting. * Ksysguard: Fix a segmentation fault on Centrino Laptops with Linux vanilla kernel 2.6
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-26comment out dirrm of shared directories.markd1-3/+3
2005-06-16Fix a crash in the kicker - patch from KDE svn.markd3-2/+17
OK'ed during freeze by jlam and wiz. Bump PKGREVISION.
2005-05-31Update to KDE 3.4.1markd6-54/+26
Changes: * Konsole: Allow xterm resize ESC code to work * Konsole: Fix incorrect schema in detached sessions. * Konsole: Fix compile errors on amd64 with gcc4 * Konsole: Expand ~ in sessions' Exec= * Konsole: Fix "Monitor for Activity" and "Monitor for Silence" icons are the same. * kinfocenter: Fix OpenGL graphics card detection * kicker: Fixed K menu entries sort logic * kicker: Hide sort buttons in systemtray configuration * kcmbackground: Fix SVG files unavailable in slide show selector * kcmfonts: Tooltips under font preview text areas with '&' * kcontrol: "Clear History" button crashes KControl's "History Sidebar" module * kdesktop: Fix SVG images don't have 'set as wallpaper' entry in context menu when dragged to desktop * kdesktop: Don't execute command immediately when selecting a recent command from the "Run Command" dialog * konqueror: Enable "Move To Trash" inside media:/ * konqueror: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * konqueror: Fix address bar encryption color stays when using back/forward * konqueror: Added hidden option to not show archives as folder in sidebar * konqueror: Make list view obey preview settings in tooltips * konqueror: Allow standard tooltips for truncated items in non-executable columns * konqueror: Fix for wrong favicon being shown while typing a URL * konqueror: Fix for losing meta data in Info List View when adding a file * konqueror: Allow sidebar history to be disabled * konqueror: Reload plugins after enabling/disabling them so that no restart is necessary, and show plugins for the active part, instead of always khtml. * kthememanager: Don't scale up preview * khelpcenter: Added KDE artwork to index pages * kio-fish: Fixed mimetype determination over fish: URLs, so that e.g. KOffice documents can be opened * kio-tar: Fix for extracting large files from tar and zip archives * kio-trash: Fix trashing from USB keys * kio-trash: Don't mount all automounted directories when starting kio_trash to save time
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+3
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-22Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.jlam1-2/+1
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam1-2/+2
"MAKEFLAGS". Both "MAKEVARS" and "MAKEFLAGS" affect the package-level make process, not the software's own make process.
2005-05-11I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually usejlam1-3/+3
to pass make flags to bmake.
2005-05-09Don't assign to PKG_OPTIONS.<pkg> which has special meaning to thejlam1-7/+7
options framework. Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam1-3/+3
caches variable definitions that were computed by make. These variables are specified by listing them in MAKE_VARS, e.g., .if !defined(FOO) FOO!= very_time_consuming_command .endif MAKE_VARS+= FOO bsd.pkg.mk will include only the one generated during the most recent phase. A particular phase's makevars.mk file consists of variable definitions that are a superset of all of the ones produced in previous phases of the build. The caching is useful because bsd.pkg.mk invokes make recursively, which in the example above has the potential to run the very time-consuming command each time unless we cause FOO to be defined for the sub-make processes. We don't cache via MAKE_FLAGS because MAKE_FLAGS isn't consistently applied to every invocation of make, and also because MAKE_FLAGS can overflow the maximum length of a make variable very quickly if we add many values to it. One important and desirable property of variables cached via MAKE_VARS is that they only apply to the current package, and not to any dependencies whose builds may have been triggered by the current package. The makevars.mk files are generated by new targets fetch-vars, extract-vars, patch-vars, etc., and these targets are built during the corresponding real-* target to ensure that they are being invoked with PKG_PHASE set to the proper value. Also, remove the variables cache file that bsd.wrapper.mk was generating since the new makevars.mk files provide the same functionality at a higher level. Change all WRAPPER_VARS definitions that were used by the old wrapper-phase cache file into MAKE_VARS definitions.
2005-05-08PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for thejlam1-2/+8
package because PKG_OPTION.<pkg> could contain negative options, which are never part of PKG_OPTIONS. Instead, use the show-var target to display the value. We cache it in WRAPPER_VARS and in MAKE_FLAGS to prevent reinvoking the show-var target recursively.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.