summaryrefslogtreecommitdiff
path: root/x11/kdebase
AgeCommit message (Collapse)AuthorFilesLines
2001-02-26When we alter installation pathes, alter them everywhere.hubertf2-1/+24
Now kcmkwm(sp?) finds the icons for the buttons etc., fixing PR 8841 by Juha-Matti Liukkonen <jml@cubical.fi>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-13Create and remove directory "share/doc/kde/HTML/pt" in "kdebase" packagetron1-2/+3
because it it used by the "kdegames" and "kdevelop" packages.
2000-11-081.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/abs1-3/+3
2000-10-15fix Makefile (broken by last commit, unresolved conflict)wiz1-9/+2
2000-10-15Use new USE_MESA variable to depend on the correct Mesa packagesrh1-2/+9
2000-09-09Install screenblankers setuid root, so they can verify passwordshubertf1-1/+2
properly.
2000-08-30Use our "libtool" instead of internal one.tron1-5/+7
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+5
2000-08-07Make sure that "HasXdmAuth" is really defined before checking its value.tron1-1/+3
2000-08-07Compile support for "XDM-AUTHORIZATION-1" into "kdm" if base X11 systemtron2-1/+15
supports it.
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-05-20Do not try to include old vm/vm_swap.h header in the UVM world.abs1-2/+3
Now builds on -current systems without old 1.4 headers still lying around.
2000-04-03look for libGL instead of libMesaGL (recent Mesas don't install as "Mesa")drochner2-7/+26
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-5/+4
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-23Make this package work on Solaris.agc1-8/+11
2000-02-29Remove adaptations for libungif, now that libungif package installsjlam2-12/+3
libgif.*
2000-02-05find -> ${FIND}, whitespace fixwiz1-4/+3
2000-02-01"kvt" takes advantage of "ncurses".tron1-1/+2
2000-02-01Don't let "kvt" select fancy terminal types from ncurses's "terminfo"tron2-6/+17
database which are not available for "termcap" applications.
2000-01-28regenjdolecek1-3/+3
2000-01-28the login cap 'fix' committed into KDE2 treejdolecek2-2/+6
2000-01-23Ignore existence of "login_cap.h" under NetBSD because we don't offertron3-6/+91
the same interface as FreeBSD which KDE expects.
1999-12-12regenjdolecek1-10/+10
1999-12-12today's set of KDE2 pullupsjdolecek8-8/+16
1999-12-12mark as pulled into KDE2, correct obvious cut&paste errorjdolecek1-3/+4
1999-12-11regenjdolecek1-6/+6
1999-12-11today's KDE pullupsjdolecek5-5/+15
1999-12-11update the comment on beginning to match with what has been committedjdolecek1-7/+9
into KDE tree. I tried hard to give appropriate credit all who deserved, let me know if I forgot somebody. s/FALSE/false/ define INFO_DMA_AVAILABLE even through no info is returned
1999-12-06Make kde work on solaris. Mostly:bouyer6-22/+1807
- don't hardcode -lossaudio in Makefiles, teach configure about it instead - different PLIST
1999-11-15Install "Daemon.README" to correct location.tron1-2/+3
1999-11-15Add missing MD5 sum for "Daemon.README".tron1-1/+2
1999-11-15We're requested to also distribute the Daemon's copyright and "usage"hubertf2-3/+6
license, so put this into a file as well.
1999-11-15Because we don't really want to have binary files in our source treestron3-5/+9
fetch the daemon picture from "ftp.netbsd.org".
1999-11-14Use "${ECHO}" not "${ECHO_MSG}" because we are creating a configurationtron1-2/+2
file and printing a message.
1999-11-14More NetBSD advertisement: Put a Daemon image into the kdm logon box.hubertf3-2/+6
Image contributed by Matthias Scheler and distributed with permission from Marshall Kirk McKusick.
1999-11-12Fix patch fuzz insanity.hubertf25-555/+546
1999-11-09Use the kdm greeting banner for some advertisement.hubertf1-1/+9
If someone has a nice 100x100 image we can distribute, let me know. :-)
1999-10-27Remove "share/kde/applnk/Development" from list of directories to create.tron1-3/+2
There is no ".directory" file in this directory before the "kdevelopement" package is installed anyway.
1999-10-26Create directories "share/doc/kde/HTML/pl" and "share/doc/kde/HTML/sv"tron1-2/+3
required for other KDE packages.
1999-10-23DTRT WRT reboot/halt on all supported OSshubertf3-15/+41
1999-10-22Teach kdebase to look for libungif vs. libgif.jlam2-13/+13
1999-10-22Readd dependency on libungif (per log message for revision 1.38).jlam1-1/+6
1999-10-09Remove dependency on GIF libraries. Nothing in kdebase links againstjlam3-11/+19
giflib.
1999-10-08Add proper support for device type kdelnk: allow non-root users to specifybouyer7-1/+188
fs type and mount point; don't propose an entry to mount from an fstab entry in menu; try an eject on the device at unmount time. With this it is possible to have kdelnk files for cdrom and zip drives do the rigth thing :)
1999-10-07Remove me as maintainer of those packages.tron1-2/+2