summaryrefslogtreecommitdiff
path: root/x11/kdelibs
AgeCommit message (Collapse)AuthorFilesLines
2002-10-20Add buildlink2.mk.wiz1-0/+158
2002-10-20Convert to buildlink2.wiz1-11/+7
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf1-3/+2
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
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".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+21
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-081.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/abs1-3/+3
2000-08-16Forgot to add this file...skrll1-0/+27
2000-08-16Use LTCONFIG_OVERRIDE and make sure that qt1 library path is included inskrll3-24/+11
-rpath list.
2000-08-15USE_PKGLIBTOOL => USE_LIBTOOLhubertf1-3/+2
2000-07-25argh. left a few too many lines in...dmcmahill1-5/+1
2000-07-25allow generation of shared libs on sparc. The pkg was set to only build staticdmcmahill1-5/+1
libs at one time because of needing a -fPIC version of /usr/lib/c++rt0.o. However, kde fails to build with only the static libs and a large part of pkgsrc needs a /usr/lib/c++rt0.o compiled -fPIC anyway. A -fPIC version of /usr/lib/c++rt0.o is available on ftp.netbsd.org courtesy of David Brownlee.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-2/+2
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-06-02fix directory creation (trailing "/" passed to mkdir(2))drochner2-1/+24
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-6/+5
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-26Regen.kleink1-1/+2
2000-01-26Don't try to use a 25-character buffer in gethostname() which won't work forkleink1-0/+16
any `reasonably' named host; increase this to the XNS5 recommendation of 255 characters plus terminator. (This doesn't address the issue of sockaddr_un length limitations, however.)
1999-11-22regenjdolecek1-2/+2
1999-11-22the libtool staff pulled into KDEjdolecek1-1/+4
1999-10-09Be pedantic about passing correct linker flags.jlam1-5/+7
1999-10-08Change to use wildcard dependency on tiff.jlam1-2/+2
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-15Because "ftp.kde.org" is an alias for "ftp.de.kde.org" again we explicitlytron1-2/+2
use "ftp.us.kde.org" as primary master site.
1999-09-15Update K Desktop Environment to version 1.1.2. A change list is availabletron3-211/+216
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
1999-07-09Build all libraries static on sparc a.out systems because "c++rt0.o"tron1-5/+9
kludge doesn't work.
1999-07-09Because the "c++rt0.o" hack doesn't work for the sparc ports there istron1-1/+7
no way to get this working on a.out sparc systems.
1999-07-09Add package patch checksum files.agc1-0/+3
1999-06-04change dependencies to updated qt-1.44drochner1-2/+2
1999-06-04Fix directory name in master site list.tron1-3/+3
1999-06-03Update "kdelibs" package to version 1.1.1.tron4-43/+39
1999-03-23Because KDE's configuration script clobbers "LD_FLAGS" we better use atron1-3/+3
different method to add "${LOCALBASE}/lib" to the library path.
1999-03-22Make sure that "configure" finds PNG and TIFF library. Fixes PR pkg/7203tron1-4/+4
by Dave Huang.
1999-03-06Add patch to fix race condition in "mediatool" library.tron2-2/+9
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-02-19Remove unnecessary conflict list.tron1-3/+1
1999-02-17Remove bogus whitespace.tron1-2/+2
1999-02-15Update "kdelibs" package to version 1.1.tron4-42/+147