aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Convert some of my ports from USE_GMAKE to USES=gmake.Eitan Adler2013-07-061-1/+1
| | | | | | | The remainder have other pending patches which I must finish before conversion. Notes: svn path=/head/; revision=322403
* Update to 294Emanuel Haupt2013-07-062-3/+3
| | | | Notes: svn path=/head/; revision=322397
* - Convert to new USES gmake for my portsWilliam Grzybowski2013-07-051-2/+1
| | | | Notes: svn path=/head/; revision=322334
* Readd the USE_BZIP2 removed by mistakeBaptiste Daroussin2013-07-051-0/+1
| | | | | | | Submitted by: flo Notes: svn path=/head/; revision=322326
* Convert to USES=gmakeBaptiste Daroussin2013-07-051-2/+1
| | | | Notes: svn path=/head/; revision=322325
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-0410-40/+17
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* x11/fbpanel: minor fixesWilliam Grzybowski2013-07-042-18/+6
| | | | | | | | | | | | - Remove unnecessary PORTDCOS from pkg-plist - Mute mkdir - Trim desktop entry and replace command PR: ports/180112 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=322276
* x11/lxrandr: minor fixesWilliam Grzybowski2013-07-042-76/+98
| | | | | | | | | | | | | - Add LICENSE (GPLv2) - Add DOCS and NLS options - Use desktop-file-utils PR: ports/179793 Submitted by: nemysis <nemysis@gmx.ch> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=322272
* - update to 0.4.1Jason Helfman2013-07-044-23/+15
| | | | | | | | | | | | | - while here: - migrate ncurses dependency to USES framework - tighten comment - install correct LICENSE, as it differs from standard PR: 179997 Submitted by: kitche@kitchetech.com (maintainer) Notes: svn path=/head/; revision=322262
* x11/florence: fix run dependsWilliam Grzybowski2013-07-031-10/+7
| | | | | | | | | | | | - BUILD_DEPENDS is RUN_DEPENDS as well - Add DOCS option - Use OPTIONS_SUB PR: ports/180113 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=322227
* x11/libfm: preserve conf filesWilliam Grzybowski2013-07-031-12/+7
| | | | | | | | | | | - Fix preservation of conf files - Fix dependencies PR: ports/180110 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=322226
* x11/menu-cache: fix LXDE menu bugWilliam Grzybowski2013-07-032-1/+48
| | | | | | | | | | | - Fix LXDE menu bug (from upstream) - Change depenency to glib20 PR: ports/180132 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=322225
* Update to 1.7.2Niclas Zeising2013-07-0313-824/+3
| | | | | | | | | This release incorporates all security patches. Obtained from: xorg development repo Notes: svn path=/head/; revision=322220
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-0219-70/+123
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* Directly depend on qt4-corelib.Raphael Kubo da Costa2013-07-021-7/+3
| | | | | | | Original commit by makc@ in the area51 repository. Notes: svn path=/head/; revision=322184
* x11/yad: update to 0.22.0William Grzybowski2013-06-283-3/+4
| | | | | | | | | | - Update to 0.22.0 PR: ports/180039 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Notes: svn path=/head/; revision=322015
* Convert to USES=imakeBaptiste Daroussin2013-06-281-6/+2
| | | | | | | Trim header Notes: svn path=/head/; revision=322009
* Convert to USES=imakeBaptiste Daroussin2013-06-2830-182/+63
| | | | | | | | | Trim headers Convert emu to USES=display Remove indefinite article Notes: svn path=/head/; revision=322008
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-2819-76/+45
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Update to 1.1.1Niclas Zeising2013-06-262-7/+3
| | | | | | | | PR: ports/168645 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=321804
* Update to 1.0.9Niclas Zeising2013-06-232-3/+3
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=321625
* x11/libfm: minor fixesWilliam Grzybowski2013-06-223-36/+44
| | | | | | | | | | | | | - Fix NLS option [1] - Preserve .conf files [1] - Pass maintainership to submitter [1] - Fix pkg-plist and install of .conf PR: ports/179703 [1] Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321568
* Update the PyQt ports.Raphael Kubo da Costa2013-06-211-1/+1
| | | | | | | | | - SIP has been upgraded to 4.14.7. - PyQt4 has been upgraded to 4.10.2. - QScintilla2 has been upgraded to 2.7.2. Notes: svn path=/head/; revision=321498
* - Deprecate for removal on 2013-08-04, depends on expired x11-wm/libdockappRene Ladan2013-06-211-5/+4
| | | | | | | | | | | - Update Makefile header PR: ports/179296 Submitted by: myself Approved by: maintainer timeout (hemi@puresimplicity.net, 14 days) Notes: svn path=/head/; revision=321484
* x11/lxde-meta: fix pkg-descr WWWWilliam Grzybowski2013-06-212-8/+4
| | | | | | | | | | | | | - Fix extra spaces in WWW pkg-descr [1] - Trim Makefile header [1] - Remove leading "The" in COMMENT - Pass maintainership to submitter PR: ports/179702 [1] Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321471
* x11/lxmenu-data: minor fixesWilliam Grzybowski2013-06-211-9/+22
| | | | | | | | | | | | | | - Add LICENSE (GPLv2) [1] - Trim Makefile header [1] - Install docs [1] - Add DOCS to options - Pass maintainership to submitter PR: ports/179706 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321470
* Update to 0.30.0Niclas Zeising2013-06-212-3/+3
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=321463
* ARandR is designed to provide a simple visual front end for XRandR. RelativeSofian Brabez2013-06-215-0/+139
| | | | | | | | | | monitor positions are shown graphically and can be changed in a drag-and-drop way. WWW: http://christian.amsuess.com/tools/arandr/ Notes: svn path=/head/; revision=321452
* x11/lxpanel: minor fixesWilliam Grzybowski2013-06-202-102/+99
| | | | | | | | | | | | - Add LICENSE (GPLv2 MIT) - Add DOCS option - Fix NLS option PR: ports/179712 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321432
* x11/florence: update to 0.6.0William Grzybowski2013-06-205-40/+97
| | | | | | | | | | | | | | | | | | - Update to 0.6.0 - Add LICENSE (GPLv2 GFDL) - New world order USES: pathfix, desktop-file-utils - Add DOCS, man and NLS - Better pkg-descr - Pass maintainership to submitter Changes: http://sourceforge.net/p/florence/news/2012/10/florence-060-released/ PR: ports/179734 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321422
* x11/menu-cache: update to 0.4.1William Grzybowski2013-06-207-71/+18
| | | | | | | | | | | | | - Update to 0.4.1 [1] - Trim Makefile header [1] - Pass maintainership to submitter [1] - Bump PORTREVISION of dependent ports PR: ports/179711 [1] Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321401
* - Unbreak buildMartin Wilke2013-06-201-1/+1
| | | | Notes: svn path=/head/; revision=321347
* x11/lxpanel: fix build with clangWilliam Grzybowski2013-06-181-2/+3
| | | | | | | | | | | - Fix build with clang, -Wno-return-type, gnu89 - Take maintainership Reported by: Kenta Suzumoto <kentas@hush.com> Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=321204
* Send some ports back to the pool that I no longer have time forKris Moore2013-06-186-6/+6
| | | | Notes: svn path=/head/; revision=321199
* Yelp has a MimeType line in its share/applications desktop file so addKoop Mast2013-06-172-5/+2
| | | | | | | | | | | | | USES=desktop-file-utils. Remove Custom G_CHARSET_ALIAS since charset.alias now lives where ports expect it to be. And remove shared-mime-info commands from plist, the only mime yelp uses is mime type of files that it gets via glib. Bump portrevision. Notes: svn path=/head/; revision=321145
* - Fix build on -currentMartin Wilke2013-06-173-21/+40
| | | | | | | | | | | - Add MAKE_JOBS_UNSAFE - Trim header PR: 179578 Submitted by: ports fury Notes: svn path=/head/; revision=321120
* Use the new USES=display:buildBaptiste Daroussin2013-06-141-5/+4
| | | | | | | While here fix build with recent clang Notes: svn path=/head/; revision=320907
* - Correct dirctory removalMartin Wilke2013-06-141-0/+1
| | | | Notes: svn path=/head/; revision=320900
* - Add missing dependencyMartin Wilke2013-06-141-0/+1
| | | | | | | Reported by: pkg (DEV_MODE) Notes: svn path=/head/; revision=320897
* Update to 1.0.8Niclas Zeising2013-06-143-170/+3
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=320896
* Update to 0.9.8Niclas Zeising2013-06-144-188/+3
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=320895
* - Do not remove directories not created by this portMartin Wilke2013-06-141-1/+0
| | | | Notes: svn path=/head/; revision=320872
* - Fix build with new site_perlAndrej Zverev2013-06-121-1/+1
| | | | | | | Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=320709
* - Fix i18 manpagesMartin Wilke2013-06-121-0/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320691
* - Fix i18n manpagesMartin Wilke2013-06-121-0/+38
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320687
* - Update to version 3.16Pawel Pekala2013-06-122-18/+6
| | | | | | | | - Cleanup dependencies = Switch to USES=pathfix Notes: svn path=/head/; revision=320673
* Meta port for all Ruby Gnome2 GemsSteve Wills2013-06-093-0/+36
| | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ Notes: svn path=/head/; revision=320401
* - This port needs to install with setuid bitWilliam Grzybowski2013-06-091-0/+2
| | | | | | | | | PR: ports/177347 Submitted by: Klaus Aehlig <aehlig@linta.de> Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320334
* - Re-enable UPnP on build time, we have a run time check for it.Alberto Villa2013-06-071-0/+1
| | | | Notes: svn path=/head/; revision=320193
* - Add a workaround to fix a crash on exit() on FreeBSD 10.Alberto Villa2013-06-071-2/+10
| | | | Notes: svn path=/head/; revision=320192