summaryrefslogtreecommitdiff
path: root/x11/kdebase11/files (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-09-18Update to KDE-1.1.2Stefan Eßer2-0/+46
Notes: svn path=/head/; revision=21711
1999-07-11One line patch to make kdm work on FreeBSD/alpha.Stefan Eßer1-0/+10
Submitted by: dfr Notes: svn path=/head/; revision=20158
1999-05-03Upgrade KDE to Release 1.1.1.Stefan Eßer5-96/+51
Notes: svn path=/head/; revision=18441
1999-02-06Upgrade to KDE-1.1pre2 ...Stefan Eßer2-86/+0
Notes: svn path=/head/; revision=16552
1999-01-10There are a total of 5 locale specific message files, that can not beStefan Eßer1-0/+76
installed. Until this is fixed in the KDE sources, those files have to be removed from the Makefiles that deal with them and from the PLIST of this port ... Notes: svn path=/head/; revision=15989
1999-01-08Change filename so this patch actually applies.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=15926
1999-01-07Upgrade to the first pre-release of KDE 1.1.Stefan Eßer5-29/+105
This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ... Notes: svn path=/head/; revision=15901
1998-10-10Activate utmp, wtmp and lastlog support for kvt.Jun Kuriyama2-0/+179
Submitted by: "Andrew J. Korty" <ajk@physics.purdue.edu> Forwarded by: Stefan Esser <se@mi.uni-koeln.de> BTW, this port installs some files missing in PLIST depending on what program is installed on the system. Are there any hacks for this? # I deleted @dirrm's which are included in kdelibs. Notes: svn path=/head/; revision=13843
1998-07-13Upgrade to KDE Release 1.0Stefan Eßer1-3/+3
Partially based on patches prepared by Thomas Gellekum. Notes: svn path=/head/; revision=11906
1998-03-04Fix kfmsu2 (which actually should *never* be used on a multi-user system!)Stefan Eßer1-0/+23
The original version was not compatible with the FreeBSD version of "su" (it assumed that "su - -c CMD" executed CMD as root), and it required root to have a POSIX shell as login shell (not a C shell). The original "xhost +local:root" could mislead the user to assume that only root was given permission to access hist X11 display, but the user parameter is ignored by xhost (as of XFree86 3.3.1). This allows *every* user on the local system to grab all keypresses or screen contents while kfmsu2 has not run to completion. Starting several instances of kfmsu and leaving one will revoke access to the X11 display to all others ... In fact, kfmsu might be considered *that* broken by design, that it should not be installed, but it's a part of kdebase and I do not want to disable it in case somebody has a legitimate use for it ... The non-functionality of kfmsu was pointed out by Glenn Johnson. Notes: svn path=/head/; revision=10042