aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.6.0.8.Joe Marcus Clarke2005-03-085-21/+25
| | | | Notes: svn path=/head/; revision=130577
* Remove gnomemeeting from the gnome2 metaport. It's big, pulls in bigAdam Weinberger2005-03-071-4/+1
| | | | | | | | | dependencies, isn't ubiquitously useful, and makes pointyhat cry. Given blessing by: kwm (gnomemeeting's maintainer) Notes: svn path=/head/; revision=130542
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.Adam Weinberger2005-03-073-1/+3
| | | | Notes: svn path=/head/; revision=130541
* 1: Upgrade imlib2 to 1.2.0Vanilla I. Shu2005-03-073-3/+3
| | | | | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me Notes: svn path=/head/; revision=130537
* Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk sinceDejan Lesjak2005-03-0632-32/+0
| | | | | | | rev. 1.503 for ${PREFIX} == ${XPREFIX} cases. Notes: svn path=/head/; revision=130436
* - Try to unbreakPav Lucistnik2005-03-031-2/+3
| | | | Notes: svn path=/head/; revision=130230
* Backout previous commit, since Imake didn't honour Makefile.in,Kirill Ponomarev2005-03-021-2/+3
| | | | | | | | | | | | | hence make package was broken. Add -DNARROWPROTO to CFLAGS what actually also fixes problems with flashing scrollbars, if xterm installed without imake dependency. Reported by: lesi Discussed with: lesi Notes: svn path=/head/; revision=130225
* Use USE_IMAKE. It fixes problems with flashing scrollbar if xtermKirill Ponomarev2005-03-021-1/+2
| | | | | | | | | | is installed as package. PR: ports/77408 Submitted by: Gil Kloepfer <gil at arlut dot utexas.edu> Notes: svn path=/head/; revision=130211
* Mark BROKEN because it depends on a script installed by the old wmweatherKris Kennaway2005-03-011-0/+4
| | | | | | | port that is no longer installed. Deprecate and set expiry date of May 1. Notes: svn path=/head/; revision=130131
* Respect the user's USE_LINUX setting.Trevor Johnson2005-03-012-2/+1
| | | | Notes: svn path=/head/; revision=130124
* Remove some patches in favour of USE_LIBTOOL_VER=15Volker Stolz2005-03-012-33/+1
| | | | Notes: svn path=/head/; revision=130109
* Change my email address in MAINTAINER lines for ports I maintain toFlorent Thoumie2005-03-011-1/+1
| | | | | | | | | flz@FreeBSD.org. Approved by: pav (mentor) Notes: svn path=/head/; revision=130089
* Add padkey, a program that sends keystrokes to X according to buttonsMichael Nottebrock2005-03-014-0/+56
| | | | | | | | | | being pressed on an SNES pad connected to the parallel port. PR: ports/75285 Submitted by: Travis Poppe <tlp@LiquidX.org> Notes: svn path=/head/; revision=130061
* Update to 1.2.Joe Marcus Clarke2005-03-012-5/+4
| | | | Notes: svn path=/head/; revision=130053
* - split multimedia/gstreamer-plugins in to individual ports perMichael Johnson2005-02-282-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer plugin (52 new ports). - Chase changes to ports that used USE_GNOME=gstreamerplugisn to use new USE_GSTREAMER= macro, Bump PORTREVISION's -- Examples of new USE_GSTREAMER macro: USE_GSTREAMER= dvd lame flac .include <bsd.port.mk> If you want to use USE_GSTREAMER after <bsd.port.pre.mk> you must follow one of the examples listed below WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif Note: USE_GSTREAMER=yes will always add a dependency to ports/multimedia/gstreamer-plugins -- Thanks to krion for runing this on pointyhat Thanks to kwm for helping with this, and many bug fixes , and updates. Notes: svn path=/head/; revision=130046
* Fix MASTER_SITES.Bruce M Simpson2005-02-281-1/+2
| | | | Notes: svn path=/head/; revision=130029
* Remove BROKEN; it should works with recently lang/ruby18 committed.Jeremy Messenger2005-02-251-2/+0
| | | | Notes: svn path=/head/; revision=129718
* Update to 4.20. See http://www.jwz.org/xscreensaver/changelog.html for theJoe Marcus Clarke2005-02-244-10/+19
| | | | | | | usual list of fixes and new modules. Notes: svn path=/head/; revision=129644
* It turns out there's a call to vm_page_wakeup() that does not hold theAlexey Dokuchaev2005-02-242-2/+20
| | | | | | | | | | object lock across the call. It shows up with INVARIANTS turned on. PR: ports/77750 Submitted by: Frank Mayhar <frank(at)exit.com> Notes: svn path=/head/; revision=129642
* Patch dcopidl to not create output in /tmp.Michael Nottebrock2005-02-234-2/+34
| | | | | | | | | Security: Fixes CAN-2005-0365 / 29dd0065-81fa-11d9-a9e7-0001020eed82 Obtained from: KDE CVS Notes: svn path=/head/; revision=129609
* Presenting GNOME 2.8.3 for FreeBSD. This is the third and last maintenanceJoe Marcus Clarke2005-02-224-4/+4
| | | | | | | | | release for GNOME 2.8. See http://mail.gnome.org/archives/gnome-announce-list/2005-February/msg00071.html for the list of changes between 2.8.2 and 2.8.3. Notes: svn path=/head/; revision=129560
* Update to 1.07.Anton Berezin2005-02-222-4/+5
| | | | | | | | PR: 77919 Submitted by: maintainer Notes: svn path=/head/; revision=129543
* Fix the build on amd64. Not all architectures allow a va_list to beJoe Marcus Clarke2005-02-221-2/+11
| | | | | | | | | assigned a scalar value. Reported by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=129524
* Upgrade to version 0.9.3.Jimmy Olgeni2005-02-213-9/+3
| | | | | | | | PR: 77833 Submitted by: Sam Lawrance <boris(at)brooknet.com.au> Notes: svn path=/head/; revision=129518
* Update to 2.8.1.Joe Marcus Clarke2005-02-214-21/+3
| | | | Notes: svn path=/head/; revision=129515
* Remove duplicate port (sysutils/videogen exists, though `sysutils' isAlexey Dokuchaev2005-02-214-44/+0
| | | | | | | probably not the right category for it). Notes: svn path=/head/; revision=129473
* Add videogen 0.21, small utility for generating modelines for XFree86 servers.Alexey Dokuchaev2005-02-214-0/+44
| | | | Notes: svn path=/head/; revision=129472
* - Update MASTER_SITESMichael Johnson2005-02-211-2/+2
| | | | | | | | | | - Add accessibility to CATEGORIES PR: ports/77806 Submitted by: Stephen Montgomery-Smith Notes: svn path=/head/; revision=129443
* The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them.Joe Marcus Clarke2005-02-203-3/+6
| | | | Notes: svn path=/head/; revision=129422
* Remove an extraneous patch.Thierry Thomas2005-02-201-0/+0
| | | | Notes: svn path=/head/; revision=129362
* - Upgrade to 5.2;Thierry Thomas2005-02-204-51/+5
| | | | | | | | | - don't build the shared library and thus remove CONFLICTS. Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=129361
* Reset undeliverable maintainer address:Kris Kennaway2005-02-191-1/+1
| | | | | | | | <shanee@augusta.de>: host inga.augusta.de[213.209.142.2] said: 550 5.1.1 <shanee@augusta.de>... User unknown (in reply to RCPT TO command) Notes: svn path=/head/; revision=129254
* As previously announced, remove ports that have reached their expiry date,Kris Kennaway2005-02-187-92/+0
| | | | | | | and the handful of ports that depended on them. Notes: svn path=/head/; revision=129234
* BROKEN: Incorrect pkg-plistKris Kennaway2005-02-181-0/+2
| | | | Notes: svn path=/head/; revision=129204
* - Reset maintainer on requestVolker Stolz2005-02-173-6/+6
| | | | | | | | | | - Update to 3.3.3.b2 (me) PR: ports/70922 Submitted by: "Jonatan B" (maintainer) Notes: svn path=/head/; revision=129083
* Upgrade to 5.1.Thierry Thomas2005-02-153-4/+4
| | | | Notes: svn path=/head/; revision=128976
* Fix source tarball md5 and size.Alexander Nedotsukov2005-02-152-3/+3
| | | | | | | | | | | nVIDIA updated recently nvidia-settings with GVO (Graphics to Video Out) support. But quietly released source inplace of 1.0 tarball. Diffs are clean. Reported by: tarc@mail.ru Notes: svn path=/head/; revision=128914
* Quietly try to remove directory upon deinstall.Dejan Lesjak2005-02-141-0/+1
| | | | Notes: svn path=/head/; revision=128859
* Remove directory on deinstall.Dejan Lesjak2005-02-141-0/+1
| | | | Notes: svn path=/head/; revision=128858
* Fix MASTER_SITES.Dejan Lesjak2005-02-1415-15/+15
| | | | Notes: svn path=/head/; revision=128855
* Fix MASTER_SITES.Dejan Lesjak2005-02-147-7/+7
| | | | Notes: svn path=/head/; revision=128853
* Fix mastersite and add some more.Dejan Lesjak2005-02-144-4/+12
| | | | Notes: svn path=/head/; revision=128849
* Add more mastersites.Dejan Lesjak2005-02-141-1/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=128844
* Fix plist.Dejan Lesjak2005-02-142-1/+12
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=128835
* Update to 2.8.3.Jeremy Messenger2005-02-146-6/+8
| | | | Notes: svn path=/head/; revision=128834
* Update to 2.8.3.Joe Marcus Clarke2005-02-146-6/+18
| | | | Notes: svn path=/head/; revision=128822
* Add dependency on xlock:x11/xlockmore. While this isn'tVolker Stolz2005-02-141-0/+2
| | | | | | | strictly necessary, it is usually what you want. Notes: svn path=/head/; revision=128796
* Remove eog from the list of GNOME 1 ports since eog2 has been moved to eog.Joe Marcus Clarke2005-02-131-1/+1
| | | | | | | Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=128672
* Upgrade to 5.0.Thierry Thomas2005-02-114-26/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=128540
* Fix plist.Michael Nottebrock2005-02-092-0/+8
| | | | Notes: svn path=/head/; revision=128373