summaryrefslogtreecommitdiff
path: root/x11/kdebase2
AgeCommit message (Collapse)AuthorFilesLines
2003-05-12Unlimit datasize as bgsettings.cc can make for a large compilejmc1-1/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-03-28Remove superfluous whitespace.wiz1-2/+2
2002-12-30Supply path to "openldap" installation explicitly to the "configure"tron1-9/+8
script which should fix build problems observed during bulk builds.
2002-10-26Fixes for Solaris:bouyer2-2/+10
Add links in ksysguard/ksysguardd/Solaris/ /bin/sh and grep works in a different way, need a different BUILDLINK_FILES_CMD
2002-10-13Use BUILDLINK_FILES_CMD.<pkg> instead of manually adding the shell pipelinejlam1-3/+2
to BUILDLINK_FILES.<pkg>.
2002-10-12Revert previous...GREP is correct.jlam1-2/+2
2002-10-12Use EGREP instead of GREP.jlam1-2/+2
2002-10-10Use BUILDLINK_PLIST_CMD instead of grepping the PLISTs so that we use thejlam1-4/+5
file list from the installed package, not the file list from the pkgsrc PLIST, which may be for a new version than the installed package.
2002-09-20All packages that used these buildlink.mk files have been converted tojlam1-37/+0
use buildlink2, so remove these files.
2002-09-20Add a buildlink2.mk file for other packages to use.jlam1-0/+24
2002-09-20buildlink1 -> buildlink2jlam1-10/+10
2002-05-20Add NetBSD tags.cjep2-0/+2
2002-03-28Do the kded fix differently.skrll1-9/+1
Don't mess with startkde which caused timing problems on slower machines (see pkg/16071). Instead, delete the kded module files so that kdeinit falls back to exec(3)ing the binary. (bye bye sed script)
2002-03-25Workaround a problem in old versions of ld.elf_so that stops kded modulesskrll1-1/+9
from working. The most obvious example of this is being able to print. The workaround is to not use kdeinit to load/open kded, but instead launch it as a separate process. From Marcello Balduccini <marcello.balduccini@ttu.edu> in pkg/15806. Thanks to Stoned Elipot <seb@netbsd.org> for testing the fix and to Antti Kantee <pooka@netbsd.org> for help with sed(1).
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-4/+5
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-17Fix the PLIST. Picked up by the bulk build.skrll1-1/+3
2001-12-07Remove slightly paranoid security comment - having the read bit set on askrll1-3/+3
set{uid,gid} binary is no worse than having the source code freely available.
2001-12-04Commit the fix for the VERSION problem that has gone into KDE cvs. Don'tskrll2-2/+10
forget to cvs add the patch this time.
2001-12-03Update to KDE 2.2.2skrll50-1642/+2694
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him with updates from myself. From www.kde.org... The principal improvements over KDE 2.2.1, release two months ago, include: o security-related - SSL certificate loading - symlink vulnerability in .wmrc access by KDM introduced in 2.2 - security problem with eFax (used by klprfax) - potential problem in PAM invocation by KDM - potential harmful side-effect of failed KDM session starts o new features - added support for CodeWeavers' CrossOver plug-in (provides support for QuickTime, etc.) - added support for the wheelmouse for scrolling through the KGhostview PS/PDF viewer component - ability to search for multiple patterns at a time in the file search dialog - debugging multi-threaded applications with KDevelop o improvements/fixes - handling of HTTP links that redirect to FTP - POST using SSL through a proxy and sending headers through proxies - saving of recently-selected files in the file dialog - handling of non-ASCII characters over SMB - toolbar button captions with certain styles - selecting items with the mouse in Konqueror - sorting in Konqueror's textview - saving current settings as a theme in the theme manager - crashes in KMail with certain mails - crash on invoking the KDM chooser - non-Latin languages with KDevelop performance - icon loading optimized - file dialog speedups - stop spinning SMB client processes - handling of large files in Kate
2001-11-28Apply fix from Mark Davies in pkg/14755: kcontrol's info/partitions pageskrll2-6/+10
seg faults with nfs partitions
2001-11-22Apply workaround in pkg/14674 by Mark Davies <mark@mcs.vuw.ac.nz> to dealjlam1-4/+5
with setuid programs not being found unless their read bits are set.
2001-11-16Add ldap.protocol file now that we build the LDAP bits of kdebase2.jlam1-1/+2
2001-11-15Allow OpenLDAP check to work by removing --without-ldap.jlam1-2/+1
2001-11-15Depend on OpenLDAP, and dd the missing files when building with an OpenLDAPjlam2-2/+6
dependency to the PLIST.
2001-11-15Don't execute kappfinder_install at install-time. This causes randomjlam2-8/+8
applications to be found which causes random .desktop files to be created in the applnk directory, which ruins our PLISTs. Other package systems already do this -- we're just following suit.
2001-11-13* Strongly buildinkify.jlam9-91/+538
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Remove dynamic generation of PLIST. It generates incorrectly if other packages install files in locations that kdebase2 thinks belong to it (cervisia2 does this). Just list all of the files kdebase2 installs directly in the PLIST. Also create a separate list of the plugins created when requested. This fixes the problem noted in pkg/14549 by Mark Davies <mark@mcs.vuw.ac.nz>. * Fix problem noted in pkg/14428 by Mark Davies <mark@mcs.vuw.ac.nz> where the the "Create New" links on the background menu in KDE2 fail to work properly, complaining about insufficient permissions to write files. * Support finding -lXdpms on XFree86-3.3.x with the configure script. * Support Netscape plugins in Konqueror on Linux. * Fix problem noted in pkg/14429 by Mark Davies <mark@mcs.vuw.ac.nz> where the kdeeject script fails to properly call "eject" on NetBSD.
2001-11-01Adapt to new directory layout.tron1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-21Do not install the screensavers ${PREFIX}/bin/*.kss setuid root. Insteadskrll1-2/+2
set ${PREFIX}/bin/kcheckpass setuid root. Fixes pkg/13294 from Scott Presnell <srp@zgi.com>
2001-10-18Make kicker and kdesktop not only compile and work in some cases, butskrll7-57/+208
all cases. Apologies for the mess. If anyone is in the middle of a build I suggest you do: cd x11/kdebase2/work/kdebase-2.2.1 for p in ../../patches/patch-b[hipq] ../../patches/patch-ez \ ../patches/patch-fa; do patch < $p done and start the build again.
2001-10-18Fix kdesktop.skrll2-5/+5
2001-10-18I am a dozy whatnot...skrll4-47/+129
Fix build problems in kicker reported by several people. Closes pkg/14279 from Mark Davies <mark@mcs.vuw.ac.nz>
2001-10-15Update to KDE 2.2.1skrll133-1711/+7103
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-14Fix build problems when the new toolchain is used.tron2-1/+16
2001-09-28Defuzz patches.jlam2-9/+9
2001-09-28Don't hardcode /usr/X11R6...use %D to represent the installation prefix.jlam1-2/+2
2001-09-27Use a wildcard dependency on kdebase instead of hard-coding version 2.1.jlam1-2/+2
2001-09-22Changes to kcontrol/info/info_netbsd.cpp:jdolecek2-1/+258
GetDmesgInfo(): - changed to support '^foobar' in the filter string - the filter function is now supposed to add the appropriate stuff to passed QListView immediatelly, opaque/final is not passed any more Couple fixes to kcontrol Information stuff: - fix the display of IRQs, simplify the AddIRQLine(), use the QListView sort facilities instead separate QStrList - remove the 'waiting x seconds for devices to settle' on SCSI display - fix the display of audio devices - include Total Size and Free Size on Partition display, remove parentheses in Mount Options The patch will be fed to KDE Team for inclusion in future KDE versions.
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-09-07update to 2.1.1: bugfixes and language supportdrochner4-41/+8
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-18Add -Wl,-R${X11BASE}/lib to USER_LDFLAGS to head of possible problems whenjlam1-2/+4
libraries move from pkgsrc into the main X11 distribution.
2001-07-16Change default qt2-designer package created if neither are installed tojlam1-2/+2
the "smaller" one, qt2-designer. This is a build dependency, so no need to install the larger one, though the opposite should be true for normal dependencies.
2001-07-15For kdebase2, if building the qt2-designer dependency is required, defaultjlam1-2/+2
to buildling qt-designer-kde as kdelibs2 is also required anyway.
2001-07-15Change dependency on qt2-designer to allow recent versions ofjlam1-2/+2
qt2-designer-kde, but if required to build the dependency, default to building qt2-designer.
2001-07-14Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used whenjlam1-2/+3
linking libraries and apps.
2001-07-08Add USER_LDFLAGS="-L${BUILDLINK_DIR}/lib" to CONFIGURE_ENV.zuntum1-1/+2
This change is untested, but won't break things and should fix Chuck Cranor's KDE2 build problem (could you confirm it, please?) I have too slow box to compile whole kde2 now. Fix by Johnny C. Lam