summaryrefslogtreecommitdiff
path: root/x11/kdebase
AgeCommit message (Collapse)AuthorFilesLines
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
1999-09-30Sync.tron1-2/+2
1999-09-30Fix incorrect filename in patch file.tron1-3/+3
1999-09-29Use wildcard dependence for "Mesa" package so that either standard ortron1-2/+2
hardware accelerated Mesa libraries can be used.
1999-09-29Yet another patch to get kdm building on Solarishubertf3-1/+52
(hey, and I don't even have zoularis going! ;-)
1999-09-27Back out last commit, "share/doc/kde/HTML/ru" was already createdtron1-3/+2
implicitly.
1999-09-27Create directory "share/doc/kde/HTML/ru" for russian documentation filestron1-2/+3
in any KDE related package.
1999-09-27Create directory "share/kde/applnk/Development" required by varioustron1-2/+3
KDE packages.
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 availabletron5-17/+148
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
1999-09-12new patch checksum.christos1-1/+2
1999-09-12adjust to ipc changeschristos1-0/+23
1999-07-19Give extended audio information. Instead of just ("grep audioshubertf1-1/+23
/var/run/dmesg.boot"): audio0 at sb0: full duplex we now get ("grep sb0" and all other devices found by above grep): audio0 at sb0: full duplex sb0 at isapnp0 port 0x220/16,0x330/2,0x388/4 irq 5 drq 1,5 sb0: Creative SB AWE64 PnP Audio: dsp v4.16 midi1 at sb0: <MPU-401 MIDI UART> audio0 at sb0: full duplex opl0 at sb0: model OPL3 Change written by myself(*) after inspecting Jaromir Dolecek's cool patches. (*) I would have _never_ believed to do any KDE hacking if one told me a month ago! X-)
1999-07-19Enhancements for "kcminfo"'s NetBSD support supplied by Jaromir Dolecektron1-17/+15
in PR pkg/8031.
1999-07-19Add "memory_netbsd.cpp" to package sources directly and link it intotron4-101/+98
the KDE base sources instead of creating it with patch file.
1999-07-15Avoid CVS lossage:tron4-324/+319
The RCS Id in the patch which created "info_netbsd.cpp" got modified so that the patch was rejected because of checksum changes.
1999-07-15Adapt "kcminfo" to NetBSD. Patches supplied by Jaromir Dolecek intron8-1/+536
PR pkg/7990.