aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=323129
* - Update to 1.2.3Martin Wilke2013-07-152-16/+19
| | | | | | | | PR: 180509 Submitted by: Ports Fury Notes: svn path=/head/; revision=323039
* I am taking maintainer role of this port.Soeren Straarup2013-07-111-5/+3
| | | | Notes: svn path=/head/; revision=322787
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* fix portname removed by mistakeBaptiste Daroussin2013-07-111-1/+1
| | | | | | | | Pointyhat to: bapt Reported by: "Matthew D. Fuller" <fullermd@over-yonder.net> Notes: svn path=/head/; revision=322755
* Mark job unsafe (fails with -j24)Baptiste Daroussin2013-07-111-8/+3
| | | | | | | Use options helpers Notes: svn path=/head/; revision=322744
* Update to 1.4.0Steven Kreuzer2013-07-102-3/+3
| | | | | | | | PR: ports/180410 Submitted by: Tommy Scheunemann <net@arrishq.net> Notes: svn path=/head/; revision=322715
* Mark job unsafeBaptiste Daroussin2013-07-101-7/+4
| | | | Notes: svn path=/head/; revision=322709
* - Update to the latest snapshot as of 20130625Alexey Dokuchaev2013-07-103-14/+9
| | | | | | | | | | - Enable DBUS option by default, it's likely present on most desktops - Remove no longer needed OpenGL compatibility hack (fixed upstream) - More broad usage of USES; sort some knobs while here - Use more common abbreviation of X Rendering Extension in pkg-descr Notes: svn path=/head/; revision=322595
* . More portlint petting (fix patch file names).Greg Lewis2013-07-078-0/+0
| | | | Notes: svn path=/head/; revision=322466
* . Update to 2.2.12.Greg Lewis2013-07-076-124/+82
| | | | | | | | | | . Pet portlint some: . Switch to new style header. . Use MASTER_SITE_AFTERSTEP. . s/file/f/ in .for loops. Notes: svn path=/head/; revision=322465
* Convert from USE_GMAKE to USES=gmakeEitan Adler2013-07-071-1/+1
| | | | Notes: svn path=/head/; revision=322442
* - convert USE_GMAKE to USES=gmakeJason Helfman2013-07-061-1/+1
| | | | Notes: svn path=/head/; revision=322360
* Convert to USES=gmakeBaptiste Daroussin2013-07-051-2/+1
| | | | Notes: svn path=/head/; revision=322325
* - remove now obsolete comment to imake macroDirk Meyer2013-07-031-1/+0
| | | | Notes: svn path=/head/; revision=322237
* Remove support for the non-default KDE3 option.Rene Ladan2013-07-021-9/+1
| | | | | | | | Leave KDE3 in pkg-plist (which is now just a comment) to ease any update to KDE4. Notes: svn path=/head/; revision=322169
* - Update to version 0.5.2; avoid double slashes in the build logs (butAlexey Dokuchaev2013-07-014-6/+7
| | | | | | | | | a few triple slashes still remain) - Adjust MASTER_SITES to avoid "301 Moved Permanently" error after the website was moved to http://herbstluftwm.org/ Notes: svn path=/head/; revision=322120
* Convert to USES=imakeBaptiste Daroussin2013-06-285-31/+15
| | | | | | | Trim headers Notes: svn path=/head/; revision=322010
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-285-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add compton, a compositor for X11, which was forked from Dana Jansens' forkAlexey Dokuchaev2013-06-257-0/+155
| | | | | | | | | | | | of xcompmgr, and then heavily refactored. WWW: https://github.com/chjj/compton PR: ports/176480 (substantially modified) Submitted by: Chi-Hung Chang Notes: svn path=/head/; revision=321749
* Readd PORTEPOCH removed by mistakeBaptiste Daroussin2013-06-251-0/+1
| | | | Notes: svn path=/head/; revision=321742
* Update to 0.1.17 [1]Baptiste Daroussin2013-06-255-30/+71
| | | | | | | | | Add a patch to prevent pekwm_screenshot.sh script to depend on bash Submitted by: Claes Nasten <me@pekdon.net> (upstream) [1] Notes: svn path=/head/; revision=321734
* Fix pkg-plistAntoine Brodin2013-06-241-1/+1
| | | | Notes: svn path=/head/; revision=321696
* - Add LICENSE [1]Beat Gaetzi2013-06-232-274/+277
| | | | | | | | | | | | | | | | - Remove the indefinite article from COMMENT [1,2] - Trim docs, use proper PORTDOCS= [1] - Add SYSTRAY Option [1] - Makefile cleanup [1] - Trim pkg-plist, remove PORTDOCS [1] - Introduce a new option PDFDOCS (rather then PDF) [2] - Sort options *_DESC [2] PR: ports/179170 [1], ports/179344 [2] Submitted by: nemysis <nemysis@gmx.ch> [1], bsam [2] Notes: svn path=/head/; revision=321627
* x11-wm/lxsession: fix NLS optionWilliam Grzybowski2013-06-212-31/+20
| | | | | | | | | | | - Fix NLS option [1] - Pass maintainership to submitter PR: ports/179698 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321469
* - fix broken commit r320732Dirk Meyer2013-06-211-1/+0
| | | | Notes: svn path=/head/; revision=321451
* - Don't remove directories not created by this portMartin Wilke2013-06-191-4/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321269
* - Don't remove directories not created by this portMartin Wilke2013-06-191-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321268
* - Fix i18n manpagesMartin Wilke2013-06-191-0/+4
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321258
* Send some ports back to the pool that I no longer have time forKris Moore2013-06-181-1/+1
| | | | Notes: svn path=/head/; revision=321199
* Better fix with clangBaptiste Daroussin2013-06-131-2/+1
| | | | | | | Submitted by: tijl Notes: svn path=/head/; revision=320732
* Fix build with clangBaptiste Daroussin2013-06-121-0/+4
| | | | Notes: svn path=/head/; revision=320708
* Fix build with clangBaptiste Daroussin2013-06-121-0/+2
| | | | Notes: svn path=/head/; revision=320702
* Add a patch to stop crashing on amd64.Raphael Kubo da Costa2013-06-112-1/+16
| | | | | | | | PR: ports/179179 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer) Notes: svn path=/head/; revision=320644
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-111-5/+3
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=320640
* - Fix build with gcc 4.6 or newerGrzegorz Blach2013-06-091-0/+11
| | | | | | | Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=320393
* - Add the shared library version number for polkit (from sysutils/policykit)Rene Ladan2013-06-091-1/+4
| | | | | | | | | | | | | to prevent matching "polkit" with "libpolkit-*" (from sysutils/polkit). This fixes package building with poudriere, which would otherwise always rebuild this port because it thought sysutils/polkit was a new dependency. - Bump PORTREVISION Discussed with: antoine, bapt Notes: svn path=/head/; revision=320384
* update lang/sbcl to 1.1.8, and adjust dependent portsBrendan Fabeny2013-06-061-1/+1
| | | | Notes: svn path=/head/; revision=320089
* - Remove debug CFLAGS introduced by my last commitPietro Cerutti2013-06-051-1/+0
| | | | Notes: svn path=/head/; revision=319999
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3Gabor Pali2013-06-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=319894
* - Update to 2.1.1William Grzybowski2013-05-293-9/+10
| | | | | | | | | | | | | | | | - Add LICENSE (GPLv2) - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Trim Makefile header Changes: wifi: add support for /usr/bin binary path README: usage examples are for awesome version 3.4 contrib: add buildbot monitoring widget Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=319367
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-259-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix underminated quoted stringBaptiste Daroussin2013-05-241-1/+1
| | | | Notes: svn path=/head/; revision=318986
* Do not try to remove directories not being created by the port/packageBaptiste Daroussin2013-05-241-5/+0
| | | | | | | | Reported by: pkg (PKG_DEVELOPER_MODE) Approved by: xfce (rene) Notes: svn path=/head/; revision=318982
* - Initialize variables to avoid giving incorrect valuesPietro Cerutti2013-05-231-11/+20
| | | | Notes: svn path=/head/; revision=318876
* Move x11-wm/transset-df to x11-wm/transset and change upstream toNiclas Zeising2013-05-206-32/+23
| | | | | | | | | | | | | | freedesktop.org. The freedesktop.org version now includes all patches by Daniel Forchheimer which were distributed as xtransset-df. Update this port to the latest version from freedesktop.org Bump PORTEPOCH to prevent versions going backwards. Trim makefile headers Transfer maintainership to x11@ [1] Approved by: miwi (current maintainer) [1] Notes: svn path=/head/; revision=318614
* - Update EFL libraries to 1.7.7Grzegorz Blach2013-05-182-3/+3
| | | | | | | | | - Update Enlightenment to 0.17.3 Approved by: crees (mentor) Notes: svn path=/head/; revision=318442
* - Update to 0.6William Grzybowski2013-05-183-10/+31
| | | | | | | | | | | | | - USE_GNOME for pygobject and pygtk2 [1] - Remove leading article from COMMENT Changes: https://github.com/qtile/qtile/blob/8b133d46/CHANGELOG Submitted by: rm (via email) [1] Approved by: culot (mentor) Notes: svn path=/head/; revision=318428
* Revert r318338 to unbreak INDEX.Raphael Kubo da Costa2013-05-165-0/+73
| | | | | | | | Even though libdockapp has long expired, it still has ports which depend on it. Notes: svn path=/head/; revision=318340
* Remove x11-wm/libdockapp, expired last year.Raphael Kubo da Costa2013-05-165-73/+0
| | | | | | | Abandonware, upstream disappeared. Notes: svn path=/head/; revision=318338