summaryrefslogtreecommitdiff
path: root/net/kdenetwork
AgeCommit message (Collapse)AuthorFilesLines
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
1999-03-23Adjust to changes in "kdesupport" package.tron1-5/+8
1999-03-05Because "ksirc" can't be built with "gcc" we need seperate package liststron3-2/+626
for each compiler.
1999-02-19Create all required documentation directories in "kdebase" package.tron2-6/+2
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-17Update "kdenetwork" package to version 1.1.tron6-45/+620
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-29Remove unnecessary duplicate dependences.tron1-5/+1
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-3/+3
1998-11-07Move KDE application files to "${X11BASE}/share/kde" to avoidtron2-176/+240
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-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
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.agc2-0/+4
1998-07-20HAS_CONFIGURE -> GNU_CONFIGURE.tv1-2/+2
1998-07-19Update qt to 1.40. Use libtool to generate the shared and static library.tv1-2/+2
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 "kdenetwork" to version 1.0.tron5-37/+41
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-05-04If the enviroment variable "KDEDIR" is set KDE's "configure" ignores thetron1-3/+3
"--prefix" argument. So let the package use that variable itself.
1998-04-28Update to KDE Beta 4 'Kirkland'.tron4-24/+63