summaryrefslogtreecommitdiff
path: root/x11/kdebase
AgeCommit message (Collapse)AuthorFilesLines
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.
1999-07-09Add package patch checksum files.agc1-0/+12
1999-06-05"kdebase" doesn't really require "giflib" but beceause some of the othertron2-18/+3
KDE packages do we avoid the trouble to remove the dependence check from "configure".
1999-06-04Fix directory name in master site list.tron1-3/+3
1999-06-04pkglint: remove contiguous blank lines.tron1-2/+1
1999-06-04Update "kdebase" package to version 1.1.1.tron5-1259/+1300
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-23- Make sure that "configure" finds JPEG, TIFF and PNG library.tron1-5/+7
- Install "klock" set user id "root" so that it can really verify the entered passwords.
1999-03-04Stop "kdm" from core dumping unter 1.3/1.3.x.tron1-4/+13
1999-02-21The contents of "share/kde/apps/kdisknav" needs to be added dynamicallytron2-8/+5
to the package list.
1999-02-21Fix "kdm" to set login name properly.tron1-0/+12
1999-02-19Create all required documentation directories in "kdebase" package.tron2-10/+12
1999-02-18Let "kdebase" package create the directories "share/doc/kde/HTML/it" andtron2-144/+150
"share/kde/sounds" to avoid problems if "kdeutils" gets removed before "kdenetwork" package.
1999-02-17"gettext" is only needed at build time, so use "BUILD_DEPENDS".tron1-2/+2
1999-02-17"kdebase" doesn't depend on the GIF library, it only believes so. But ittron2-3/+20
requires the "gettext" package. Both problems reported by Markus Kurek.
1999-02-15Update "kdebase" package to version 1.1.tron15-467/+698
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".
1999-01-11Modify kcminfo to report memory and processor usage.abs7-0/+266
Only partial memory information for pre-UVM systems.
1998-12-29Remove unnecessary duplicate dependences.tron1-4/+1
1998-11-10Use "shutdown" instead of "halt" and "reboot" to get "/etc/rc.shutdown"tron2-0/+32
executed.
1998-11-07Move KDE application files to "${X11BASE}/share/kde" to avoidtron3-920/+981
interference with GNOME.
1998-11-06Update for the qt 1.41.mycroft1-2/+2
1998-09-30Depend on Mesa-3.0.tron1-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-21Add bug for possible buffer overflow in "kpanel". Patch supplied bytron1-0/+13
Thomas Gerner.
1998-09-18Compile "kpanel" without optimization on m68k to avoid segmentation faults.tron1-0/+16
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.agc8-0/+16
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-14Don't remove files which are now part of the "kdelibs" package.tron2-5/+7
1998-07-14Forgot to commit this: link "kaudio/maudio" with "ossaudio" library.tron1-0/+11
1998-07-13Update "kdebase" to version 1.0.tron8-212/+318
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-07-01Undo hubertf's changes now that we have a correct dependence on MesaGL.tron1-5/+3
1998-06-28Add missing dependence for "Mesa".tron1-1/+2
1998-06-25Get "kdm" to work properly.tron2-0/+62
1998-05-08Sync with realityhubertf1-3/+5
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-292/+291
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-10/+5
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2