summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
AgeCommit message (Collapse)AuthorFilesLines
2002-02-15Pull in gcc-2.95.3 for alpha as kdeprint/management/kmiconview.cppskrll1-1/+6
tickles a compiler bug.
2002-01-25Fix the mimelnk/application/x-core.desktop pattern.skrll2-1/+15
Closes pkg/15172 from Hume Smith <hclsmith@yahoo.ca>
2002-01-21Make sure we've got a version of libxml2 that the configure script isskrll1-1/+2
happy with. Reported by Chris Gilbert.
2002-01-05Use new format for "UNLIMIT_RESOURCES".tron1-2/+2
2002-01-04Unlimit datasize for building which is necessary for the new toolchain.tron1-2/+3
2001-12-30Set BUILDLINK_DEPENDS.qt2-libs to qt2-libs>=2.3.0zuntum1-1/+2
(similarly to recent Makefile change)
2001-12-30Depend on qt2-libs>=2.3.0, not "2.2.4" (default of qt2-libs's buildlink.mk)zuntum1-2/+3
PR pkg/13290 by Scott Presnell <srp@zgi.com>
2001-12-20Remove support for dynamic package list handling because "USE_CUPS" onlytron1-5/+1
affects the "kdelibs2" package.
2001-12-19Add automatic package list handling required for "USE_CUPS".tron3-19/+28
2001-12-19Include "cups" buildlink glue code only if "USE_CUPS" is set to "YES".tron1-1/+3
2001-12-18Since print/cups conflicts with another popular print package,jlam1-2/+6
print/lprng, we make a new variable USE_CUPS that is used by packages to determine whether depend on print/cups and to compile in support for CUPS. USE_CUPS may be either "YES" or undefined. Deprecate SAMBA_WITH_CUPS as its purpose is superseded by USE_CUPS. Convert net/samba and net/samba20 to use USE_CUPS and make x11/kdelibs2 respect USE_CUPS.
2001-12-16Fix compilation on a.out platforms.skrll3-25/+21
2001-12-10Be more careful when using QCString in meinproc... This avoids at least onskrll2-1/+52
SEGV I've seen still looking for the others.
2001-12-07Remove an old (commented out) DEPENDS line.skrll1-2/+1
2001-12-07Use perl5/buildlink.mk instead of USE_PERL5, and supply a definition forjlam1-2/+3
BUILDLINK_KDEDIR to fix a harmless error when building kdelibs2 where -L/lib appeared as a flag to the compiler/linker.
2001-12-04Oops, these patches still exist.skrll1-1/+10
2001-12-03Update to KDE 2.2.2skrll18-489/+932
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-19Fix build problems with packages that use artsc-config. The -I option wasjlam1-1/+6
being improperly translated by buildlink. This should fix pkg/14306 by Kent Polk <kpolk@darwin.sfbr.org>.
2001-11-17Fix the PASV response decode in kio_ftp as reported in pkg/13344. Thisskrll3-1/+117
is in line with rfc1123 sec 4.1.2.6. Fix the search method for lib{ssl,crypto} in kopenssl.cc
2001-11-16Remove headers and libraries that need not be symlinked intojlam1-4/+1
${BUILDLINK_DIR} as they're not required for building purposes.
2001-11-15Revert last change...the kio_ldap.* files are part of kdebase2, notjlam2-6/+2
kdelibs2.
2001-11-15Include buildlink code of "openldap" package to get LDAP support not onlytron2-2/+6
by accident.
2001-11-14kdelibs/Makefile now needs a KDEDIR setting since it's no longer set byjlam1-1/+2
kde2/buildlink.mk.
2001-11-13* Strongly buildinkify.jlam8-84/+241
* Manage all of the icon directories for all of the KDE2 packages in the PLIST. * Workaround a NetBSD/alpha egcs optimization bug. * Allow artsdsp pre-loadable module to be built. * Fix pkg/14430 by Mark Davies <mark@mcs.vuw.ac.nz> where mounting devices from KDE2 when /sbin isn't in your path doesn't work because mount/umount can't be found. We append /sbin:/usr/sbin to the path before calling mount/umount. * Properly recognize that NetBSD's OSS implementation doesn't include the Linux MIDI interface. * Fix and sort PLIST.
2001-11-01Adapt to new directory layout.tron1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-26Update REPLACE_PERL to work for /bin/perl and use it in kdelibs2 insteadskrll1-8/+2
of home grown post-patch target.
2001-10-15Update to KDE 2.2.1skrll45-1444/+3254
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-03Substitute the real config script for the config wrapper script injlam1-1/+5
installed files. We don't want buildlink references to escape into the install directory.
2001-09-22Allow overriding of MASTER_SITES and do so for kdelibs - the distributionskrll1-1/+4
tarball is in its own directory.
2001-09-21kdelibs2 work just okay with libaudiofile 0.1.9, don't need morejdolecek2-2/+4
current version
2001-09-07update to 2.1.2drochner8-190/+88
This release provides the following fixes: Security fixes: KDEsu. The KDEsu which shipped with earlier releases of KDE 2 writes a (very) temporary but world-readable file with authentication information. A local user can potentially abuse this behavior to gain access to the X server and, if KDEsu is used to perform tasks that require root-access, can result in comprimise of the root account. Bug fixes: kio_http. Fixed problems with "protocol for http://x.y.z died unexpectedly" and with proxy authentication with Konqueror. kparts. Fixed crash in KOffice 1.1 when splitting views. khtml. Fixed memory leak in Konqueror. Fixed minor HTML rendering problems. kcookiejar. Fixed minor problems with HTTP cookies. kconfig. Fixed problem with leading/trailing spaces in configuration values. kdebug. Fixed memory leak in debug output. klineedit. Fixed problem with klineedit emitting "return pressed" twice. (The security fix was already dealt with by patches.)
2001-09-07change dependencies to kdexxx>=2.1 instead of strict matchesdrochner1-2/+2
to ease updates
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+4
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
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-4/+4
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-15Add bin/dcopserver to list of files linked into ${BUILDLINK_DIR} as somejlam1-1/+2
programs (qt2-designer-kde) test for that file to determine the presence of KDE2.
2001-07-14Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used whenjlam1-2/+3
linking libraries and apps.
2001-07-09Nuke unused target.skrll1-9/+1
2001-07-09Bring the jade dependency backskrll1-1/+2
2001-07-09Remove unnecessary .include ".../qt2-libs/buildlink.mk" we're coveredskrll2-5/+4
by kde2/Makefile.part2 Remove unnecessary .include ".../jade/buildlink.mk" we don't need any libraries from jade, just a binary.
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
2001-07-05Add SSL settings to this Makefile and remove SSL settings fromjlam2-4/+22
buildlink.mk. Also add $(KDE_RPATH) to some Makefiles to properly compile when libqt.la isn't found. The USER_LDFLAGS setting is thus unnecessary.
2001-07-05- Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Thejlam4-44/+111
conversion generally consisted of making sure that -L options passed to the compiler in the configure script didn't refer to any directories outside of ${BUILDLINK_DIR} and ${X11BASE}, and replacing dependencies with buildlink.mk file inclusions. - Add a buildlink.mk for use by other package Makefiles.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-3/+4
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-05-24Introduce a new variable KJS_USE_PCRE that controls the regex libraryskrll3-8/+33
used in KJS (javascript) for kdelibs2. This fixes PR/13018 from Greg A. Woods <woods@weird.com>
2001-05-21Add missing "Size" entries.tron1-1/+2
2001-05-01Pull in security fixes for kdesu from KDE-2.1.2.skrll5-2/+178
Bump version of kdelibs to 2.1nb1 and update dependencies to the new version.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo