summaryrefslogtreecommitdiff
path: root/net/kdenetwork
AgeCommit message (Collapse)AuthorFilesLines
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz9-2296/+0
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2003-12-29Move inclusion of mk/bsd.prefs.mk up a couple of lines to makekristerw1-3/+3
CC_VERSION defined before it is used.
2003-12-26Depend on latest kdebase-1*.wiz1-2/+2
2003-12-23Use compiler.mk logic, fixing systems with a non-GCC compiler.sketch1-4/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13Update DEPENDS.wiz1-3/+3
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
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-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz1-3/+3
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-06-29sync PLIST with reality.agc1-6/+1
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 directoryzuntum4-3/+3
2001-06-12Use wildcard dependence on "uulib" package.tron1-2/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ 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-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc2-2/+66
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-12-27remove the NOT_FOR_ARCH= *-*-alpa. This appears to be leftoverdmcmahill1-3/+1
from a long time ago and this pkgs seems to work on my alpha. Tested kfinger and krn.
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-08-22Use LTCONFIG_OVERRIDE and remove libtool part of patch.skrll3-32/+8
2000-08-16USE_PKGLIBTOOL -> USE_LIBTOOLhubertf1-3/+2
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-5/+5
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+3
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-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
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-4/+3
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-23Make this package work on Solaris.agc2-25/+13
2000-02-20replace 'find' by '${FIND}' where appropriatewiz1-2/+2
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-5/+5
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
1999-12-06Make kde work on solaris. Mostly:bouyer2-1/+573
- don't hardcode -lossaudio in Makefiles, teach configure about it instead - different PLIST
1999-11-12Add USB tty stuff: ttyU[123], dtyU[0123]. No idea if one can dial out onhubertf2-9/+19
ctyU* too.
1999-10-20Fix list of modem-devices kppp presents.hubertf2-1/+34
Question: am I the only one who's modem doesn't understand ATL4 but works fine with ATL3? If not, I should probably change that, too...
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 availabletron7-41/+127
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
1999-07-09Add package patch checksum files.agc1-0/+5
1999-07-07Make "ksirc" build on ELF systems.tron1-0/+13
1999-06-06Missing patch file to make "kfinger" build.tron1-0/+12
1999-06-05Update "kdenetwork" package to version 1.1.1.tron5-960/+999
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-36/+36
pattern match format. Minor pkglint along the way.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-5/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-04-24Fix run time library search path.tron1-2/+2