summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)Author
2002-04-08Use <sys/joystick.h> instead of <machine/joystick.h>.Jun Kuriyama
Reviewed by: will
2002-04-08Remove iconv->giconv hack.Maxim Sobolev
2002-04-07Fix installation is gtk-doc is also installed.Joe Marcus Clarke
Note, since it seems like a number of ports are broken when gtk-doc is also installed, I wonder if adding --disable-gtk-doc to all their CONFIGURE_ARGS isn't a bad idea. Reviewed by: sobomax Approved by: sobomax
2002-04-06Update to GNOME 2.0 beta3.Joe Marcus Clarke
Approved by: sobomax
2002-04-06Update to 1.4.1.5.Maxim Sobolev
2002-04-06Fix the pdesk port up a little bit.Nick Sayer
PR: 35168 Submitted by: peckdani@msu.edu
2002-04-04Add Xinerama support for WDM (yay!!). Bump PORTREVISION.Will Andrews
George helped me better understand the Xinerama API. Please note that there is no support for specifying a particular physical display for which the login frame should appear -- it will always choose physical screen number zero. Helped with this patch: George Staikos <staikos@kde.org>
2002-04-03KDE's ftp directory structure changedPatrick Li
PR: 36694 Submitted by: Tilman Linneweh <tilman@arved.de>
2002-04-02add fspanel 0.7.6Ying-Chieh Liao
Tiny panel listing opened windows for gnome-compliant WM PR: 34006 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
2002-04-02Fix the build on -current.Jean-Marc Zucconi
Do not compile with 'make -k'.
2002-04-02Fix building when MAKE_KERBEROS4 is defined.Thomas Gellekum
2002-04-02Update to always compile DRI on i386 machines, including 3dfx support.Will Andrews
/sys no longer needs to be accessible, nor does Glide support (unlike with 4.1.0). Bump PORTREVISION to denote update. PR: 36181 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
2002-03-30Update to 1.5.0Patrick Li
PR: 36534 Submitted by: maintainer
2002-03-30Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This isWill Andrews
not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento
2002-03-29upgrade to 11.00Ying-Chieh Liao
PR: 36441 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-03-28Unbreak on -stable.Maxim Sobolev
PR: 36271 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-27* added knob WITH_GUIYing-Chieh Liao
* added scripts/post-install * bumped PORTREVISION, because xbindkeys_show does not work prior to these changes PR: 36366 Submitted by: maintainer
2002-03-27- Find if_wavelan_ieee.h on machines running -current.Patrick Li
- freebsd.org -> FreeBSD.org
2002-03-27Pass maintainership to the submitter.Pete Fritchman
PR: 36348 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-03-24Say hello to the Electric Sheep distributed screensaver.Anders Nordby
PR: 35553 Submitted by: David Yeske <dyeske@yahoo.com>
2002-03-24Add simple patch to fix compiling with kaclmanipulation.h on -current.Will Andrews
Found by: bento
2002-03-24Upgrade to version 4.02, which:Doug Barton
* Fixes perl incompatibility problem with RELENG_4 * Fixes some memory leaks * Adds two new hacks, and two new BSOD's * Improves some existing hacks/features
2002-03-24Patch no longer neededDoug Barton
2002-03-20Perform extconf.rb cleanup with no functional change.Akinori MUSHA
2002-03-20Add ruby-panel-applet 0.27, a Ruby binding for GNOME panel-appletAkinori MUSHA
library.
2002-03-20Update ruby-{gnome,gtk,gdk_imlib,gdk_pixbuf} to 0.27.Akinori MUSHA
2002-03-20Upgrade to 5.03.Thomas Gellekum
2002-03-20Add multi-gnome-terminal 1.3.13, gnome tabbed terminal emulator.Cy Schubert
PR: 35376 Submitted by: Frederic Dubuy <fdubuy@free.fr>
2002-03-20Preemptive compile fix from XFree86 for "newer GCC versions" (presumablyWill Andrews
they refer to GCC 3.x). PORTREVISION not bumped -- package unaffected. Untested on the target platforms. PR: 36104 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Seconded by: gad (sparc64 & possibly ia64 uses GCC3 by default)
2002-03-20Add fix for XDM: Use SU="su -m" instead of SU="su", otherwise given theWill Andrews
default setup for the "nobody" account, login will fail. PORTREVISION bumped to include this fix for XFree86-4-clients. PR: 36084 Submitted by: Stefan `Sec` Zehl <sec@42.org>
2002-03-19Connect libgnome to the build.Maxim Sobolev
2002-03-19Update to 1.112.1 after a repo-copy from gnomelibs.Maxim Sobolev
2002-03-19Resurrect patch-startx which changes the default to turn off TCP listening,Will Andrews
and adds an option to allow turning it back on. Bump PORTREVISION in XFree86-4-clients only, to denote this feature (re)addition. Submitted by: Jochem Kossen <j.kossen@home.nl>
2002-03-19Fix i18n problem found by XFree86. This makes XIM work properly. BumpWill Andrews
PORTREVISION to denote fix. Submitted by: motoyuki
2002-03-19Fix another few places where giconv used instead of iconv.Maxim Sobolev
PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-18Add Cyrillic fonts & bump PORTREVISION. While not that many users wouldWill Andrews
use them, they're fairly small and were part of the previous generation of XFree86 ports. Requested by: roam
2002-03-18Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withMaxim Sobolev
<giconv.h> or -liconv with -lgiconv.
2002-03-18Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA
2002-03-18Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev
libiconv.
2002-03-17Fix some problems reported by people:Will Andrews
- Makefile: [1] Typo in FONT[100,75]DPI... sigh. How did I miss this one? This is probably the main reason people are seeing "don't know how to make /usr/X11R6/bin/ucs2any.pl" when building the font ports, but I'm not certain. - distinfo: [2] Remove -- no longer needed. Submitted by: [1] Geoffrey C. Speicher <geoff@speicher.org> [2] David Johnson <david@usermode.org>
2002-03-17Remove this file: no longer needed for metaport.Will Andrews
2002-03-17Oops: PORTEPOCH was accidentally deleted in the previous revision. PleaseWill Andrews
use this version, not the previous. Sorry.. :\ Submitted by: James Satterfield <james@floondoon.com>
2002-03-16XFree86 4.2.0 Stage 3: XFree86-4's evolution to a metaportWill Andrews
[1] Upgrade to 4.2.0. [2] Convert to metaport format and depend on most of XFree86-4-*. Approved by: jmz, in principle
2002-03-16XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradesWill Andrews
[1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core
2002-03-16- Update to 0.1.0Kevin Lo
- Takeover maintainership PR: 35974 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-03-15Stage 1 of gettext update.Ade Lovett
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
2002-03-15Change MAINTAINER from my email address at gov.bc.ca to FreeBSD.org.Cy Schubert
2002-03-14Update to 2.2.5.5.Maxim Sobolev
2002-03-13Add xmon, which interactively monitors the byte-stream connections betweenAde Lovett
an X server and a number of X clients. PR: 33232 Submitted by: Bruce M Simpson <bms@spc.org>
2002-03-12Bump PORTREVISION after the freetype2 shlib major update.Akinori MUSHA