aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/awesome
Commit message (Collapse)AuthorAgeFilesLines
* USES=lua gained flavors.Mathieu Arnold2020-04-141-2/+2
| | | | | | | | | | | | | | | | | | Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494 Notes: svn path=/head/; revision=531700
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+2
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* x11-wm/awesome: Fix build when multiple Lua versions are installedDanilo G. Baio2019-07-301-1/+2
| | | | | | | Reported by: Alan Braslau (email) Notes: svn path=/head/; revision=507686
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* x11-wm/awesome: Update to 4.3Danilo G. Baio2019-02-123-36/+40
| | | | | | | Changelog: https://github.com/awesomeWM/awesome/releases/tag/v4.3 Notes: svn path=/head/; revision=492815
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=484640
* x11-wm/awesome: Fix build with GCC-based architecturesDanilo G. Baio2018-11-021-4/+2
| | | | | | | | | | | | | | | This port requires C11-aware compiler. Add USES=compiler:c11 to fix build on GCC architectures. Take MAINTAINER'ship. PR: 232855 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1] Approved by: garga (maintainer, IRC) Sponsored by: IntegriCloud [1] Notes: svn path=/head/; revision=483802
* 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-253-4/+10
| | | | | | | | 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-052-26/+28
| | | | | | | | | | | | | (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-115-147/+174
| | | | | | | | | | | | | - 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-112-4/+5
| | | | | | | Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=416732
* - Clarify LICENSEDmitry Marakasov2016-05-292-3/+3
| | | | | | | | | | - 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-014-32/+32
| | | | 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-123-45/+3
| | | | 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
* - Fix Q/A testsMartin Wilke2014-06-291-1/+0
| | | | Notes: svn path=/head/; revision=359738
* 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-112-3/+3
| | | | Notes: svn path=/head/; revision=350922
* Update to 3.5.4Renato Botelho2014-04-022-3/+3
| | | | Notes: svn path=/head/; revision=349912
* Update to 3.5.3Renato Botelho2014-03-302-6/+4
| | | | 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
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* 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-133-11/+22
| | | | | | | - 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
* Remove duplicated dirrmRenato Botelho2013-04-261-1/+0
| | | | Notes: svn path=/head/; revision=316602
* Fix pkg-plist again, now it seems to be fine.Renato Botelho2013-04-252-2/+1
| | | | Notes: svn path=/head/; revision=316525
* - Fix PLISTRenato Botelho2013-04-252-0/+2
| | | | | | | | | - Bump PORTREVISION Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> Notes: svn path=/head/; revision=316512
* Update to 3.5.1Renato Botelho2013-04-232-4/+3
| | | | Notes: svn path=/head/; revision=316389
* Fix plistRenato Botelho2013-03-262-0/+7
| | | | | | | | PR: ports/177385 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=315273