aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/awesome/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Update x11-wm/awesome to 4.2Renato Botelho2017-07-251-1/+1
| | | | | | | | PR: 220960 Submitted by: Tomoya Tabuchi <t@tomoyat1.com> Notes: svn path=/head/; revision=446579
* - Introduce MANPAGES option to control whether manual pages are builtAlexey Dokuchaev2017-06-051-8/+10
| | | | | | | | | | | | | (make/leave it on by default) - Remove DBUS_CMAKE_ON=-DWITH_DBUS=ON: it's already ON by default (set in awesomeConfig.cmake) so it's not needed and just raises questions - DBUS_CMAKE_OFF: specify variable type (BOOL) as done everywhere else in the ports Approved by: garga (maintainer) Notes: svn path=/head/; revision=442622
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-201-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441320
* Fix CONFLICTS_INSTALL variables to contain packages names instead ofPawel Pekala2017-05-181-1/+1
| | | | | | | | | | | | ports origins. While origins work fine this is against what Porter's Handbook advises. PR: 219389 Submitted by: myself Approved by: garga (maintainer) Notes: svn path=/head/; revision=441201
* - Update x11-wm/awesome to 4.1Renato Botelho2017-04-111-23/+22
| | | | | | | | | | | | | - Create x11-wm/awesome3 for users who want to keep running 3.5.x because API is not backward compatible - Add UPDATING note - Set EXPIRATION_DATE on x11-wm/awesome3 to 6 months, it's enough time for users to convert configuration files to 4.x Differential Revision: https://reviews.freebsd.org/D10341 Notes: svn path=/head/; revision=438295
* Update x11-wm/awesome to 3.5.9Renato Botelho2016-06-111-2/+2
| | | | | | | Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=416732
* - Clarify LICENSEDmitry Marakasov2016-05-291-1/+2
| | | | | | | | | | - Add LICENSE_FILE - Update WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=416104
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Update x11-wm/awesome to 3.5.8Renato Botelho2016-02-011-21/+21
| | | | Notes: svn path=/head/; revision=407706
* Switch ports depending on docbook* through a directory name to a package name,Antoine Brodin2015-01-231-1/+1
| | | | | | | as a directory name can't be attributed to a package Notes: svn path=/head/; revision=377770
* Update to 3.5.6Renato Botelho2015-01-121-2/+1
| | | | Notes: svn path=/head/; revision=376832
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-3/+3
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* USES=execinfoBaptiste Daroussin2014-08-051-3/+2
| | | | Notes: svn path=/head/; revision=364075
* Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent portsTijl Coosemans2014-07-011-2/+2
| | | | Notes: svn path=/head/; revision=360080
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Update to 3.5.5Renato Botelho2014-04-111-1/+1
| | | | Notes: svn path=/head/; revision=350922
* Update to 3.5.4Renato Botelho2014-04-021-1/+1
| | | | Notes: svn path=/head/; revision=349912
* Update to 3.5.3Renato Botelho2014-03-301-4/+2
| | | | Notes: svn path=/head/; revision=349604
* Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-191-2/+2
| | | | | | | | Submitted by: hrs (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345097
* Chase docbook cleanup dependencies.Mathieu Arnold2014-02-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344900
* Update lua-lgi to 0.7.2Baptiste Daroussin2014-01-101-6/+8
| | | | | | | | Port to lua 5.2 Port awesome to lua 5.2 (use pkgconfig to properly figure out how to build with lua 5.2) Notes: svn path=/head/; revision=339364
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* . Simplify MakefileRenato Botelho2013-10-311-14/+6
| | | | | | | | . Add missing dependency: gdkpixbuf2 . Bump PORTREVISION Notes: svn path=/head/; revision=332333
* - Update to 3.5.2Renato Botelho2013-10-131-9/+2
| | | | | | | - Support staging Notes: svn path=/head/; revision=330217
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing! Notes: svn path=/head/; revision=328711
* Import a bunch of iconv fixes.Guido Falsi2013-09-271-0/+1
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328492
* Update LIB_DEPENDS syntax on my ports and silent make check-makefileRenato Botelho2013-09-241-11/+11
| | | | Notes: svn path=/head/; revision=328166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* Add explicit dependency on pkgconfBaptiste Daroussin2013-08-311-1/+1
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325761
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Fix pkg-plist again, now it seems to be fine.Renato Botelho2013-04-251-1/+1
| | | | Notes: svn path=/head/; revision=316525
* - Fix PLISTRenato Botelho2013-04-251-0/+1
| | | | | | | | | - Bump PORTREVISION Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> Notes: svn path=/head/; revision=316512
* Update to 3.5.1Renato Botelho2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316389
* Fix plistRenato Botelho2013-03-261-0/+1
| | | | | | | | PR: ports/177385 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=315273
* Now devel/lua-lgi is fixed, update awesome to 3.5 againRenato Botelho2013-03-251-18/+13
| | | | Notes: svn path=/head/; revision=315211
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Downgrade awesome to 3.4.x while devel/lua-lgi is brokenRenato Botelho2013-03-131-14/+19
| | | | Notes: svn path=/head/; revision=314114
* - Fix lua-lgi dependencyRenato Botelho2013-03-111-5/+5
| | | | | | | | | - Fix export-dynamic linker param [1] Submitted by: green dog <fiziologus@gmail.com> [1] Notes: svn path=/head/; revision=313874
* - Add missing dependency lua-lgiRenato Botelho2013-03-101-1/+4
| | | | | | | | | - Add more man languages it and ru Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=313839
* Update to 3.5Renato Botelho2013-03-081-17/+10
| | | | Notes: svn path=/head/; revision=313665
* Update to 3.4.15Renato Botelho2013-02-111-1/+1
| | | | Notes: svn path=/head/; revision=312073
* Update to 3.4.14Renato Botelho2013-01-041-3/+2
| | | | Notes: svn path=/head/; revision=309914
* - Update x11/libxdg-basedir to 1.2.0 [1]Pawel Pekala2012-12-301-1/+1
| | | | | | | | | | | | - Update maintainer's email - Remove leading article from COMMENT - Bump affected ports PR: ports/174676 [1] Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) Notes: svn path=/head/; revision=309689
* - Update xcb-util to 0.3.9Renato Botelho2012-12-101-0/+1
| | | | | | | | | | - Update xcb-util-wm to 0.3.9 - Update xcb-util-keysyms to 0.3.9 - Update xcb-util-image to 0.3.9 - Bump PORTREVISION on dependant ports Notes: svn path=/head/; revision=308628
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsRenato Botelho2012-08-031-2/+2
| | | | Notes: svn path=/head/; revision=301957