summaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Fix pre-everything target. While I'm here, fix another portlint complaint.anholt2003-10-161-5/+4
| | | | | PR: ports/58148 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Update to 0.4a, make fetchable, reset maintainer (Murray sayslinimon2003-10-163-29/+4
| | | | | | | he doesn't use enlightenment anymore). PR: ports/45148 Reviewed by: murray (maintainer)
* Update to 2.4.4.4. This fixes a few DoS problems, so upgraded is definitelymarcus2003-10-164-26/+15
| | | | | | | | | recommended: - Fixed CAN-2003-0793, a local DoS, the socket connection is now non-blocking and limitted to the number of commands - Fixed CAN-2003-0794, a local DoS, the line length is limitted to 4096 bytes (note, this was not a buffer overrun).
* BROKEN on 5.x: does not compilekris2003-10-151-1/+7
|
* Update to 2.4.1.1.marcus2003-10-154-4/+4
|
* Remove dead mastersite.linimon2003-10-151-1/+1
| | | | | | PR: ports/45127 Submitted by: Mark Linimon Approved by: maintainer timeout (several months)
* Add a CONFLICT on gtkada.marcus2003-10-141-0/+2
| | | | | PR: 58027 Submitted by: maintainer
* Update to 2.4.1.marcus2003-10-148-540/+4
|
* * Update to 2.4.1marcus2003-10-144-8/+28
| | | | | | * Add a new FreeBSD GNOME splash screen [1] Submitted by: Samy Al Bahra <samy@kerneled.com> [1]
* Update to 2.4.1.marcus2003-10-146-4/+8
|
* Upgrade to 0.52, and grab maintainer bit.vanilla2003-10-142-9/+18
| | | | | PR: ports/58000 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* Update to 2.8.0.nobutaka2003-10-143-2/+4
|
* Update to 2.4.1.marcus2003-10-143-3/+4
|
* Update to 2.4.1.adamw2003-10-146-4/+6
|
* Fix XFree86-4-clients build. It was failing depending on lib*.a which weren'tanholt2003-10-142-3/+23
| | | | | | | | | being built due to the split build. Remove the dependencies on them, and it'll pick them up from ${X11BASE}/lib. I don't know why this broke now but worked in the past. Reported by: everyone Tested on: ref5 (libraries,clients)
* Somehow the typo in the previous commit didn't make the build fail. Fix it.anholt2003-10-121-2/+2
|
* Suppress warnings in system headers with gcc 3.x.anholt2003-10-121-6/+11
|
* BROKEN: Broken pkg-plistkris2003-10-121-0/+2
|
* Fix Libs: list in libgnomemm-2.0.pc file.bland2003-10-124-0/+20
|
* Update to 2.0.0bland2003-10-126-12/+12
|
* - Update to version 0.5krion2003-10-123-3/+10
| | | | | PR: 57900 Submitted by: maintainer
* Correct some gross mis-uses of g_strdup_printf() which caused a crashmarcus2003-10-102-0/+26
| | | | | | when clicking on info links in -CURRENT. Tracked down by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
* New port: x11/yalias: an execution box with regex matchingedwin2003-10-075-0/+38
| | | | | | | | | | | | yalias has a window with two buttons and a text widget. The left button clears the widget (and is bound to the Escape key). The right button matches the contents of the widget against a series of regular expressions that the user has previously specified in their $HOME/.yaliasrc, and executes the specified command if it matches any of them. PR: ports/56611 Submitted by: Tim Bishop <tim@bishnet.net>
* Update to 0.7.1.marcus2003-10-073-10/+10
|
* Use the new-style locale names since the old ISO_8859 names are obsoletemarcus2003-10-062-25/+26
| | | | on -CURRENT.
* Update to 0.7.adamw2003-10-055-72/+8
| | | | | | Author incorporated all the FreeBSD-specific patches from files/. Now, if none of the supported bg-setting programs are installed at install-time, x11-fm/fluxbox will be installed.
* Add a dependency on gnotime.marcus2003-10-051-1/+3
| | | | Obtained from: http://5toe.lyrical.net/?action=packages&category=office
* new virtual category requested: accessibilityedwin2003-10-044-4/+4
| | | | | | | | | | | | | | This category, to be described as "of interest to disabled users" is intended to make it simpler for users to find software which will let them overcome a handicap. For example, blind users may want to combine OCR and text-to-speech software so the computer can read books to them; users with diminished eyesight can use large fonts and "magnifiers"; paralyzed users may use speech recognition to compose text or give commands. PR: ports/39103 Submitted by: Trevor Johnson <trevor@jpj.net>
* Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-0313-76/+62
| | | | | | | | | | | | | | | | | patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot <adridg@cs.kun.nl> Lauri Watts <lauri@kde.org> Andy Fawcett <andy@athame.co.uk>
* Back the space-saving out again, the tag has been slipped.lofi2003-10-022-20/+0
| | | | Notified by: marcus
* Temporarily do not depend on kdeedu, kdevelop and kdesdk in the package. Thislofi2003-10-022-0/+20
| | | | | | is for Release CDROM space-saving purposes. Approved by: kde-freebsd
* Fix the clock display for the Danish, Italian, and Chinese locales. FreeBSD'smarcus2003-10-0110-2/+348
| | | | strftime(3) does not support the '-' (no pad) modifier that GNU date does.
* Added caraldi.com to MASTER_SITES.znerd2003-10-011-1/+2
|
* New port: numlockx.znerd2003-10-015-0/+32
| | | | | PR: 56638 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* The Fluxbox Background Tool gives you a nice GUI to make backgroundadamw2003-10-018-0/+112
| | | | | | changing easier in fluxbox/blackbox. It lets you use pixmaps as well as solid colours. It includes a daemon to change the background automatically.
* Conditionalize two more battstat files.marcus2003-09-302-4/+4
|
* Assign maintainership to gnome@ and update to 0.4.marcus2003-09-304-14/+11
|
* From KDE_3_1_BRANCH:arved2003-09-297-0/+126
| | | | | | | | | Deal with 64-bit time_t With this fix I was able to complete compilation of kdebase on IA64. Submitted by: Adriaan de Groot <adridg@cs.kun.nl> Thanks to: marcel for prodding and installing kdelibs on pluto2
* Add back DIST_SUBDIR. It was removed by mistake.demon2003-09-284-2/+4
| | | | Approved by: maintainer
* Use my FreeBSD.org address for MAINTAINER field.bms2003-09-271-1/+1
|
* Use MASTER_SITES_XCONTRIB instead of hard-coding MASTER_SITES.bms2003-09-271-2/+2
| | | | Noticed by: linimon
* Update to 4.0.0 release.demon2003-09-274-14/+8
|
* Update to 2.4.1.marcus2003-09-2710-52/+66
|
* Chase the libgnomeuimm shared lib version.marcus2003-09-261-1/+2
| | | | Noticed by: Koop Mast <einekoai@chello.nl>
* Update to 2.4.4.3bland2003-09-262-2/+2
|
* update x11/idesk: 0.5.5 -> 0.5.6daichi2003-09-263-4/+5
| | | | | PR: 57059 Submitted by: Sascha Holzleiter <sascha@root-login.org>
* Conditionalize gnomemeeting on i386 only.marcus2003-09-261-1/+4
|
* Bump PORTREVISION for the last commit. It fixes the dreaded thread problemmarcus2003-09-252-0/+2
| | | | on 5.x.
* Update to 2.4.4.2.adamw2003-09-254-5/+16
|
* Fix build on Alpha.marcus2003-09-252-12/+30
|
OpenPOWER on IntegriCloud