summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the configure check for pcre to work with the latest pcre version.Michael Nottebrock2006-02-042-4/+4
| | | | | | | Noticed by: many Notes: svn path=/head/; revision=155186
* Fix korean date format string to make the GNOME clock applet cleaner.Jung-uk Kim2006-02-032-0/+76
| | | | Notes: svn path=/head/; revision=155154
* Fix support for keymaps with local variants (en_US, de_CH etc.) in kxkb.Michael Nottebrock2006-02-0314-0/+147
| | | | Notes: svn path=/head/; revision=155125
* Fix broken greek symbols file. [1]Dejan Lesjak2006-02-013-0/+122
| | | | | | | | | | Fix build on FreeBSD 4.X by reverting usage of va_copy in xedit(1). [2] PR: ports/92633 [1], ports/92136 [2] Submitted by: Panagiotis Astithas (past at ebs dot gr) [1] Notes: svn path=/head/; revision=155028
* - Update to 0.09.2Simon Barner2006-02-012-9/+17
| | | | | | | | Submitted by: "Vlad V. Teterya" <vlad@vlad.uz.ua> (maintainer) PR: ports/92646 Notes: svn path=/head/; revision=154995
* Update to KDE 3.5.1.Michael Nottebrock2006-02-0138-338/+98
| | | | Notes: svn path=/head/; revision=154984
* remove duplicate MD5, add SIZEEdwin Groothuis2006-02-011-1/+1
| | | | Notes: svn path=/head/; revision=154972
* Upgrade to 7.5.Thierry Thomas2006-01-312-4/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=154920
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-302-3/+4
| | | | Notes: svn path=/head/; revision=154857
* - Update to 0.4.2Pav Lucistnik2006-01-292-6/+5
| | | | | | | | | PR: ports/91860 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=154751
* Upgrade to 7.4.Thierry Thomas2006-01-283-16/+5
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=154660
* Replace the dangerous .error with IGNORE. Unquote the other use ofMark Linimon2006-01-271-2/+2
| | | | | | | IGNORE. Notes: svn path=/head/; revision=154574
* Upgrade to 7.3.Thierry Thomas2006-01-255-16/+17
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=154451
* The read-only LINUXBASE case (after installing the ports, of course) hasAlexander Leidinger2006-01-252-2/+2
| | | | | | | | | | | | to besolved differently, since the ldconfig call has to be chrooted, else the linux ldconfig will cache some FreeBSD native libs which results in not being able to start some programs: - remove the symlink (linux_base) - revert to chroot the ldconfig call (with internal functionality this time) Notes: svn path=/head/; revision=154444
* Don't mark BROKEN on amd64, since libsupc++ is no more used.Thierry Thomas2006-01-241-4/+0
| | | | | | | Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com> Notes: svn path=/head/; revision=154316
* SHA256ify (manually checked)Edwin Groothuis2006-01-246-2/+11
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154312
* SHA256ifyEdwin Groothuis2006-01-24113-0/+120
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Actually patch-configure can be removed.Thierry Thomas2006-01-231-10/+0
| | | | Notes: svn path=/head/; revision=154296
* Since v. 7.2, gmake is not necessary, and it's possible to remove theThierry Thomas2006-01-232-11/+1
| | | | | | | | | -lsupc++ patch. Suggested by: Marc Lehmann <schmorp (at) schmorp.de> (author) Notes: svn path=/head/; revision=154295
* Upgrade to 7.2.Thierry Thomas2006-01-225-45/+30
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=154196
* Use USE_FAM instead of explicitly depending on fam via LIB_DEPENDS to preventMichael Nottebrock2006-01-222-10/+10
| | | | | | | | | | breakage with the new WANT_FAM_SYSTEM default. Noticed by: Andy Fawcett Not noticed by: krion, marcus Notes: svn path=/head/; revision=154194
* Use the kdelibs3-nocups plist in the WITHOUT_CUPS case.Michael Nottebrock2006-01-222-0/+2
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=154156
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-223-21/+21
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-2236-113/+113
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Fix MASTER_SITE and pkg-descr URL.Joe Marcus Clarke2006-01-212-2/+2
| | | | Notes: svn path=/head/; revision=154089
* Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.Dejan Lesjak2006-01-214-15/+3
| | | | Notes: svn path=/head/; revision=154074
* Upgrade to X.Org 6.9.0 release.Dejan Lesjak2006-01-2120-165/+190
| | | | | | | | Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11 distributions now use the one from /etc/mtree again. Notes: svn path=/head/; revision=154073
* Check if /usr/X11R6/lib is in the ld.so.conf. If it isn't (that'sAlexander Leidinger2006-01-212-2/+9
| | | | | | | | | only the case in non-default linux_base ports): moan. Suggested by: Boris Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=154054
* Fix an incorrect bounds check in kjs, the JavaScript interpreter engine usedMichael Nottebrock2006-01-204-0/+100
| | | | | | | | | | | | | by Konqueror and other parts of KDE, that allowed a heap based buffer over- flow when decoding specially crafted UTF-8 encoded URI sequencesi. Possible impact included executing arbitrary code and crashing the web browser. Security: http://www.kde.org/info/security/advisory-20060119-1.txt Security: CVE-2006-0019 Notes: svn path=/head/; revision=154013
* Upgrade to 7.1.Thierry Thomas2006-01-194-21/+21
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=153900
* - BAD_PAM option now selectable using configure, rather than directlyTim Bishop2006-01-171-5/+3
| | | | | | | | | | editing config.h. PR: 91907 Submitted by: Tobias Roth <ports@fsck.ch> Notes: svn path=/head/; revision=153761
* Track inplace distfile change. Zero diff (mtime touched).Alexander Nedotsukov2006-01-162-5/+3
| | | | Notes: svn path=/head/; revision=153660
* Track inplace distfile change. Diff shows:Alexander Nedotsukov2006-01-163-14/+12
| | | | | | | | - Minor Makefile tweaks. - Displaying bus type "Integrated". Notes: svn path=/head/; revision=153659
* - Add WITH_XFT knobAndrej Zverev2006-01-152-0/+8
| | | | | | | | | | | | - Add SHA265 - Bump PORTREVISION PR: ports/91794 Submitted by: Sergey Glushchenko <deen@freebsd.org.ua> Approved by: David Yeske (maintainer) Notes: svn path=/head/; revision=153589
* Sync with libuim shared library version bump.MANTANI Nobutaka2006-01-151-1/+1
| | | | | | | Pointed out by: TANAKA Hiroyuki <kattyo@abk.nu> Notes: svn path=/head/; revision=153574
* 1: upgrade to latest version.Vanilla I. Shu2006-01-142-4/+4
| | | | | | | 2: remove BROKEN on x11-toolkits/ewl. Notes: svn path=/head/; revision=153489
* BROKEN: UnfetchableKris Kennaway2006-01-141-0/+2
| | | | Notes: svn path=/head/; revision=153428
* BROKEN: Size mismatchKris Kennaway2006-01-141-0/+2
| | | | Notes: svn path=/head/; revision=153427
* Upgrade to 7.0.Thierry Thomas2006-01-133-8/+14
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=153405
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-1210-3/+11
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* Add gnome-launch-box.Jean-Yves Lefort2006-01-125-0/+68
| | | | | | | | | | | | | | | | | | GNOME Launch Box is generally an application launcher. It's very influenced by Quicksilver (http://quicksilver.blacktree.com/) for Mac OS X. Currently supported modules are: * Application starting and launch * Evolution contacts lookup and mail to * Recent files lookup and open * Files in your desktop and open * Firefox bookmarks lookup and opening WWW: http://developer.imendio.com/wiki/GNOME_Launch_Box Notes: svn path=/head/; revision=153332
* Be more explicit about the openssl dependency.Michael Nottebrock2006-01-117-7/+28
| | | | Notes: svn path=/head/; revision=153269
* Don't try and invoke autoheader.Michael Nottebrock2006-01-112-4/+8
| | | | Notes: svn path=/head/; revision=153267
* - Update to 5.21Tim Bishop2006-01-114-84/+4
| | | | | | | | PR: 91626 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=153255
* [NEW PORT] x11/slim - a login manager derived from login.appEdwin Groothuis2006-01-089-0/+186
| | | | | | | | | | | | | | | | | | | SLiM is a desktop-independent graphical login manager for X11, derived from Login.app by Per Liden. It aims to be light and simple, although completely configurable through themes and an option file; is suitable for machines on which remote login functionalities are not needed. Author: Simone Rota and Johannes Winkelmann WWW: http://slim.berlios.de/ PR: ports/91511 Submitted by: Tobias Roth <ports@fsck.ch> Notes: svn path=/head/; revision=153098
* [MAINTAINER] x11/login.app: mark deprecatedEdwin Groothuis2006-01-082-2/+4
| | | | | | | | | | | | | | Mark port deprecated. It seems to be discontinued by its author, and x11/slim is a fork which is actively worked on. Is the hint in the reason for deprecation ok, or do deprecation messages have to be specific strings? PR: ports/91510 Submitted by: Tobias Roth <ports@fsck.ch> Notes: svn path=/head/; revision=153091
* Update to KDE 3.5.0Michael Nottebrock2006-01-0877-2589/+3246
| | | | Notes: svn path=/head/; revision=153084
* x11/electricsheep update to 2.6.4Edwin Groothuis2006-01-083-10/+4
| | | | | | | | | | update to 2.6.4 PR: ports/91494 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=153052
* Install urxvtd setuid root (like urxvt) in order to secure tty deviceThierry Thomas2006-01-071-1/+2
| | | | | | | | | permissions. Reported by: Ryan Beasley <ryanb (at) rainbowdevilsland.co.uk> Notes: svn path=/head/; revision=153022
* Hash with SHA-256.Trevor Johnson2006-01-075-0/+5
| | | | Notes: svn path=/head/; revision=153010