summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.02Andrey Slusar2005-12-263-8/+17
| | | | | | | | PR: ports/90932 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=152121
* Good news, everyone! There's a crate to deliver^W^W^Wnew release fromAlexey Dokuchaev2005-12-262-4/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=152069
* Back out the PTHREAD_CFLAGS/LIBS-adding stuff, now thatAdam Weinberger2005-12-241-2/+2
| | | | | | | libtool-1.5.22 is unbroked. Notes: svn path=/head/; revision=151981
* Upgrade to 6.0.Thierry Thomas2005-12-242-4/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=151975
* Add ${PTHREAD_CFLAGS}/${PTHREAD_LIBS} to the CONFIGURE_ENV. ThereAdam Weinberger2005-12-241-2/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=151947
* Update to 0.0.23.Joe Marcus Clarke2005-12-213-4/+10
| | | | Notes: svn path=/head/; revision=151784
* Lock ~/.recently-used. The lack of locking sometimes caused theJean-Yves Lefort2005-12-214-0/+42
| | | | | | | | | "Places -> Recent Documents" menu to be empty. Reference: http://bugzilla.gnome.org/show_bug.cgi?id=324710 Notes: svn path=/head/; revision=151766
* Deal with non-standard DOCSDIR in a sane manner.Alexey Dokuchaev2005-12-212-56/+57
| | | | Notes: svn path=/head/; revision=151765
* Update WWW lines.Vanilla I. Shu2005-12-211-1/+1
| | | | | | | | Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> PR: ports/90703, ports/90704, ports/90705, ports/90706, ports/90710, ports/90712 Notes: svn path=/head/; revision=151704
* Upgrade to 5.9.Thierry Thomas2005-12-192-3/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=151596
* - Remove virtual category offix from all portsPav Lucistnik2005-12-182-2/+2
| | | | | | | | PR: ports/88751 (part of) Approved by: linimon (portmgr hat) Notes: svn path=/head/; revision=151455
* BROKEN: UnfetchableKris Kennaway2005-12-171-0/+2
| | | | Notes: svn path=/head/; revision=151419
* Update to version 1.0-8174, the latest from nVidia. Release highlights:Alexey Dokuchaev2005-12-153-6/+56
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=151238
* Unbreak on 4.x by using plain GCC. Tested with mozilla and thunderbird.Volker Stolz2005-12-151-1/+1
| | | | | | | Approved by: silence on -gnome Notes: svn path=/head/; revision=151229
* Update to 0.0.22.Joe Marcus Clarke2005-12-152-4/+4
| | | | Notes: svn path=/head/; revision=151215
* - Track yet another in-place release (regular bunch fixes and featuresAlexander Nedotsukov2005-12-143-28/+40
| | | | | | | | | update). - Build libXNVCtrl.a library and therefore drop for i386 only restriction. - Minor comment tweak. Notes: svn path=/head/; revision=151167
* Use smarter regexps.Alexey Dokuchaev2005-12-141-4/+4
| | | | Notes: svn path=/head/; revision=151154
* Fix missing misc/compat5x dependency in WITH_LEGACY_GPU_SUPPORT case.Alexey Dokuchaev2005-12-141-1/+1
| | | | | | | | PR: ports/90304 Submitted by: Bjoern Koenig <bkoenig(at)cs.tu-berlin.de> Notes: svn path=/head/; revision=151153
* - Update to version 1.8Andrej Zverev2005-12-142-4/+4
| | | | | | | | PR: ports/90356 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Notes: svn path=/head/; revision=151146
* Update to 2.1.Jeremy Messenger2005-12-135-40/+13
| | | | | | | Reminded by: edwin's "FreeBSD Ports Version Check" script Notes: svn path=/head/; revision=151080
* - Mark broken on 4.xMichael Johnson2005-12-131-0/+4
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=151076
* Drop maintainership for ports which I sadly no longer haveBruce M Simpson2005-12-125-5/+5
| | | | | | | the time, hardware, or resources to maintain. Notes: svn path=/head/; revision=151060
* xlockmore port improvements patchEdwin Groothuis2005-12-123-2/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=151056
* On second thoughts, maybe we don't really need Xaw3d support by default.Peter Pentchev2005-12-121-2/+2
| | | | Notes: svn path=/head/; revision=151017
* OPTIONS'ify and let all three knobs be enabled by default.Peter Pentchev2005-12-121-16/+10
| | | | | | | | | Bump PORTREVISION for the change in the default behavior. Requested by: Satoshi Kimura <satosi.kimura@nifty.com> Notes: svn path=/head/; revision=151016
* - Fix WWW-sitesSimon Barner2005-12-122-2/+2
| | | | | | | - Remove two dead WWW sites Notes: svn path=/head/; revision=150960
* Add nvidia-xconfig 1.0, tool to manipulate X configuration files for theAlexander Nedotsukov2005-12-105-0/+79
| | | | | | | NVidia driver. Notes: svn path=/head/; revision=150780
* Correct a problem setting GNOME keyboard layout options at login time.Joe Marcus Clarke2005-12-102-1/+12
| | | | | | | | Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=322955 Reported by: many Notes: svn path=/head/; revision=150773
* Update MASTER_SITES; add SHA256 checksum.Thomas Gellekum2005-12-092-1/+4
| | | | Notes: svn path=/head/; revision=150767
* Update to 0.0.21.Joe Marcus Clarke2005-12-073-4/+8
| | | | Notes: svn path=/head/; revision=150566
* - Add support for man section n (Tcl/Tk functions)Jean-Yves Lefort2005-12-064-35/+13
| | | | | | | - Remove unused startup scripts Notes: svn path=/head/; revision=150545
* Add tilda, a Drop down x11 terminal with transparency supportEmanuel Haupt2005-12-054-0/+52
| | | | | | | | PR: 89995 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua> Notes: svn path=/head/; revision=150497
* Seems -CURRENT needs a few tweaks to get gdm starting correctly. First,Joe Marcus Clarke2005-12-053-5/+6
| | | | | | | | we need to depend on LOGIN and cleanvar in our rc.d script, plus, we need to enable VTAllocation. Notes: svn path=/head/; revision=150493
* Update to a more recent version of the distfile (is carried by moreAlexander Leidinger2005-12-032-5/+5
| | | | | | | | | master sites). Requested by: fenner Notes: svn path=/head/; revision=150290
* Upgrade to latest version.Vanilla I. Shu2005-12-022-4/+5
| | | | Notes: svn path=/head/; revision=150206
* - Change maintainer to my @FreeBSD.org address.Tim Bishop2005-12-012-1/+2
| | | | | | | | | - Add SHA256 checksum. Approved by: clement (mentor) Notes: svn path=/head/; revision=150154
* Add a patch to fix KDE Bug 114385 (kdm segfaults on XDMCP request).Michael Nottebrock2005-12-0114-0/+119
| | | | Notes: svn path=/head/; revision=150113
* Presenting GNOME 2.12.2 for FreeBSD.Joe Marcus Clarke2005-12-012-2/+2
| | | | Notes: svn path=/head/; revision=150101
* - Update to 0.7.5Pav Lucistnik2005-11-302-6/+29
| | | | | | | | PR: ports/89673 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=150068
* Move japanese/uim port to textproc category after repocopy.MANTANI Nobutaka2005-11-301-1/+1
| | | | | | | | PR: ports/89725 Submitted by: nobutaka Notes: svn path=/head/; revision=150063
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-302-0/+2
| | | | Notes: svn path=/head/; revision=150048
* Add SHA256 hashes to my ports.Alexey Dokuchaev2005-11-303-0/+5
| | | | Notes: svn path=/head/; revision=150043
* Fix the build in the presence of NVIDIA libGL by using the GLX 1.3Eric Anholt2005-11-301-0/+26
| | | | | | | | | | | glXGetProcAddressARB instead of glXGetProcAddress. PR: ports/76257 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org> / many Obtained from: X.Org CVS Notes: svn path=/head/; revision=149990
* - Convert to using USE_GECKOMichael Johnson2005-11-292-65/+5
| | | | | | | - No longer install the startup script. Notes: svn path=/head/; revision=149950
* - Add WITH_NICE_ONLY knob to enable only low-cpu modes.Florent Thoumie2005-11-291-0/+4
| | | | | | | | PR: ports/76358 Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru> Notes: svn path=/head/; revision=149922
* Update to 2.8.0.7.Joe Marcus Clarke2005-11-294-88/+4
| | | | Notes: svn path=/head/; revision=149863
* Update to 2.12.2.Jeremy Messenger2005-11-284-10/+8
| | | | Notes: svn path=/head/; revision=149836
* Update to 2.12.2.Joe Marcus Clarke2005-11-284-8/+8
| | | | Notes: svn path=/head/; revision=149826
* Update to 2.12.2.Joe Marcus Clarke2005-11-2810-54/+46
| | | | Notes: svn path=/head/; revision=149740
* Add SHA256Maho Nakata2005-11-281-0/+1
| | | | Notes: svn path=/head/; revision=149735