aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with Clang.Alberto Villa2012-02-041-0/+40
| | | | | | | | | PR: 164549 Submitted by: rakuco Obtained from: KDE Notes: svn path=/head/; revision=290400
* Update to 1.3.2Eitan Adler2012-02-043-18/+3
| | | | | | | | | | | | | | | | xinit ... it's what you can use to "init" X ... go figure Changes: startx: Choose an unused $DISPLAY by default on all platforms Use default clientargs, serverargs, and display if none were set Include <sys/time.h> and <sys/resource.h> unconditionally Reviewed by: Niclas Zeising Obtained from: xorg-dev repo Notes: svn path=/head/; revision=290398
* Update to 0.24.2Eitan Adler2012-02-032-7/+4
| | | | | | | | | | | | Changes: - Fix for broken gradients with repeat mode NONE - Misc. other bug fixes. Reviewed by: miwi Obtained from: xorg-dev repo Notes: svn path=/head/; revision=290347
* PAE kernels are incompatible with legacy drivers only (for a while now), soAlexey Dokuchaev2012-02-021-0/+4
| | | | | | | | | adjust pkg-message accordingly. Discussed with: Christian Zander from nVidia Notes: svn path=/head/; revision=290316
* - Update to 1.1.2Pietro Cerutti2012-02-022-6/+8
| | | | | | | | | | | | * Handle printable characters from the Latin-1 to Latin-9 sets * Handle KeyPad motion (Up, Down, ...) and digits keys * Fix a bug that caused the PATH scanning routine to ignore the last path element and simplify the algorithm - Add LICENSE (MIT) - Rearrange MASTER_SITES to fetch from my site first Notes: svn path=/head/; revision=290291
* - Update MASTER_SITES and WWW: lineMartin Wilke2012-01-282-2/+2
| | | | | | | | PR: 164173 Submitted by: Ports Fury Notes: svn path=/head/; revision=289956
* - Update MASTER_SITES and WWW: lineMartin Wilke2012-01-282-2/+2
| | | | | | | | PR: 164172 Submitted by: Ports Fury Notes: svn path=/head/; revision=289955
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichAlberto Villa2012-01-2512-56/+13
| | | | | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662 Notes: svn path=/head/; revision=289775
* - Pet Tinderbox and friends.Alberto Villa2012-01-241-1/+1
| | | | | | | | | | | | | OPTIONSFILE must be set using ?= to allow overriding. PR: 163743 PR: 163744 PR: 163745 PR: 163746 Submitted by: A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca> Notes: svn path=/head/; revision=289759
* update lang/sbcl to 1.0.55, and adjust dependent portsBrendan Fabeny2012-01-242-1/+4
| | | | Notes: svn path=/head/; revision=289738
* Upgrade to 9.15.Thierry Thomas2012-01-233-8/+8
| | | | | | | Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=289672
* Update to 3.0.11.MANTANI Nobutaka2012-01-232-4/+4
| | | | | | | Fix dependency on textproc/ibus. Notes: svn path=/head/; revision=289666
* - update to 1.0.9Eitan Adler2012-01-213-182/+3
| | | | | | | Obtained from: xorg-dev repo Notes: svn path=/head/; revision=289579
* Fix build by adding dependency on libxfce4guiRene Ladan2012-01-211-3/+1
| | | | Notes: svn path=/head/; revision=289569
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-213-3/+3
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Check for supported CPU features per MACHINE_CPU variable; it is both moreAlexey Dokuchaev2012-01-201-6/+7
| | | | | | | | | | | clear, in line with what most other ports do, and more generic (no need to account for amd64 which always has MMX and SSE2) - Rephrase OPTION line a bit to fit in 80-char terminal while I am here Approved by: x11 (eadler) Notes: svn path=/head/; revision=289532
* Update to 278. This solves a problem with the initialization for eightBitMetaEmanuel Haupt2012-01-192-3/+3
| | | | | | | | | | | | resource. Special thanks to the author [1] who fixed this upstream so promptly. PR: 164101 [2] (notification) Submitted by: Thomas Dickey <dickey@his.com> [1] Notified by: Garrett Wollman [2] <wollman@khavrinen.csail.mit.edu>, naddy (via mail) Notes: svn path=/head/; revision=289471
* Check for clang correctlyEitan Adler2012-01-161-1/+1
| | | | Notes: svn path=/head/; revision=289337
* Unbreak my previous commit by removing pkg-install reference from the portEitan Adler2012-01-161-5/+0
| | | | | | | | Submitted by: radek.krejca@starnet.cz Pointhat to: me Notes: svn path=/head/; revision=289336
* The switch to X11BASE happened so long ago that anyone who didn't already ↵Eitan Adler2012-01-151-53/+0
| | | | | | | | | | | | migrate has a darn good reason and should know how to fix it themselves Discussed with: kwm, dougb Not approved by: dougb Notes: svn path=/head/; revision=289291
* Add missing deps to fix buildEitan Adler2012-01-151-1/+1
| | | | | | | | Submitted by: pavmail Annoyed by: crees Notes: svn path=/head/; revision=289283
* Adjust necesary ports to build with xcb-util 0.3.8Renato Botelho2012-01-152-5/+4
| | | | | | | | | | | | | | audio/pulseaudio is being updated to 0.9.23 x11/startup-notification is being updated to 0.12 Both was approved by kwm@ x11-wm/awesome is being updated to 3.4.11 Exp-run by: pav@ Notes: svn path=/head/; revision=289257
* Update xcb-util to 0.3.8, that was splitted in few modules, so, i'm adding theRenato Botelho2012-01-1522-78/+235
| | | | | | | | | | | | | | | | following new ports: xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm As approved by maintainer, i'm taking over the maintainership Exp-run by: pav Notes: svn path=/head/; revision=289256
* - Update to 4.8.1Martin Wilke2012-01-143-102/+122
| | | | | | | | PR: 163579 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=289205
* - Update to 4.8.1Martin Wilke2012-01-143-4/+11
| | | | | | | | PR: 163578 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=289200
* - Remove obsolete depsEitan Adler2012-01-142-2/+4
| | | | | | | | | | - Because I am only removing deps these ports do not need a rebuild so don't bump portrevision PR: ports/163763 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=289168
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-143-3/+3
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - fix build with gcc46Dirk Meyer2012-01-131-0/+11
| | | | Notes: svn path=/head/; revision=289125
* Update to 277Emanuel Haupt2012-01-093-29/+3
| | | | Notes: svn path=/head/; revision=288812
* Update to 1.0.2Eitan Adler2012-01-093-7/+3
| | | | Notes: svn path=/head/; revision=288797
* Update xinput to 1.5.4Eitan Adler2012-01-072-3/+3
| | | | | | | | | | | Changes: Don't use defines for checking server version. Ported by: kwm Obtained from: xorg-dev repo Notes: svn path=/head/; revision=288656
* Remove an unnecessaty patch.Thierry Thomas2012-01-021-12/+0
| | | | | | | Submitted by: Guido Falsi <mad (at) madpilot.net> Notes: svn path=/head/; revision=288434
* Make sure to exit if there is a problem setting up the desktop session.Joe Marcus Clarke2012-01-022-9/+10
| | | | | | | | | If not, the user would be dropped in as root. PR: 159721 Notes: svn path=/head/; revision=288432
* - Upgrade to 1.1.4Michael Scheidell2011-12-312-4/+4
| | | | | | | | PR: ports/163739 Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=288358
* - Update to 0.0.7.32Steve Wills2011-12-313-5/+13
| | | | Notes: svn path=/head/; revision=288350
* Fix a few build issues with clang.Raphael Kubo da Costa2011-12-313-0/+28
| | | | | | | | | | | | | | | | Import my commit f1794e4 upstream (based on the PR's patch) as well as the patch to describeresourcejob.h in the PR (which does not apply upstream because the line it adds is already there). No need to bump PORTREVISION, this commit only fixes the build for people who had never been able to build the port anyway. PR: ports/163699 Submitted by: Heath Nielson <heathn@gmail.com> Approved by: avilla (mentor, implicit) Notes: svn path=/head/; revision=288303
* Fix build with clang.Raphael Kubo da Costa2011-12-312-0/+44
| | | | | | | | | | | | | | Import my commits d1fe207 and 01b0c1a to kdelibs upstream which should fix the build issues reported in http://article.gmane.org/gmane.comp.kde.freebsd/20432 and http://article.gmane.org/gmane.comp.kde.freebsd/20462. There is no need for a bump in PORTREVISION, as it only fixes the build for people who were unable to build it before anyway. Approved by: avilla (mentor, implicit) Notes: svn path=/head/; revision=288300
* - update to 2.4 (mostly integrate the freebsd support)Baptiste Daroussin2011-12-284-57/+3
| | | | Notes: svn path=/head/; revision=288198
* Remove expired, unmaintained ports:Rene Ladan2011-12-286-71/+0
| | | | | | | | | | | | | | | | | | | | | 2011-11-30 textproc/skribe 2011-11-30 emulators/wahcade 2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion 2011-11-30 editors/koffice-kde3 2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion 2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported 2011-11-30 databases/fireprofile 2011-12-01 audio/gnowavcut: Abandonware 2011-12-01 mail/demime: No upstream development since 2007 2011-12-03 x11/wmmsg: No more public distfiles 2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore. 2011-12-03 misc/demoniac: No more upstream, no more public distfiles 2011-12-03 cad/gtkwave: No more public distfiles, no more upstream 2011-12-07 databases/clip: No develop anymore for long 2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on Notes: svn path=/head/; revision=288196
* Maintainer has requested that this one be returned to the pool.Mark Linimon2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288142
* - Reset ports to heap due to mail bouncesThomas Abthorpe2011-12-261-1/+1
| | | | | | | | | | | | | | <swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 d6si2748840pbk.7 (in reply to RCPT TO command) With Hat: portmgr Notes: svn path=/head/; revision=288053
* - X11BASE is going away. Hack the last few ports that depend on X11BASE to ↵Eitan Adler2011-12-261-0/+1
| | | | | | | | | not rely on it being set globally. Approved by: portmgr (pav) Notes: svn path=/head/; revision=288028
* - Switch from libungif to giflib to avoid duplicate filesSteve Wills2011-12-241-1/+2
| | | | Notes: svn path=/head/; revision=287976
* Upgrade to version 2.3.Jimmy Olgeni2011-12-243-7/+11
| | | | Notes: svn path=/head/; revision=287971
* Fix build on 9.x.Thierry Thomas2011-12-231-1/+1
| | | | | | | | | PR: ports/163561 Submitted by: Guido Falsi <mad (at) madpilot.net> Patch from: flo Notes: svn path=/head/; revision=287936
* - Update to 0.5.0 [1]Michael Scheidell2011-12-234-30/+33
| | | | | | | | | | | - Pet portlint PR: ports/163071 Submitted by: Aragon Gouveia <aragon@phat.za.net> [1] Approved by: gabor (mentor) Notes: svn path=/head/; revision=287923
* Upgrade to 9.14.Thierry Thomas2011-12-224-51/+12
| | | | | | | | | | Changelog at: <http://dist.schmorp.de/rxvt-unicode/Changes>. Note: support for libafterimage is deprecated and will be removed in the next release. Notes: svn path=/head/; revision=287887
* Forgot to bump portrevisionPawel Pekala2011-12-201-0/+1
| | | | Notes: svn path=/head/; revision=287754
* - Support WITHOUT_NLS knob [1]Pawel Pekala2011-12-203-33/+60
| | | | | | | | | | | - Add INSTALLS_ICONS=yes PR: ports/162378 [1] Submitted by: arrowdodger <6yearold@gmail.com> [1] Approved by: maintainer Notes: svn path=/head/; revision=287752
* Update to 3.0.10.MANTANI Nobutaka2011-12-184-18/+22
| | | | Notes: svn path=/head/; revision=287596