summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)Author
2006-01-04Upgrade to 6.3. This is a security fix: restore permissions properly.Thierry Thomas
Full changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. A embedded Perl interpreter is installed by default, use WITHOUT_PERL to disable it. PR: Security: VuXML c2fdb3bc-7d72-11da-b96e-000fb586ba73
2006-01-04Update port gnome x11/workrave from 1.6 to 1.8 (solves kde problem)Edwin Groothuis
PR: ports/84974 Submitted by: Alex de Kruijff <freebsd@akruijff.dds.nl> Approved by: maintainer timeout
2006-01-03Mark BROKEN on 4.X.Joe Marcus Clarke
Reported by: pointyhat via kris
2006-01-02Upgrade to 6.2.Thierry Thomas
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-12-31Require moused before our rc script runs to ensure X is ready for us.Joe Marcus Clarke
Suggested by: Stefan Thurner <thurners@nicsys.de>
2005-12-31Chase the dbus shared lib version.Joe Marcus Clarke
2005-12-30Change X font encodings dependency so it will work even after X.Org 6.9 isDejan Lesjak
brought in. Approved by: lofi
2005-12-27Silence errors on package install/deinstall by using proper if-clauses inDejan Lesjak
xterm workaround @exec/@unexec lines. Prodded by: edwin
2005-12-27Silence errors on package install/deinstall by using proper if-clauses inDejan Lesjak
xterm workaround @exec/@unexec lines. Prodded by: edwin
2005-12-27Upgrade to 6.1.Thierry Thomas
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-12-27- Update MASTER_SITES, WWWPav Lucistnik
PR: ports/90951 Submitted by: Adam Kranzel <adam-ports@blacktabby.org> (maintainer)
2005-12-26Update to 2.02Andrey Slusar
PR: ports/90932 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2005-12-26Good news, everyone! There's a crate to deliver^W^W^Wnew release fromAlexey Dokuchaev
nVidia, 1.0-8178. This release highlights: - Improved stability with the Composite X extension - Fixed a corruption bug with RenderAccel and the Composite X extension when using wide desktops - Fixed a problem validating HDTV modes on GeForce 6200 - Fixed detection of certain older TV encoders
2005-12-24Back out the PTHREAD_CFLAGS/LIBS-adding stuff, now thatAdam Weinberger
libtool-1.5.22 is unbroked.
2005-12-24Upgrade to 6.0.Thierry Thomas
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-12-24Add ${PTHREAD_CFLAGS}/${PTHREAD_LIBS} to the CONFIGURE_ENV. ThereAdam Weinberger
appears to be some debate as to whether the root of this problem is the libtool 1.5.22 update, but adding pthread stuff here fixes the build problems I've been getting on 5-STABLE.
2005-12-21Update to 0.0.23.Joe Marcus Clarke
2005-12-21Lock ~/.recently-used. The lack of locking sometimes caused theJean-Yves Lefort
"Places -> Recent Documents" menu to be empty. Reference: http://bugzilla.gnome.org/show_bug.cgi?id=324710
2005-12-21Deal with non-standard DOCSDIR in a sane manner.Alexey Dokuchaev
2005-12-21Update WWW lines.Vanilla I. Shu
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> PR: ports/90703, ports/90704, ports/90705, ports/90706, ports/90710, ports/90712
2005-12-19Upgrade to 5.9.Thierry Thomas
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-12-18- Remove virtual category offix from all portsPav Lucistnik
PR: ports/88751 (part of) Approved by: linimon (portmgr hat)
2005-12-17BROKEN: UnfetchableKris Kennaway
2005-12-15Update to version 1.0-8174, the latest from nVidia. Release highlights:Alexey Dokuchaev
- Fixed GeForce 7800 GTX clocking problem that affected 3D performance - Added support for new GPUs such as the GeForce 6100 and GeForce 6150 - Added support for Stereo Digital Flat Panels such as the SeeReal and Sharp3D DFPs - Added support for static Rotation; see the "Rotate" X config option in the README
2005-12-15Unbreak on 4.x by using plain GCC. Tested with mozilla and thunderbird.Volker Stolz
Approved by: silence on -gnome
2005-12-15Update to 0.0.22.Joe Marcus Clarke
2005-12-14- Track yet another in-place release (regular bunch fixes and featuresAlexander Nedotsukov
update). - Build libXNVCtrl.a library and therefore drop for i386 only restriction. - Minor comment tweak.
2005-12-14Use smarter regexps.Alexey Dokuchaev
2005-12-14Fix missing misc/compat5x dependency in WITH_LEGACY_GPU_SUPPORT case.Alexey Dokuchaev
PR: ports/90304 Submitted by: Bjoern Koenig <bkoenig(at)cs.tu-berlin.de>
2005-12-14- Update to version 1.8Andrej Zverev
PR: ports/90356 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
2005-12-13Update to 2.1.Jeremy Messenger
Reminded by: edwin's "FreeBSD Ports Version Check" script
2005-12-13- Mark broken on 4.xMichael Johnson
Reported by: kris via pointyhat
2005-12-12Drop maintainership for ports which I sadly no longer haveBruce M Simpson
the time, hardware, or resources to maintain.
2005-12-12xlockmore port improvements patchEdwin Groothuis
Some time ago I send PR about PAM support in xlockmore. Now I spend some time to work on xlockmore. I found that PAM works fine by default (with --enable-pam), but only with modules that does not requires root rights to authenticate. But almost all PAM configurations ends with pam_unix call. Here is the trouble. xlock drops root privileges after startup. I use BAD_PAM again to wrap this setuid(). IMHO, usage of BAD_PAM is right in this case. Also abort trap was fixed. Here was error in PAM_conv function. I'll send explanations of changes and situation to xlock-discuss mailing list later. May be fixes will be committed into next release of xlockmore. Here is attached diff against xlockmore port. It makes some changes in Makefile and drops two patches to files dir. New knobs added to Makefile and some old changed. Here is the description: - OPTIONS added for interactive configuration of xlockmore (make config). - WITH_PAM - enable common PAM support in xlock, but does not define BAD_PAM. So PAM modules that does not require root rights can be used (pam_pwdfile e.g.). - WITH_BAD_PAM - enable WITH_PAM and define BAD_PAM in config.h after 'configure'. So all PAM modules can be used, including pam_unix. - WITH_NICE_ONLY - enable only low-CPU modes. Good for old machines. - WITH_BLANK_ONLY - enable only 'blank' mode. Can be useful in some cases. PR: ports/90276 Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru>
2005-12-12On second thoughts, maybe we don't really need Xaw3d support by default.Peter Pentchev
2005-12-12OPTIONS'ify and let all three knobs be enabled by default.Peter Pentchev
Bump PORTREVISION for the change in the default behavior. Requested by: Satoshi Kimura <satosi.kimura@nifty.com>
2005-12-12- Fix WWW-sitesSimon Barner
- Remove two dead WWW sites
2005-12-10Add nvidia-xconfig 1.0, tool to manipulate X configuration files for theAlexander Nedotsukov
NVidia driver.
2005-12-10Correct a problem setting GNOME keyboard layout options at login time.Joe Marcus Clarke
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=322955 Reported by: many
2005-12-09Update MASTER_SITES; add SHA256 checksum.Thomas Gellekum
2005-12-07Update to 0.0.21.Joe Marcus Clarke
2005-12-06- Add support for man section n (Tcl/Tk functions)Jean-Yves Lefort
- Remove unused startup scripts
2005-12-05Add tilda, a Drop down x11 terminal with transparency supportEmanuel Haupt
PR: 89995 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
2005-12-05Seems -CURRENT needs a few tweaks to get gdm starting correctly. First,Joe Marcus Clarke
we need to depend on LOGIN and cleanvar in our rc.d script, plus, we need to enable VTAllocation.
2005-12-03Update to a more recent version of the distfile (is carried by moreAlexander Leidinger
master sites). Requested by: fenner
2005-12-02Upgrade to latest version.Vanilla I. Shu
2005-12-01- Change maintainer to my @FreeBSD.org address.Tim Bishop
- Add SHA256 checksum. Approved by: clement (mentor)
2005-12-01Add a patch to fix KDE Bug 114385 (kdm segfaults on XDMCP request).Michael Nottebrock
2005-12-01Presenting GNOME 2.12.2 for FreeBSD.Joe Marcus Clarke
2005-11-30- Update to 0.7.5Pav Lucistnik
PR: ports/89673 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)