summaryrefslogtreecommitdiff
path: root/misc/kdeutils
AgeCommit message (Collapse)AuthorFilesLines
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+5
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-12Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.jschauma1-2/+2
Pointed out by wiz.
2002-12-25Use automatic PLIST handling.grant1-2/+1
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-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-06improvehubertf2-2/+10
2000-11-081.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/abs1-3/+3
2000-09-03remove trailing whitespacewiz1-2/+2
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-3/+3
use it accordingly.
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-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-4/+3
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-23kab does not compile on Solaris platforms - work around this, and maintainagc2-1/+573
a separate PLIST for Solaris.
2000-02-29Remove adaptations for libungif, now that libungif package installsjlam2-12/+3
libgif.*
1999-12-06Use tabs instead of spaces, as suggested by pkglint.bouyer1-2/+2
1999-10-25Teach kdeutils to look for libungif instead of libgif.jlam2-6/+15
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-8/+55
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
1999-07-09Add package patch checksum files.agc1-0/+3
1999-06-05Update "kdeutils" package to version 1.1.1.tron4-73/+106
1999-06-04Update dependence to "kdebase" package to version 1.1.1.tron1-2/+2
XXX I didn't test a mixture of kde 1.1 and 1.1.1. Use it on your own risk!
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-6/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-04-24Fix run time library search path.tron1-2/+2
1999-03-23Make sure that "configure" finds JPEG, TIFF and PNG library.tron1-4/+5
1999-02-22Fix another broken "configure" script which fails if "giflib" is nottron1-3/+19
installed although it is not needed.
1999-02-19Remove unnecessary conflict list.tron1-3/+1
1999-02-18Let "kdebase" package create the directories "share/doc/kde/HTML/it" andtron1-2/+1
"share/kde/sounds" to avoid problems if "kdeutils" gets removed before "kdenetwork" package.
1999-02-15Update "kdeutils" package to version 1.1.tron4-223/+416
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-29Remove unnecessary duplicate dependences.tron1-5/+1
1998-11-07Move KDE application files to "${X11BASE}/share/kde" to avoidtron2-282/+342
interference with GNOME.
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-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-20HAS_CONFIGURE -> GNU_CONFIGURE.tv1-3/+3
1998-07-19Update qt to 1.40. Use libtool to generate the shared and static library.tv1-3/+3
For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE} (xpkgwedge-portlint), as all of them are also USE_X11.
1998-07-14Add "${CONFLICTS}".tron1-1/+3
1998-07-14Update "kdeutils" to version 1.0.tron3-24/+82
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-05-04If the enviroment variable "KDEDIR" is set KDE's "configure" ignores thetron1-4/+4
"--prefix" argument. So let the package use that variable itself.
1998-04-28Update to KDE Beta 4 'Kirkland'.tron4-156/+70