summaryrefslogtreecommitdiff
path: root/converters/kdesupport
AgeCommit message (Collapse)AuthorFilesLines
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
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update 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/+3
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-25Put back patch for "configure" to skip search for QT includes andtron2-10/+23
libraries which got lost in the last commit.
2000-08-25Because this package doesn't require QT to build we don't need totron1-4/+2
locate the QT includes and libraries.
2000-08-22Use LTCONFIG_OVERRIDE and remove the libtool part of a patch.skrll4-50/+13
2000-08-16USE_PKGLIBTOOL -> USE_LIBTOOLhubertf2-3/+4
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-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-2/+3
to Qt-2 without breaking KDE which still requires Qt-1.
1999-11-22regenjdolecek1-3/+3
1999-11-22the libtool staff pulled into KDEjdolecek1-1/+4
1999-11-22pulled into KDEjdolecek1-1/+3
1999-11-12defuzzhubertf3-19/+20
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 availabletron2-6/+6
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
1999-07-09Add package patch-sum filesagc1-0/+4
1999-06-05Update "kdesupport" package to version 1.1.1.tron2-6/+6
1999-04-27Check in "mimelib/config.h" for "__NetBSD__" as suggested bytron1-0/+13
Andrew Gillham.
1999-03-23- Don't build "QwSpriteField" (now a separte package) and "js" librarytron3-26/+43
(not needed by any existing package). Now this package fits into the category "converters" again. - Because this package isn't X11 related anymore it is installed into "${LOCALBASE}".
1999-02-19Remove unnecessary conflict list.tron1-3/+1
1999-02-15Update "kdesupport" package to version 1.1.tron5-45/+28
1999-02-15Ignore not updated KDE sub packages for now.tron1-1/+3
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-12-29Depend on version 1.42 of "qt" package.tron1-2/+2
1998-12-29libQwSpriteField needs -lXext. Make it so.garbled1-0/+21
1998-11-06Update for the qt 1.41.mycroft1-2/+2
1998-09-27Fix "${MASTER_SITES}": ftp.kde.org and ftp.us.kde.org refer to the same site.tron1-3/+3
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-19Define USE_LIBTOOL, and get rid of old BUILD_DEPENDS=libtool definition.agc1-3/+3
Use new LIBTOOL_FLAGS definition.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-21KDE doesn't use the "normal" Autoconf method of finding libraries; ittv2-4/+6
relies on libtool's `.la' files. Use the new libtool option --install-la to install those files.
1998-07-19Use the pkg version of libtool instead of kdesupport's private copy.tv3-11/+29
Use GNU_CONFIGURE, not HAS_CONFIGURE.
1998-07-19Update qt to 1.40. Use libtool to generate the shared and static library.tv1-4/+4
For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE} (xpkgwedge-portlint), as all of them are also USE_X11.
1998-07-15Use automatic shared object handlingagc1-3/+1
1998-07-14Add "${CONFLICTS}".tron1-1/+3
1998-07-14Update "kdesupport" to version 1.0.tron2-15/+5
1998-04-28Update to KDE Beta 4 'Kirkland'.tron3-12/+26
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-21Update to KDE Beta 3 'Huesten'.tron4-18/+15