aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:rene2018-09-215-95/+0
| | | | 2018-09-20 x11-wm/swm: upstream no longer maintained, the screen turns black after starting swm
* Bump PORTREVISION for changed CFLAGSemaste2018-09-191-1/+1
| | | | | | | | | | | I adjusted CFLAGS in several ports to allow linking with lld on i386 but missed the corresponding PORTREVISION bump. Related commits: r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068 Reported by: antoine Approved by: antoine
* x11-wm/emerald: Add missing dependenciesswills2018-09-191-5/+16
| | | | | | | | While here, add license, NLS option and bump PORTREVISION PR: 230918 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)
* x11-wm/golem: add -fPIC on i386, to allow linking with lldemaste2018-09-191-0/+1
| | | | | | | | By default lld does not allow non-PIC code where PIC is required. Other architectures already apply -fPIC; do so for i386 as well. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation
* x11-wm/compizconfig-backend-gconf: Add missing dependenciesswills2018-09-191-7/+11
| | | | | | | | While here, add LICENSE and pet portlint PR: 230914 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)
* x11-wm/compizconfig-python: Add missing dependenciesswills2018-09-191-2/+7
| | | | | | | | While here, add LICENSE and pet portlint PR: 230912 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)
* x11-wm/compiz-plugins-unsupported: Add missing dependenciesswills2018-09-191-5/+15
| | | | | | | | While here, add license, NLS option and bump PORTREVISION PR: 230911 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)
* x11-wm/compiz-plugins-main: Add missing dependenciesswills2018-09-191-6/+16
| | | | | | | | While here, add LICENSE, NLS option and bump PORTREVISION PR: 230865 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: maintianer timeout (freebsd-ports@dan.me.uk, >3 weeks)
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-09-171-1/+1
|
* Change x11/xorgproto to become a build depzeising2018-09-1212-12/+12
| | | | | | | | | | | | | | | 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
* x11-wm/e16: fix build which assumed dlopen is in libdlgahr2018-09-111-1/+2
|
* x11-wm/e16 - update to 1.0.19gahr2018-09-103-11/+14
| | | | | | | Add option to build with PANGO support for text rendering. Fix NLS with non-default prefix. Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.19
* Add EXAMPLES options to ports that should have one.mat2018-09-101-1/+1
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Add DOCS options to ports that should have one.mat2018-09-104-1/+7
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* x11-wm/spectrwm: Update to 3.2.0zeising2018-09-083-42/+10
| | | | | | Adjust CFLAGS to more closely match upstream. Changelog: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_2_0
* x11-wm/i3: Add CONFLICTS_INSTALL=i3-gapsyuri2018-08-311-0/+2
| | | | | | | x11-wm/i3-gaps was added today. PR: 230266 Submitted by: Dmitri Goutnik <dg@syrec.org>
* New port: x11-wm/i3-gaps: Fork of i3 tiling window manager with more ↵yuri2018-08-315-0/+102
| | | | | | | features, including gaps PR: 230265 Submitted by: Dmitri Goutnik <dg@syrec.org>
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-08-301-1/+1
|
* Update to 0.22.4gblach2018-08-302-4/+4
|
* x11-wm/ctwm: update to 4.0.2fernape2018-08-273-5/+5
| | | | | | | | | Also switch from PORTVERSION to DISTVERSION PR: 230901 Submitted by: fullermd@over-yonder.net (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16909
* x11-wm/pekwm: Unbreak with Clang 6tobik2018-08-261-1/+3
| | | | | | | | | | | | | ActionHandler.cc:603:10: error: case value evaluates to 4294967291, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case WORKSPACE_UP: ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p474051_s336054/logs/pekwm-0.1.17_4,1.log PR: 230889 Submitted by: tobik Approved by: Natacha Porté <natbsd@instinctive.eu> (maintainer)
* x11-wm/jewel: Fix build with Clang 6tobik2018-08-251-1/+5
| | | | | | | | | | | | | | windowmanager.cc:1929:24: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned long') in initializer list [-Wc++11-narrowing] CARD32 geometry[] = { xres, yres }; ^~~~ windowmanager.cc:1929:24: note: insert an explicit cast to silence this issue CARD32 geometry[] = { xres, yres }; ^~~~ static_cast<CARD32>( ) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/jewel-0.12.41_4.log - Make sure the build respects CXXFLAGS
* x11-wm/obpager: Fix build with Clang 6tobik2018-08-251-1/+4
| | | | | | | | | | | | | | | src/OBPager.cc:937:19: error: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing] char text[2] = { (mDesktopNum % 9) + '1', '\0' }; ^~~~~~~~~~~~~~~~~~~~~~~ src/OBPager.cc:937:19: note: insert an explicit cast to silence this issue char text[2] = { (mDesktopNum % 9) + '1', '\0' }; ^~~~~~~~~~~~~~~~~~~~~~~ static_cast<char>( ) 1 error generated. http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/obpager-1.8.log - Make sure the build respects CXXFLAGS
* Add option to disable esound appletgblach2018-08-202-7/+13
| | | | | PR: 230709 Submitted by: tobik
* x11-wm/herbstluftwm: update to 0.7.1swills2018-08-163-15/+14
| | | | | PR: 230495 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-08-141-1/+1
|
* x11-wm/blackbox: Fix build with Clang 6, Fix TOOLS_ONLY optionkoobs2018-08-0911-57/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang 6 (on 12-CURRENT) reports the following error during build: EWMH.cc:250:7: error: non-constant-expression cannot be narrowed from type 'long' to 'unsigned long' in initializer list [-Wc++11-narrowing] { static_cast<long>(x), static_cast<long>(y) }; ^~~~~~~~~~~~~~~~~~~~ There was also a bug introduced 4 years ago which removed the MAN1 variable a later INSTALL_MAN macro relied on [1]. This caused a build/install failure when the TOOLS_ONLY option was enabled. This change fixes those two issues. While I'm here level up port compliance: - Add LICENSE_FILE - Convert to OPTIONS helpers - Regenerate patches [1] http://svnweb.freebsd.org/changeset/ports/346174 [2] https://lists.freebsd.org/pipermail/freebsd-ports/2018-August/114039.html PR: 226708 Submitted by: <Trond Endrestol ximalas info> (Clang 6 fix) Approved by: Andrew J. Caines <A J Caines halplant com> (technically) Approved by: portmgr (implicit, build fixes, framework compliance) Reported by: Erich Dollansky <freebsd ed lists sumeritec com> [2] MFH: 2018Q3
* devel/libconfig: update to 1.7.2fernape2018-08-071-1/+1
| | | | | | | | | | | | * Change to USE_GH * Bump PORTREVISION of dependant ports. Committing after maintainer timeout PR: 229961 Submitted by: che@bein.link Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16442
* New port x11-wm/lxqt-paneljsm2018-08-037-0/+129
| | | | | | PR: 229297 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16542
* x11-wm/dwm: Fix a typo in an option's description0mp2018-08-011-1/+1
| | | | | | Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16539
* Switch to xorgproto instead of individual packageszeising2018-08-0111-18/+22
| | | | | | | | | | | | | | | | | | 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
* With the modular Xfce Panel, a multitude of panel layouts can bemadpilot2018-07-316-0/+92
| | | | | | | created. This tool makes it possible to backup, restore, import, and export these panel layouts. WWW: https://git.xfce.org/apps/xfce4-panel-profiles/about/
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-306-4/+6
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* - Update xfce4-wm to 4.12.5madpilot2018-07-304-9/+8
| | | | | | - Remove unneeded USE_LDCONFIG - Regenerate patch - Update project home page to https
* x11-wm/compiz-plugins-extra: fix crashes when using animationpi2018-07-291-1/+2
| | | | | | | | | | | | | | - source headers animation-internal.h (from x11-wm/compiz-plugins-main) and animationaddon.h (from x11-wm/compiz-plugins-extra) include compiz-animation.h which uses gnu89 inline semantics. - x11-wm/compiz-plugins-main is built with -std=gnu89 whereas x11-wm/compiz-plugins-extra is not. This why main animations work properly whereas extra animations do not. PR: 217731 Reported by: andy@neu.net Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: freebsd-ports@dan.me.uk (maintainer timeout)
* x11-wm/dwm: New option, which adds st and dmenu to runtime dependencies0mp2018-07-202-12/+8
| | | | | | | | | | | | | | | | | This patch adds an option to the dwm port, which makes x11/dmenu and x11/sterm be runtime dependencies of dwm. The option is enabled by default so that it's useful to users depending on pkg. While here: - Remove unused PATCH_SITES. - Silence STRIP_CMD. - Remove now outdated pkg-message. PR: 227966 Reported by: wkoszek Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16358
* x11-wm/swm: Mark broken and deprecated0mp2018-07-201-0/+4
| | | | | | | PR: 227731 Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16360
* Suggest using sysrc instead of hand-editing filescrees2018-07-141-6/+6
| | | | Submitted by: Chris Petrik
* Remove dependencies on lang/python3.mat2018-07-131-7/+4
| | | | Sponsored by: Absolight
* Update x11-wm/wmconfig to 1.5.1garga2018-07-122-3/+4
|
* Mark as brokengblach2018-07-111-0/+2
|
* devel/py-efl:gblach2018-07-105-20/+29
| | | | | | | | | | | | | | | | | | | - Update to 1.20.0 multimedia/rage: - Update to 0.3.0 - Switch to meson x11/terminology: - Update to 1.2.1 - Switch to meson x11-wm/enlightenment: - Update to 0.22.3 [1] - Fix typo in pkg-message [2] PR: 224105 [1], 226569 [2] Submitted by: Nils Beyer [1], Chris Petrik [2]
* Mark these ports as broken on aarch64, and, where appropriate, armvX.linimon2018-07-071-0/+2
| | | | | | While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket)
* Mark ports broken on mips64 that are already broken on powerpc64. Inlinimon2018-07-021-0/+1
| | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc In ghc-pkgs.txt, check and remove all the packages that have been moved on the update, then use this command: # pkg install -y `cat ghc-pkgs.txt` Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16038
* fvwm-menu-desktop-config.fpl fails to detect any python3 unlesscy2018-06-301-2/+6
| | | | | | $LOCALBASE/bin/python3 is installed. Address the issue. PR: 229227
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-06-291-0/+1
|
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-293-5/+6
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* Use PY_FLAVOR for dependencies.mat2018-06-214-6/+6
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Mark ports broken on powerpc64, categories o-z.linimon2018-06-181-0/+2
| | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
* x11-wm/icewm: Fix build with Clang 6tobik2018-06-162-6/+19
| | | | | | | | | | | While here - Fix license - Add missing dependencies PR: 228317 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (based on) Kudos to: krion (for patiently test building many iterations of it)
* Update 2.6.7 --> 2.6.8cy2018-06-134-15/+16
| | | | PR: 228976
* Mark as broken on powerpc64.linimon2018-06-081-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* x11-wm/stumpwm: Update to version 18.05jrm2018-06-032-6/+4
|
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-05-291-1/+1
|
* Update lang/ghc 8.4.2 and the hs-* ports the newer versionstcberner2018-05-264-4/+160
| | | | | | | | | | | | | | * Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
* x11-wm/xcompmgr: Add patch to fix shadow renderingzeising2018-05-202-1/+30
| | | | | | | | | | | | The patch has been laying in upstream bugzilla for quite some time, but is used on some linux distribution packages, such as debian packages. While here, add missing dependency on xext. PR: 182002 Submitted by: Brandon Gooch Obtained from: https://bugs.freedesktop.org/show_bug.cgi?id=46285 (patch) MFH: 2018Q2
* x11-wm/cwm: Update to 6.3tobik2018-05-152-8/+5
| | | | Changes: https://github.com/chneukirchen/cwm/blob/v6.3/README
* x11-wm/dwm: Add option to enable volume control keys [0]tobik2018-05-113-12/+40
| | | | | | | | | | | | - Assign to 0mp [1]. The current maintainer hasn't responded to PRs since 2012. - While here rename SUPERASMODKEY patch for consistency with the new volume keys patch - Fix variable order PR: 226924 [0], 226929 [1] Submitted by: Ashish Gupta <ashmew2@gmail.com> [0], 0mp [1] Approved by: maintainer timeouts
* x11-wm/fluxbox: x11-wm/fluxbox: apply upstream patch for multiple bugsasomers2018-05-115-1/+67
| | | | | | | | | | | | | | Fixes upstream bugs 1058, 1102, 1111, and 1140. Fluxbox hasn't made a release for 3 years, so we should stop waiting and patch our ports tree. https://github.com/fluxbox/fluxbox/commit/dcdde4d32c93d01df205bc06d7dfcbd356be031f https://sourceforge.net/p/fluxbox/bugs/1140/ https://sourceforge.net/p/fluxbox/bugs/1111/ https://sourceforge.net/p/fluxbox/bugs/1102/ https://sourceforge.net/p/fluxbox/bugs/1058/ PR: 227792 Approved by: maintainer timeout (jgh)
* x11-wm/transset: Update to 1.0.2zeising2018-05-102-4/+4
| | | | | | | Summary of changes: * Autoconf cleanup * Fix signed/unsigned warnings * Misc other code fixes
* x11-wm/twm: update to 1.0.10zeising2018-05-102-4/+5
| | | | | | | | | Add missing dependencies Summary of changes: * Autoconf fixes * Constification * Misc. code fixes
* Remove left-over PKGMESSAGE assignment (should've been part of r345836).danfe2018-05-051-2/+0
|
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-05-041-1/+1
|
* Update KDE Plasma Desktop to 5.12.5tcberner2018-05-043-6/+8
| | | | Submitted by: lwhsu
* Update to upstream version 0.9.5riggs2018-04-294-98/+63
| | | | | | | | | | | | Details: - Introduce CONTRIB OPTION - USES localbase:ldflags - Have port Makefile manage installation due to problematic upstream install target PR: 227105 Submitted by: gor@clogic.com.ua (maintainer) MFH: 2018Q2
* Import the KDE Plasma5 portstcberner2018-04-2810-0/+1487
| | | | | | | | | | | | | | | | | This is an import of the Plasma5 ports that we have had in the development repository for quite some time now. Please note: * Plasma5 cannot be installed at the same time as KDE SC4. * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file. * To start plasma5, it is recommended to use something like exec ck-launch-session startkde * Powermanagement and such is not working :-) I would like to thank all the people that have helped test it in the past years. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D15096
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade in 467751jrm2018-04-201-1/+1
| | | | | While here, also remove '# Created by: Anonymous' line from x11/cl-clx-sbcl/Makefile.
* Updating MATE ports to and patch for MATE 1.20ericbsd2018-04-143-4/+14
| | | | | Reviewed by: kwm Approved by: bapt (mentor)
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-04-011-1/+1
|
* Fix build on armvX.linimon2018-03-291-0/+11
| | | | | | PR: 226389 Submitted by: mikael.urankar Approved by: maintainer timeout (2 weeks)
* Take maintenership for wmii and wmii-develrodrigo2018-03-282-2/+2
|
* Update to 4.15bapt2018-03-213-32/+4
|
* - Add LICENSEamdmi32018-03-172-4/+5
| | | | | | | - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
* - Pet portlintamdmi32018-03-091-1/+1
| | | | | | - Update WWW Approved by: portmgr blanket
* - Add LICENSEamdmi32018-03-082-2/+5
| | | | | | - Update WWW Approved by: portmgr blanket
* Reset MAINTAINER of flz's ports by his requesttobik2018-03-061-1/+1
| | | | PR: 195339
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-03-051-1/+1
|
* Fix build on 11 and later with c++ compilers by default in c++11 moderiggs2018-03-032-1/+12
| | | | | | PR: 226213 Submitted by: portmaster@bsdforge.com (maintainer) MFH: 2018Q1 (ports-secteam build fix blanket)
* Update libwraster to 0.95.8 and make x11-wm/windowmakerhrs2018-02-285-13/+12
| | | | depend on the correct version.
* Maintainer reset for e-mails in domains without MX recordsyuri2018-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15 ports are affected. $ dig absoludicrous.com MX | grep MX ; <<>> DiG 9.12.0 <<>> absoludicrous.com MX ;absoludicrous.com. IN MX $ dig bsdforfe.com MX | grep MX ; <<>> DiG 9.12.0 <<>> bsdforfe.com MX ;bsdforfe.com. IN MX $ dig vmailbox.org MX | grep MX ; <<>> DiG 9.12.0 <<>> vmailbox.org MX ;vmailbox.org. IN MX $ dig virgaria.org MX | grep MX ; <<>> DiG 9.12.0 <<>> virgaria.org MX ;virgaria.org. IN MX $ dig vereshagin.org MX | grep MX ; <<>> DiG 9.12.0 <<>> vereshagin.org MX ;vereshagin.org. IN MX $ dig sucked-in.com MX | grep MX ; <<>> DiG 9.12.0 <<>> sucked-in.com MX ;sucked-in.com. IN MX $ dig pkix.net MX | grep MX ; <<>> DiG 9.12.0 <<>> pkix.net MX ;pkix.net. IN MX $ dig michael-fauste.de MX | grep MX ; <<>> DiG 9.12.0 <<>> michael-fauste.de MX ;michael-fauste.de. IN MX Approved by: tcberner (mentor, implicit)
* Reset MAINTAINERtobik2018-02-221-1/+1
| | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112638.html Submitted by: net@arrishq.net (maintainer)
* Reduce dependency on the python2 metaportantoine2018-02-193-5/+6
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Switch C compiler used to compile GHC to base Clang.tcberner2018-02-102-3/+3
| | | | | | | | | | | | This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
* x11-wm/stumpwm: Bump PORTREVISION after x11/cl-clx-sbcl updatejrm2018-02-051-1/+1
|
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-02-011-1/+1
|
* Add a configuration knob to allow the usage of the super key instead of altzeising2018-01-312-2/+19
| | | | | | | | | | as modifier. Strip binary, fix whitespace. PR: 225227 Submitted by: Mateusz Piotrowski Approved by: maintainer timeout (2 weeks)
* - Update WWWamdmi32018-01-281-1/+1
|
* - Respect CXXFLAGSdanfe2018-01-261-5/+3
| | | | - Unbreak and undeprecate (chase libsigc++20 update)
* x11-wm/opebox: include some third party patchesnovel2018-01-217-2/+236
| | | | | | | | | - Include 3rd party patches from https://github.com/dylanaraps/openbox-patched. These include support for rounded corners and some bugfixes. They could be enabled using the new PATCHES option, which is off by default; - Use INSTALL_TARGET=install-strip to strip binaries as detected by stage-qa.
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-01-081-1/+1
|
* x11-wm/plank: Update to 0.11.4woodsb022017-12-284-8/+9
| | | | | Changes this release: https://launchpad.net/plank/1.0/0.11.4
* Deprecate ports broken for more than 6 monthsantoine2017-12-271-0/+2
|
* x11-wm/rubygem-uh-layout: update to 0.5.2swills2017-12-252-4/+4
| | | | | PR: 224559 Submitted by: Thibault Jouan <tj+freebsd_ports@a13.fr> (maintainer)
* cde builds fine with bdftopcf 1.1antoine2017-12-241-2/+0
|
* Mark BROKEN: fails to build after CVE-2017-16611 fix to libXfontantoine2017-12-231-0/+2
| | | | | | | | making all in programs/fontaliases/freebsd/C... /usr/local/bin/bdftopcf -t dtinfo.bdf -o dtinfo.pcf /usr/local/bin/bdftopcf: can't open bdf source file dtinfo.bdf Reported by: pkg-fallout
* USE_XZ was retired in April 2015antoine2017-12-201-1/+0
|
* - Update xfce4-panel to 4.12.2madpilot2017-12-143-15/+17
| | | | | - Perform some whitespace fixes and regenrate patch - Add PORTSCOUT limit
* - Switch to verbose buildamdmi32017-12-141-4/+4
| | | | Approved by: portmgr blanket
* x11-wm/cwm: Update to v6.2-9-ga0774f4tobik2017-12-122-4/+5
| | | | New feature: Snap windows to edges
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2017-12-111-1/+1
|
* Convert Python ports to FLAVORS.mat2017-11-306-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* Probably broken on armv7 like on armv6, but is currently blocked duringlinimon2017-11-291-0/+1
| | | | | | my test build. Leave a note for later. Approved by: portmgr (tier-2 blanket)
* Chase upgrade of lang/sbcljrm2017-11-151-0/+1
| | | | | | | | | All ports with SBCL fasl files must be rebuilt when the lang/sbcl package changes. Also, add a note to lang/sbcl/Makefile as a reminder of the required PORTREVISION bumps to prevent future breakage. Approved by: krion, olgeni Differential Revision: https://reviews.freebsd.org/D13087
* - Update WWWamdmi32017-10-291-1/+1
| | | | Approved by: portmgr blanket
* * Updated to 0.2.1ultima2017-10-232-5/+6
| | | | | PR: 223162 Submitted by: Thibault Jouan (maintainer)
* - Update WWWamdmi32017-10-221-1/+1
| | | | Approved by: portmgr blanket
* - Update WWWamdmi32017-10-211-1/+1
| | | | Approved by: portmgr blanket
* - Update WWWamdmi32017-10-191-1/+1
| | | | Approved by: portmgr blanket
* x11-wm/cwm: Update to 6.2tobik2017-10-182-6/+5
| | | | | | - Take maintainership PR: 223080
* - Reset MAINTAINER due to fatal email bouncezi2017-10-181-1/+1
|
* Fix out of bounds memory read when reading bar input.zeising2017-10-182-0/+33
| | | | | | | | | | Add patch from upstream git that fixes an out of bounds read and possible write if the bar action script returns a NULL as the first character. It is unclear if this can cause any security issues, but I feel it's prudent to fix the issue. MFH: 2017Q4
* - Update WWWamdmi32017-10-171-1/+1
| | | | Approved by: portmgr blanket
* Remove expired ports:rene2017-10-1412-514/+0
| | | | | x11-wm/awesome2: Awesome WM 2.x is deprecated use 4.x instead 2017-10-10 x11-wm/awesome3: Awesome WM 3.x is deprecated use 4.x instead
* Update to 0.21.10gblach2017-10-122-4/+4
|
* For ports that are explicitly enabled on armv6, also enable themlinimon2017-10-111-1/+1
| | | | | | | on armv7. This has not been tested with an -exp run but should "do no harm". PR: 221894 (partial)
* x11-wm/windowmaker: update 0.95.7 -> 0.95.8pi2017-10-0848-730/+10
| | | | | | | PR: 220058, 205040 Changes: http://repo.or.cz/wmaker-crm.git/blob/HEAD:/NEWS Submitted by: Marco Beishuizen <mbeis@xs4all.nl> Approved by: hrs (maintainer timeout)
* Use helpers to avoid extra inclusion of pre.mk/post.mkbapt2017-10-051-7/+3
|
* Use helpers to avoid including pre.mk and post.mkbapt2017-10-051-6/+6
|
* - Update MASTER_SITES for my portsak2017-10-051-1/+1
| | | | - Update WWW for jwasm
* Register a conflict with fvwm2.cy2017-10-051-0/+2
| | | | Reported by: rodrigo
* Properly register fvwm1 conflict.cy2017-10-051-1/+1
| | | | Reported by: rodrigo
* Update to 3.1.0zeising2017-10-054-13/+31
| | | | | | | | | | | | | | | | | | | | | Changelog: Add +R for region index to bar formatting. Add new bar_color_selected and bar_font_color_selected options. Add new 'ws_empty' action. Enable padding in the bar_format using '_' character Handle MappingNotify during startup. Reset SIGPIPE before execvp(). Correct size for WM_STATE This release also fixes a bunch of bugs, linux build and man page nits. FreeBSD specific changes: Thhe screenshot.sh script is now installed into the examples dir, instead of bin/. If you are using it, you need to update your configuration file. I've reworked the examples handling and hid all examoles behind the EXAMPLES knob (on by default). This is mostly some example configurations, but I also added the baraction.sh script which can be used to do fancier stuff with the status bar.
* x11-wm/cwm: Update to 5.6-201-g5a46349tobik2017-10-025-34/+25
| | | | | | | | | | | | | | | | | | A lot of things have changed for the better since version 5.6 in cwm, but upstream has stopped tagging new releases. This updates the port to use a more recent commit to match cwm in OpenBSD more closely. This is important because configuration options have changed which makes it harder to share config files between systems. While here - Fix license which appears to not be BSD 2-clause but the ISC license - Update WWW. The old site is gone. - Remove MASTER_SITES which wasn't really used Changes: https://github.com/chneukirchen/cwm/compare/v5.6...linux PR: 222423 Approved by: braakvaak@aol.com (maintainer timeout, 2 weeks)
* ImageMagick to 6.9.9-15.kwm2017-09-282-2/+2
| | | | | | | | | | | | | | * Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] * Add new option for RAW support * Fix portscout macro to only show 6.9.x versions Bump other ports for the shared library bumps in IM 6. PR: 222309 [1] Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
* x11-wm/i3: import patch from upstream, bump PORTREVISIONgahr2017-09-272-0/+28
| | | | | | The patch fixes https://github.com/i3/i3/issues/2846 Approved by: bapt (maintainer)
* Pet portlintbapt2017-09-251-3/+2
| | | | | PR: 222596 Submitted by: gahr
* Update to 4.14.1bapt2017-09-252-4/+4
|
* Unbreak after r450353antoine2017-09-241-30/+3
| | | | | Reported by: pkg-fallout With hat: portmgr
* Cleanup after removal of libexecinfo from ports.mat2017-09-225-14/+7
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Remove USES=execinfo.mat2017-09-225-5/+5
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* - Update devel/efl to 1.19.2 [1]gblach2017-09-212-4/+4
| | | | | | | | | | | - Update devel/py-efl to 1.19.0 [1] - Update x11-wm/enlightenment to 0.21.9 [2] - Update x11/terminology to 1.1.1 - Mark benchmarks/expedite as broken PR: 222462 [2] Submitted by: Gleb Popov [1], Hardy Schumacher [2] Differential Revision: https://reviews.freebsd.org/D12154 [1]
* - Update x11-wm/xfce4-desktop to 4.12.4madpilot2017-09-182-12/+14
| | | | | | | | - Adjust dependencies (reported by QA script) - Silence USES portlint warning PR: 220290 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-113-3/+3
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* x11-wm/stumpwm: Update to the 1.0.1 release candidate.jrm2017-09-072-5/+5
| | | | Upstream changes: https://github.com/stumpwm/stumpwm/releases/tag/v1.0.1-rc
* Update to 4.14bapt2017-09-044-26/+4
|
* Remove keyword expansion from patches.mat2017-08-231-2/+0
| | | | Sponsored by: Absolight
* x11-wm/stumpwm: re-add after deletion in 2014jrm2017-08-186-0/+190
| | | | | | | | | | | | | | | | | | Instead of bundling StumpWM, SBCL, and other libraries into one large executable, pull in SBCL and the other dependencies and use the simple CL framework that other FreeBSD CL ports use. Since StumpWM only supports running under SBCL, the port pulls in the *-sbcl port dependencies and conforms to the framework itself, except that it directly installs the fasl files instead of having an associated x11-wm/stumpwm-sbcl. This means no fasl files will be generated under ~/.cache/common-lisp/sbcl-*/ [1] and the package is only made up of the source, fasl files, and a few small, miscellaneous files. From a user perspective, they still get an executable, but it is a small shell script and the package is under 3 MB instead of around 65 MB. [1] Loading personal modules in ~/.stumpwmrc will still generate fasl files under ~/.cache/common-lisp/sbcl-*/
* x11-wm/jwm: Update to 2.3.7woodsb022017-08-143-4/+5
| | | | | Changes this release: http://joewing.net/projects/jwm/release-2.3.shtml#v2.3.7
* - Update The Glorious Glasgow Haskell Compiler to version 8.0.2tcberner2017-08-092-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Simplified port by only suporting GCC, and creating a build.mk file - Update Pandoc to 1.19.2.1 - Update git-annex to 6.20170520 - Update Darcs to 2.12.5 - Update Gtk2Hs to 0.13.2.2 - Update Agda to 2.5.2 Please note that port revisions for all the Haskell ports without version changes are bumped. See the UPDATING file for instructions. New ports (63): hs-EdisonAPI API for EdisonCore hs-EdisonCore Efficent, purely-functional data structures hs-ListLike Generic support for list-like structures hs-Only Canonical anonymous 1-tuple type hs-aeson-compat Compatibility layer for aeson hs-attoparsec-iso8601 Parsing of ISO 8601 dates hs-base-compat Compatibility with later versions of base hs-call-stack Support call stacks hs-clock Access to high-resolution clocks and timers hs-code-page Adjusting code pages on Windows hs-colour Data type for colors and transparency hs-concurrent-output Ungarble output from several threads hs-cryptohash-md5 Pure MD5 implementation hs-cryptohash-sha1 Pure SHA-1 implementation hs-cryptohash-sha256 Pure SHA-256 implementation hs-data-endian Endian-sensitive data hs-dbus Client for the D-Bus IPC system hs-disk-free-space Retrieving information about disk space usage hs-doctemplates Pandoc-style document templates hs-ed25519 Ed25519 public-key signature system hs-fdo-notify FreeDesktop.org's Desktop Notifications hs-fixed Signed 15.16 precision fixed point arithmetic hs-fmlist FoldMap lists hs-foundation Custom Prelude hs-gitrev Compile-time git revision info hs-graphviz Binding for the GraphViz library hs-hackage-security Tools for securing the Hackage package server hs-half Half-precision floating-point hs-haskell-lexer Fully compliant Haskell 98 lexer hs-http-api-data Converting types to and from HTTP API data hs-integer-logarithms Integer logarithms implementation hs-io-streams Easy-to-use primitives for I/O using streams hs-io-streams-haproxy HAProxy protocol version 1.5 support hs-magic Binding to the libmagic library hs-microlens Microlens hs-microlens-th Automated generation of lenses hs-microstache Mustache templates hs-monad-unlift Type classes for unlifting monad transformers hs-monadplus Partial maps and filters over MonadPlus hs-mono-traversable-instances Extra type classes for mono-traversable hs-mountpoints Listing currently mounted filesystems hs-newtype-generics Full replacement of newtype hs-pretty-show Working with derived Show instances hs-process-extras Read process input/output as ByteString/Text hs-psqueues Priority Search Queues hs-readable Reading data types from ByteString/Text hs-refact Data type for apply-refact hs-regex-pcre PCRE backend to accompany regex-base hs-safe-exceptions Safe, consistent, and easy exception handling hs-say Send messages to handles in a thread-safe way hs-scanner Incremental combinator parser for ByteStrings hs-skylighting Syntax highlighting library binding hs-terminal-size Get terminal window sizes without ncurses hs-text-short Data type for keeping short strings in memory hs-th-abstraction Inspecting types via Template Haskell hs-th-lift Derive Template Haskell's Lift class hs-th-lift-instances Orphan instances for commonly used types hs-tls-session-manager TLS session manager hs-typed-process Launching/interaction with external processes hs-unexceptionalio IO without non-error/synchronous exceptions hs-uri-bytestring RFC3986 compliant URI parser hs-uri-bytestring-aeson Aeson instance for URI.ByteString hs-wl-pprint-text Version of wl-pprint to use Text Updated ports (314): hs-ALUT 2.4.0.0_1 --> 2.4.0.2 hs-Agda 2.4.2.3 --> 2.5.2 hs-Agda-stdlib 0.9_1 --> 0.13 hs-BNFC 2.8 --> 2.8.1 hs-Boolean 0.2.3 --> 0.2.4 hs-DAV 1.0.7 --> 1.3.1 hs-DRBG 0.5.4 --> 0.5.5 hs-Diff 0.3.2 --> 0.3.4 hs-GLURaw 1.5.0.1 --> 2.0.0.3 hs-GLUT 2.7.0.1_1,1 --> 2.7.0.12,1 hs-Glob 0.7.5_2 --> 0.8.0 hs-HStringTemplate 0.8.3 --> 0.8.6 hs-HTTP 4000.2.20 --> 4000.3.7 hs-HUnit 1.2.5.2_7 --> 1.6.0.0 hs-HaXml 1.25.3 --> 1.25.4 hs-HsOpenSSL 0.11.1.1 --> 0.11.4.9 hs-JuicyPixels 3.2.6 --> 3.2.8.2 hs-List 0.5.2 --> 0.6.0 hs-MemoTrie 0.6.2_2 --> 0.6.8 hs-MissingH 1.3.0.1 --> 1.4.0.1 hs-MonadRandom 0.4 --> 0.5.1 hs-ObjectName 1.1.0.0 --> 1.1.0.1 hs-OpenAL 1.7.0.0 --> 1.7.0.4 hs-OpenGL 2.12.0.1,1 --> 3.0.2.0,1 hs-OpenGLRaw 2.5.1.0_1 --> 3.2.4.0 hs-QuickCheck 2.8.1 --> 2.10.0.1 hs-RSA 2.1.0.1 --> 2.3.0 hs-ReadArgs 1.2.2 --> 1.2.3 hs-STMonadTrans 0.3.3 --> 0.4.3 hs-StateVar 1.1.0.1 --> 1.1.0.4 hs-TypeCompose 0.9.10_2 --> 0.9.12 hs-activehs 0.3.1_12 --> 0.3.2 hs-activehs-base 0.3.0.2_9 --> 0.3.0.4 hs-adjunctions 4.2.1 --> 4.3 hs-aeson 0.8.0.2 --> 1.2.1.0 hs-aeson-pretty 0.7.2 --> 0.8.5 hs-alex 3.1.4 --> 3.2.1 hs-ansi-terminal 0.6.2.1 --> 0.6.3.1 hs-asn1-data 0.7.1_9 --> 0.7.2 hs-asn1-encoding 0.9.0 --> 0.9.5 hs-asn1-parse 0.9.1 --> 0.9.4 hs-asn1-types 0.3.0 --> 0.3.2 hs-async 2.0.2 --> 2.1.1.1 hs-atomic-primops 0.8 --> 0.8.0.4 hs-attoparsec 0.12.1.6 --> 0.13.1.0 hs-authenticate 1.3.2.11 --> 1.3.3.2 hs-auto-update 0.1.2.2 --> 0.1.4 hs-aws 0.12.1 --> 0.16 hs-base-orphans 0.4.4 --> 0.6 hs-basic-prelude 0.5.0 --> 0.6.1.1 hs-bifunctors 5 --> 5.4.2 hs-blaze-builder 0.4.0.1 --> 0.4.0.2 hs-blaze-html 0.8.1.0 --> 0.9.0.1 hs-blaze-markup 0.7.0.2 --> 0.8.0.0 hs-brainfuck 0.1.0.2 --> 0.1.0.3 hs-c2hs 0.28.1_1 --> 0.28.2_1 hs-cabal-install 1.22.6.0 --> 1.24.0.2 hs-cairo 0.13.1.0 --> 0.13.3.1 hs-case-insensitive 1.2.0.4 --> 1.2.0.10 hs-cassava 0.4.3.1 --> 0.5.0.0 hs-cereal 0.4.1.1 --> 0.5.4.0 hs-cgi 3001.2.2.2,1 --> 3001.3.0.2,1 hs-checkers 0.4.3 --> 0.4.7 hs-chunked-data 0.2.0 --> 0.3.0 hs-cipher-aes128 0.7.0.1 --> 0.7.0.3 hs-classy-prelude 0.12.1.1 --> 1.2.0.1 hs-classy-prelude-conduit 0.12.0.1 --> 1.2.0 hs-clientsession 0.9.1.1 --> 0.9.1.2 hs-cmark 0.4.0.1 --> 0.5.5.1 hs-cmdargs 0.10.13 --> 0.10.17 hs-comonad 4.2.7.2 --> 5.0.1 hs-conduit 1.2.5 --> 1.2.11 hs-conduit-combinators 1.0.3 --> 1.1.1 hs-conduit-extra 1.1.9.1 --> 1.1.16 hs-connection 0.2.5 --> 0.2.8 hs-constraints 0.4.1.3 --> 0.9.1 hs-contravariant 1.3.2 --> 1.4 hs-cookie 0.4.1.6 --> 0.4.2.1 hs-cpphs 1.19 --> 1.20.8 hs-criterion 1.1.0.0 --> 1.2.1.0 hs-cryptohash 0.11.6_2 --> 0.11.9 hs-cryptohash-cryptoapi 0.1.3_2 --> 0.1.4 hs-cryptonite 0.6 --> 0.24 hs-css-text 0.1.2.1_2 --> 0.1.2.2 hs-darcs 2.10.1 --> 2.12.5 hs-data-default 0.5.3_7 --> 0.7.1.1 hs-data-default-class 0.0.1_7 --> 0.1.2.0 hs-data-default-instances-base 0.0.1_7 --> 0.1.0.1 hs-data-lens 2.10.7 --> 2.11.1 hs-data-lens-template 2.1.9 --> 2.2 hs-data-pprint 0.2.4 --> 0.2.4.1 hs-deepseq-generics 0.1.1.2 --> 0.2.0.0 hs-dia-base 0.1.1.3 --> 0.1.1.4 hs-directory-tree 0.12.0_2 --> 0.12.1 hs-distributive 0.4.4_2 --> 0.5.2 hs-dlist 0.7.1.1 --> 0.8.0.3 hs-dlist-instances 0.1_2 --> 0.1.1.1 hs-dns 2.0.0 --> 2.0.10 hs-double-conversion 2.0.1.0 --> 2.0.2.0 hs-either 4.4.1 --> 4.4.1.1 hs-ekg 0.4.0.8 --> 0.4.0.13 hs-ekg-core 0.1.1.0 --> 0.1.1.1 hs-ekg-json 0.1.0.0 --> 0.1.0.5 hs-email-validate 2.1.3 --> 2.3 hs-enclosed-exceptions 1.0.1.1 --> 1.0.2 hs-entropy 0.3.7 --> 0.3.8 hs-equivalence 0.3.1 --> 0.3.2 hs-errors 2.0.0 --> 2.2.1 hs-esqueleto 2.4.1 --> 2.5.3 hs-exceptions 0.8.0.2 --> 0.8.3 hs-extra 1.4.1 --> 1.6 hs-fast-logger 2.4.1 --> 2.4.10 hs-feed 0.3.10.0 --> 0.3.12.0 hs-fgl 5.5.2.1 --> 5.5.3.1 hs-file-embed 0.0.9 --> 0.0.10 hs-filestore 0.6.1 --> 0.6.3.1 hs-free 4.12.1 --> 4.12.4 hs-gconf 0.13.0.2 --> 0.13.1.0 hs-generic-deriving 1.8.0 --> 1.11.2 hs-geniplate-mirror 0.7.1 --> 0.7.5 hs-ghc-events 0.4.4.0 --> 0.6.0 hs-gio 0.13.1.0 --> 0.13.3.1 hs-git-annex 5.20150727_1 --> 6.20170520 hs-gitit 0.11.1 --> 0.12.2.1 hs-glib 0.13.1.1 --> 0.13.4.1 hs-gnuidn 0.2.1_3 --> 0.2.2 hs-gtk 0.13.9 --> 0.14.6 hs-gtk2hs 0.13,1 --> 0.13.2.2,1 hs-gtk2hs-buildtools 0.13.0.4_1 --> 0.13.2.2 hs-gtksourceview2 0.13.1.3 --> 0.13.3.1 hs-haddock 2.16.1 --> 2.17.5 hs-haddock-api 2.16.1 --> 2.17.4 hs-haddock-library 1.2.1 --> 1.4.3 hs-happstack-server 7.4.4 --> 7.4.6.4 hs-hashable 1.2.3.3,1 --> 1.2.6.1,1 hs-hashtables 1.2.0.2 --> 1.2.1.1 hs-haskell-src-exts 1.16.0.1 --> 1.19.1 hs-hasktags 0.69.1 --> 0.69.3 hs-hedis 0.6.9 --> 0.9.8 hs-heist 0.14.1.1 --> 1.0.1.0 hs-hexpat 0.20.9 --> 0.20.13 hs-highlighting-kate 0.6 --> 0.6.4 hs-hinotify 0.3.8.1 --> 0.3.9 hs-hint 0.4.2.3 --> 0.7.0 hs-hjsmin 0.1.5.0 --> 0.2.0.2 hs-hlint 1.9.21 --> 2.0.9 hs-hoauth2 0.4.8 --> 0.5.9 hs-hoogle 4.2.41 --> 5.0.12 hs-hourglass 0.2.9 --> 0.2.10 hs-hscolour 1.23,1 --> 1.24.1,1 hs-hslogger 1.2.9 --> 1.2.10 hs-hslua 0.4.0 --> 0.5.0 hs-hspec 2.1.10 --> 2.4.4 hs-hspec-core 2.1.10 --> 2.4.4 hs-hspec-discover 2.1.10 --> 2.4.4 hs-hspec-expectations 0.7.1 --> 0.8.2 hs-html-conduit 1.2.0 --> 1.2.1.1 hs-http-client 0.4.20 --> 0.5.7.0 hs-http-client-tls 0.2.2_2 --> 0.3.5.1 hs-http-conduit 2.1.8 --> 2.2.3.1 hs-http-reverse-proxy 0.4.2 --> 0.4.4 hs-http-types 0.8.6 --> 0.9.1 hs-http2 1.0.4 --> 1.6.3 hs-hxt 9.3.1.15 --> 9.3.1.16 hs-hxt-regex-xmlschema 9.2.0.2 --> 9.2.0.3 hs-ieee754 0.7.6 --> 0.8.0 hs-iproute 1.5.0 --> 1.7.1 hs-js-jquery 1.11.3 --> 3.2.1 hs-kan-extensions 4.2.2 --> 5.0.2 hs-keys 3.10.2 --> 3.11 hs-kqueue 0.1.2.6_2 --> 0.2 hs-language-c 0.5.0 --> 0.6.1 hs-language-javascript 0.5.14.2 --> 0.6.0.10 hs-largeword 1.2.3_2 --> 1.2.5 hs-lens 4.12.3 --> 4.15.3 hs-libmpd 0.9.0.2 --> 0.9.0.6 hs-lifted-async 0.7.0.1 --> 0.9.3 hs-lifted-base 0.2.3.6 --> 0.2.3.11 hs-map-syntax 0.2 --> 0.2.0.2 hs-math-functions 0.1.5.2_2 --> 0.2.1.0 hs-memory 0.8 --> 0.14.6 hs-mime-mail 0.4.9 --> 0.4.13.1 hs-mime-types 0.1.0.6 --> 0.1.0.7 hs-mmorph 1.0.4 --> 1.1.0 hs-monad-control 1.0.0.4 --> 1.0.2.1 hs-monad-logger 0.3.13.2 --> 0.3.24 hs-monad-par 0.3.4.7 --> 0.3.4.8 hs-monadcryptorandom 0.6.1_2 --> 0.7.1 hs-monads-tf 0.1.0.2_2 --> 0.1.0.3 hs-mono-traversable 0.9.2.1 --> 1.0.2 hs-mueval 0.9.1.1.2 --> 0.9.3 hs-murmur-hash 0.1.0.8 --> 0.1.0.9 hs-mutable-containers 0.3.2 --> 0.3.3 hs-mwc-random 0.13.3.2 --> 0.13.6.0 hs-mysql 0.1.1.8 --> 0.1.4 hs-network 2.6.2.1 --> 2.6.3.2 hs-network-info 0.2.0.7 --> 0.2.0.8 hs-network-multicast 0.1.0 --> 0.2.0 hs-network-uri 2.6.0.3 --> 2.6.1.0 hs-nonce 1.0.2 --> 1.0.4 hs-oeis 0.3.6 --> 0.3.9 hs-optparse-applicative 0.11.0.2 --> 0.14.0.0 hs-pandoc 1.15.0.6_1 --> 1.19.2.1 hs-pandoc-citeproc 0.7.3.1 --> 0.10.5.1 hs-pandoc-types 1.12.4.5 --> 1.19 hs-pango 0.13.1.0 --> 0.13.3.1 hs-parallel 3.2.0.6 --> 3.2.1.1 hs-parsec 3.1.9 --> 3.1.11 hs-path-pieces 0.2.0 --> 0.2.1 hs-pcre-light 0.4.0.3 --> 0.4.0.4 hs-persistent 2.2 --> 2.7.0 hs-persistent-sqlite 2.2 --> 2.6.2 hs-persistent-template 2.1.3.4 --> 2.5.2 hs-pointed 4.2.0.2 --> 5 hs-polyparse 1.11 --> 1.12 hs-prelude-extras 0.4_2 --> 0.4.0.3 hs-primitive 0.6 --> 0.6.2.0 hs-probability 0.2.4.1_2 --> 0.2.5.1 hs-profunctors 5.1.1 --> 5.2 hs-pureMD5 2.1.2.1_10 --> 2.1.3 hs-quickcheck-io 0.1.1_2 --> 0.2.0 hs-reflection 2 --> 2.1.2 hs-regex-applicative 0.3.2.1 --> 0.3.3 hs-regex-tdfa 1.2.0_2 --> 1.2.2 hs-resourcet 1.1.6 --> 1.1.9 hs-safe 0.3.9 --> 0.3.15 hs-sandi 0.3.5 --> 0.4.0 hs-scientific 0.3.3.8 --> 0.3.5.1 hs-semigroupoids 5.0.0.3 --> 5.2 hs-semigroups 0.16.2.2 --> 0.18.3 hs-setlocale 1.0.0.4 --> 1.0.0.5 hs-shake 0.15.5 --> 0.15.11 hs-shakespeare 2.0.5 --> 2.0.13 hs-shelly 1.6.3.3 --> 1.6.8.3 hs-simple-sendfile 0.2.21 --> 0.2.25 hs-skein 1.0.9.3 --> 1.0.9.4 hs-snap 0.14.0.6 --> 1.0.0.1 hs-snap-core 0.9.7.2 --> 1.0.2.1 hs-snap-server 0.9.5.1 --> 1.0.2.2 hs-socks 0.5.4_2 --> 0.5.5 hs-split 0.2.2_7 --> 0.2.3.2 hs-statistics 0.13.2.3 --> 0.14.0.2 hs-stm 2.4.4 --> 2.4.4.1 hs-streaming-commons 0.1.12.1 --> 0.1.18 hs-svgcairo 0.13.0.3 --> 0.13.1.1 hs-syb 0.5.1 --> 0.7 hs-syb-with-class 0.6.1.6 --> 0.6.1.7 hs-tagged 0.8.1 --> 0.8.5 hs-tagsoup 0.13.3 --> 0.14.1 hs-tar 0.4.2.1 --> 0.5.0.3 hs-temporary 1.2.0.3_2 --> 1.2.1 hs-test-framework-hunit 0.3.0.1_2 --> 0.3.0.2 hs-test-framework-quickcheck2 0.3.0.3_2 --> 0.3.0.4 hs-texmath 0.8.3 --> 0.9.4.1 hs-text 1.2.1.3 --> 1.2.2.2 hs-threads 0.5.1.3 --> 0.5.1.4 hs-threadscope 0.2.7 --> 0.2.8 hs-time-locale-compat 0.1.1.0 --> 0.1.1.3 hs-timezone-olson 0.1.7 --> 0.1.8 hs-timezone-series 0.1.5.1 --> 0.1.8 hs-tls 1.3.1 --> 1.3.11 hs-torrent 10000.0.0 --> 10000.1.1 hs-transformers-compat 0.4.0.4 --> 0.5.1.4 hs-unix-compat 0.4.1.4 --> 0.4.3.1 hs-unix-time 0.3.5 --> 0.3.7 hs-unlambda 0.1.4.1 --> 0.1.4.2 hs-unordered-containers 0.2.5.1 --> 0.2.8.0 hs-uri 0.1.6.3 --> 0.1.6.4 hs-utf8-string 1 --> 1.0.1.1 hs-utility-ht 0.0.10_2 --> 0.0.14_2 hs-uuid 1.3.11 --> 1.3.13 hs-uuid-types 1.0.2 --> 1.0.3 hs-uulib 0.9.20 --> 0.9.22 hs-vault 0.3.0.4 --> 0.3.0.7 hs-vector 0.10.12.3 --> 0.12.0.1 hs-vector-binary-instances 0.2.1.0_2 --> 0.2.3.5 hs-vector-instances 3.3.1 --> 3.4 hs-vector-space 0.10.2 --> 0.10.4 hs-vector-th-unbox 0.2.1.2 --> 0.2.1.6 hs-void 0.7 --> 0.7.2 hs-vte 0.13.0.2 --> 0.13.1.1 hs-wai 3.0.3.0 --> 3.2.1.1 hs-wai-app-static 3.1.1 --> 3.1.6.1 hs-wai-extra 3.0.10 --> 3.0.20.0 hs-wai-logger 2.2.4.1 --> 2.3.0 hs-warp 3.1.3 --> 3.2.13 hs-warp-tls 3.1.1 --> 3.2.4 hs-webkit 0.13.1.3 --> 0.14.2.1 hs-wx 0.91.0.0 --> 0.92.3.0 hs-wxc 0.91.0.0 --> 0.92.3.0 hs-wxcore 0.91.0.0 --> 0.92.3.0 hs-wxdirect 0.91.0.0 --> 0.92.3.0 hs-x509 1.6.0 --> 1.6.5 hs-x509-store 1.6.0 --> 1.6.2 hs-x509-system 1.6.0 --> 1.6.4 hs-x509-validation 1.6.0 --> 1.6.5 hs-xml-conduit 1.3.1 --> 1.5.1 hs-xml-hamlet 0.4.0.11 --> 0.4.1 hs-xmlhtml 0.2.3.4 --> 0.2.4 hs-xmobar 0.24.3 --> 0.24.5 hs-xss-sanitize 0.3.5.6 --> 0.3.5.7 hs-yaml 0.8.13 --> 0.8.23.1 hs-yesod 1.4.1.5 --> 1.4.5 hs-yesod-auth 1.4.6 --> 1.4.17.2 hs-yesod-auth-hashdb 1.4.2.2 --> 1.6.1 hs-yesod-bin 1.4.13.3 --> 1.5.2.3 hs-yesod-core 1.4.13 --> 1.4.35 hs-yesod-form 1.4.4.1 --> 1.4.12 hs-yesod-persistent 1.4.0.3 --> 1.4.2 hs-yesod-static 1.5.0.2 --> 1.5.3 hs-yesod-test 1.4.3.1 --> 1.5.7 hs-zip-archive 0.2.3.7 --> 0.3.1.1 hs-zlib 0.5.4.2 --> 0.6.1.2 scroll 1.20151219 --> 1.20170122 Removed ports (5): hs-MonadCatchIO-mtl Deprecated in favor of exceptions hs-MonadCatchIO-transformers Deprecated in favor of exceptions hs-citeproc-hs Replaced by pandoc-citeproc hs-directory Part of the packages shipped with GHC hs-syb-with-class-instances-text Upstream is unmaintained This was created together with pgj@. Reviewed by: pgj, 6yearold_gmail.com Differential Revision: https://reviews.freebsd.org/D11558
* Update consolekit to 1.2.0.kwm2017-08-052-3/+4
| | | | | | | | | | | | | * Rename consolekit to consolekit2 to reflect that consolekit2 is a new project, even if it the continuation of the old consolekit project. * Expand pkg-descr with some background info. * Add license * ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required * Add GObject introspection support for desktops environment such Pantheon or Deepin. * Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for assisting with there versions of the port, suggesting changes and testing. PR: 202269
* Simple fix for Tooltalk coredumpcrees2017-08-012-0/+24
| | | | | PR: ports/221102 Submitted by: mikael.urankar@gmail.com
* * Updated to 0.9.3ultima2017-07-293-22/+32
| | | | | | | | | | | | | * Added missing depend * Sorted Uses section for portlint Changelog: https://github.com/baskerville/bspwm/compare/0.9.2...0.9.3 PR: 220788 Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11755
* Update x11-wm/awesome to 4.2garga2017-07-253-4/+10
| | | | | PR: 220960 Submitted by: Tomoya Tabuchi <t@tomoyat1.com>
* - Add LICENSE_FILEamdmi32017-07-222-12/+5
| | | | | | | - helpes - Update WWW Approved by: portmgr blanket
* - Pet portlintamdmi32017-07-192-13/+5
| | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket
* - Pet portlintamdmi32017-07-174-24/+14
| | | | | | | | - Switch to options helpers - Regenerate patches - Update WWW Approved by: portmgr blanket
* Update to 0.21.8gblach2017-07-152-5/+4
| | | | | PR: 219992 Submitted by: hardy.schumacher <at> gmx <dot> de
* - Pet portlintamdmi32017-07-142-13/+5
| | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket
* - Update WWWamdmi32017-07-101-1/+1
| | | | Approved by: portmgr blanket
* - Pet portlintamdmi32017-07-092-13/+5
| | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket
* x11-wm/ctwm: Update 4.0.0 -> 4.0.1bhughes2017-07-072-5/+5
| | | | | | | PR: 219807 Submitted by: fullermd@over-yonder.net (maintainer) Approved by: robak (mentor), mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11514
* multiple ports: Update MAINTAINERbhughes2017-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports: audio/musicpc databases/adminer deskutils/fet graphics/mupdf graphics/timg graphics/zathura-pdf-mupdf sysutils/rdiff-backup textproc/urlview www/kohana x11/dzen2 x11-wm/herbstluftwm PR: 220323 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11469
* Update the mate desktop to 1.18.kwm2017-07-043-15/+20
| | | | | | | | | | | | | | | * The MATE DE is now GTK+3 based * mate-calc has come back. * New USE_MATE=mixer macro * Add license * Review dependancies * Swich to USES=localbase * atril/eom options reworked into option helper Thanks to Eric Turgeon for submitting the bulk of this MATE update. Obtained from: gnome devel repo
* Update devel/readline to 7.0 patch 3sunpoet2017-06-272-1/+2
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* Scrub mention of armv6hf from ARCHS. It was never in a released version.linimon2017-06-271-1/+1
| | | | | | | While here, sort ARCHS and pet portlint. Reviewed by: imp Approved by: portmgr (tier-2 blanket)
* Make ninja opt-out in cmake.mktcberner2017-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748
* Does not build on headcrees2017-06-121-0/+6
| | | | Fix in the works, but done to stop fallout mails.
* - Introduce MANPAGES option to control whether manual pages are builtdanfe2017-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)
* Sort SUBDIRssunpoet2017-06-051-1/+1
|
* Pet portlintsunpoet2017-05-313-6/+6
| | | | | | - Use PLIST_FILES instead of PLIST - Do not silence installation messages - Update WWW
* CDE - The Common Desktop Environment is X Windows desktop environmentcrees2017-05-309-0/+5897
| | | | | | | | that was commonly used on commercial UNIX variants such as Sun Solaris, HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been released under an Open Source licence by The Open Group. WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/
* Mark some ports failing on armv6, for errors classified as "coredump".linimon2017-05-281-1/+3
| | | | | | | | This skips the ports that possibly only coredump under qemu. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Chase ImageMagick shlib bumpkwm2017-05-262-2/+2
|
* - Update x11-wm/ctwm to 4.0.0madpilot2017-05-264-112/+92
| | | | | | | - Move MASTER_SITES to https PR: 219500 Submitted by: fullermd@over-yonder.net (maintainer)
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-238-8/+8
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-231-0/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-211-2/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-211-0/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket)
* Fix CONFLICTS_INSTALL variables to contain packages names instead ofpawel2017-05-192-2/+2
| | | | | | | | | ports origins. While origins work fine this is against what Porter's Handbook advises. PR: 219389 Submitted by: myself Approved by: garga (maintainer)
* Revert r440600, build was fixed in r440566antoine2017-05-111-2/+0
|
* Mark BROKEN: fails to buildantoine2017-05-111-0/+2
| | | | | | | | | | | | | core/window.c:10452: Warning: Meta: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types core/window.c:11287: Warning: Meta: invalid "transfer" annotation for gulong: only valid for array, struct, union, boxed, object and interface types core/window.c:11303: Warning: Meta: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types core/window.c:11356: Warning: Meta: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types compositor/meta-window-actor.c:887: Warning: Meta: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types core/display.c:5560: Warning: Meta: invalid "transfer" annotation for gulong: only valid for array, struct, union, boxed, object and interface types <unknown>:: Fatal: Meta: warnings configured as fatal <unknown>:: Fatal: Meta: warnings configured as fatal Reported by: pkg-fallout
* Mark BROKEN: fails to buildantoine2017-05-111-0/+2
| | | | | | | | In file included from window1_glade.cc:23: ... /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list Reported by: pkg-fallout
* Unbreak muffin, don't error out on warnings during introspection generation.kwm2017-05-101-0/+1
|
* - Project moved to GITHUPmiwi2017-05-052-8/+10
| | | | | | | - Remove Expiration date PR: 218496 Submitted by: cmangin@arobas.net
* Fix shebangstcberner2017-05-042-4/+6
| | | | | | Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527
* Update to 0.6.0sunpoet2017-04-302-2/+2
| | | | | | - Bump PORTREVISION for dependent ports Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
* - Update to 4.12.4miwi2017-04-282-7/+11
| | | | | | | | - Sort USES - Adjust dependencies (reported by QA script) PR: 218108 Submitted by: duchateau.olivier@gmail.com
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-2510-5/+10
| | | | | PR: 218658 Submitted by: riggs
* x11-wm/ratpoison: Update to version 1.4.9jrm2017-04-233-11/+8
| | | | | | | | | | | | - Ratpoison now depends on libXrandr instead of libXinerama. - Upstream stopped maintaining a Changelog [1]. - Take maintainership [1] Refer to the repository log at http://git.savannah.nongnu.org/cgit/ratpoison.git/log/ for a detailed list of changes. Obtained from: swills (mentor, implicit)
* - Fix shebangsmiwi2017-04-221-4/+9
| | | | | | - Add missing dependency Approved by: maintainer via irc
* - Fix shebangsamdmi32017-04-212-3/+4
| | | | - Don't install LICENSE with docs
* x11-wm/e16: update to 1.0.18gahr2017-04-172-5/+7
| | | | | | | | | | | | | - Use AC_USE_SYSTEM_EXTENSIONS. - Build .xz tarball too. - Use RandR data to populate screens structure. - Remove unused Mode.display.xinerama_active. - Refactor some screen stuff. - Refactorization in WarpFocus(). - Window list: Show windows on same head as pointer first. - Drop incomplete HAVE_STDARG_H stuff. - Fix warning with recent pango. - Warning fixes for gcc 7.
* - Remove unused `shebangfix' from USESdanfe2017-04-132-2/+3
| | | | | | | - Delete interpreter shebang from file that is not meant to be executed and does not have executable permissions - Don't use capital letter after colon
* - Update x11-wm/awesome to 4.1garga2017-04-1210-97/+457
| | | | | | | | | | - 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
* - Add options to select between ALSA and PULSEAUDIOgblach2017-04-051-6/+11
| | | | | | | | - Bump PORTREVISION - Replace spaces with tab PR: 218031 Reported by: rezny
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-013-1/+3
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Fix people using LICENSE_DISTFILES in the wrong way.mat2017-03-311-2/+2
| | | | Sponsored by: Absolight
* Update to 0.21.7gblach2017-03-302-5/+7
| | | | | PR: 218031 Submitted by: Jochen Neumeister (joneum <at> bsdproject <dot> de)
* - Update devel/libpthread-stubs to 0.4ashish2017-03-291-3/+3
| | | | | | | | - Chase libpthread-stubs update, and also switch to BUILD_DEPENDS from LIB_DEPENDS, as port is now only .pc file PR: 218015 Submitted by: rezny
* Assign new maintainertobik2017-03-221-1/+1
| | | | | | | PR: 217991 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10092
* Take in olivierd@'s commit bit on his request.rene2017-03-192-2/+2
| | | | | Submitted by: olivierd@ With hat: portmgr-secretary
* Mark the remaining ports depending on Google Code as DEPRECATED, with anmat2017-03-041-0/+2
| | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
* Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contirb to 0.13tcberner2017-03-034-10/+10
| | | | | | | | | | | * Update xmonad to 0.13 * New required ports devel/hs-directory * Required update of x11/hs-X11 to 0.13 PR: 217012 Reviewed by: mat Approved by: maintainer timeout (2 weeks), rakcuo (mentor) Differential Revision: https://reviews.freebsd.org/D9548
* Unbreak porttobik2017-02-276-39/+78
| | | | | | | | | | - Move from Google Code to GitHub - Update maintainer email PR: 213190 Submitted by: Mageirias Anastasios <anastasios@mageirias.com> (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9822
* Update to 0.21.6gblach2017-02-262-4/+4
| | | | | PR: 217201 Submitted by: hardy.schumacher <at> gmx <dot> de
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-191-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213
* Remove -fPIC and fix the real problem where a variable is defined as antijl2017-02-162-3/+21
| | | | array in one file and declared as a pointer in another.
* - Remove previous patch (creation of folder in context menu), it causesolivierd2017-02-161-5/+1
| | | | | crash of xfdesktop and produces wrong mime type - Bump PORTREVISION
* Add -fPIC to various ports to enable them to build on armv6.linimon2017-02-101-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Fix CONFLICTS on wmii-develamdmi32017-02-084-14/+14
| | | | | - Silence stripping - Regenerate patches
* - Allow to build without `devel/libconfig' and Xinerama supportdanfe2017-02-061-6/+14
| | | | | - Provide better DRM and OpenGL option descriptions - Define LICENSE_FILE and remove banal comment in the Makefile
* - Update `x11-wm/compton' to the latest snapshotdanfe2017-02-064-47/+33
| | | | | | | - Add missing X.org libraries to USE_XORG list - Install stripped binary (subject to WITH_DEBUG) - Rename wrongly named patch and regenerate them - Convert to option helpers while I'm at here
* Prefer -std=gnu89 over -fgnu89-inlinejbeich2017-02-051-1/+1
|
* x11-wm/afterstep-stable: unbreak with clang 4.0jbeich2017-02-0211-151/+2
| | | | | | | | | | | | ../../libAfterStep/libAfterStep.a(colorscheme.o): In function `make_ascolor_scheme': colorscheme.c:(.text+0x1e1b): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e40): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e65): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e89): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1eb1): undefined reference to `make_grad_argb' ../../libAfterStep/libAfterStep.a(colorscheme.o):colorscheme.c:(.text+0x1ed1): more undefined references to `make_grad_argb' follow Reported by: antoine (via exp-run)
* Unbreak the INDEX build after r432934.danfe2017-02-011-1/+1
| | | | Prompted by: mat
* Fix build by using autoreconfamdmi32017-01-291-3/+3
|
* x11-wm/rubygem-uh-wm: create portswills2017-01-274-0/+32
| | | | | | | | | | | uhwm is a minimalistic tiling and stacking window manager for X. It shares some similarities with dwm and wmii, but is written in ruby so you can configure and extend features directly with ruby code. WWW: https://rubygems.org/gems/uh-wm PR: 216434 Submitted by: Thibault Jouan <tj+freebsd_bugs@a13.fr>
* LXAppearance is a theme switcher for the Lightweight X11 Desktop Environmentolivierd2017-01-256-0/+120
| | | | | | (LXDE). WWW: http://www.lxde.org/
* - Update to 0.5.3olivierd2017-01-259-19/+125
| | | | | - Add new option, UPOWER - Adjust dependencies
* x11-wm/rubygem-uh-layout: create portswills2017-01-244-0/+24
| | | | | | | | | Tiling and stacking layout for uh-wm ruby gem. WWW: https://rubygems.org/gems/uh-layout PR: 216029 Submitted by: Thibault Jouan <tj+freebsd_bugs@a13.fr>
* Fix graphics/py-poppler-qt4: fails to build with clang 4.0tcberner2017-01-221-0/+15
| | | | | | | | | | | Import upstream commit http://git.fluxbox.org/fluxbox.git/commit/util/fluxbox-remote.cc?id=22866c4d30f5b289c429c5ca88d800200db4fc4f for issue https://sourceforge.net/p/fluxbox/bugs/1138/ PR: 216176 Approved by: portmgr blanket, rakuco (mentor) MFH: 2017Q1
* - add LICENSEdinoex2017-01-221-0/+3
| | | | - fix a possible problem if PREFIX differs from LOCALBASE
* - fix a possible problem if PREFIX differs from LOCALBASEdinoex2017-01-225-172/+115
|
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-216-6/+6
|
* - Fix creation of folder from desktop context menuolivierd2017-01-131-5/+6
| | | | | | | | | | | - Bump PORTREVISION While I'm here, switch to optional extra build target (when NLS option is unset) PR: 214207 Reported by: Marko Cupac MFH: 2017Q1
* x11-wm/wmname: fix URLlifanov2017-01-101-1/+1
| | | | | | | | PR: 215873 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9109
* Cleanup NO_BUILD and NO_INSTALL usage.mat2016-12-291-1/+0
| | | | Sponsored by: Absolight
* Update x11-wm/hs-xmonad & x11-wm/hs-xmonad-contrib to 0.12tcberner2016-12-297-66/+10
| | | | | | | | | | * Removes all patches including XFORK_FIX (it seems it is not needed anymore). * New port as dependency: devel/hs-setlocale PR: 213579 Submitted by: Martin Sugioarto <martin@sugioarto.com> Approved by: maintainer timeout (2 months), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8191
* Add a port of subtle, grid-based manual tiling window manager.danfe2016-12-288-0/+171
| | | | WWW: http://subtle.subforge.org/
* Make ${LOCALBASE}/etc/xdg/menus the home of XDG menus.cy2016-12-211-0/+3
| | | | PR: 215337
* Fix NLS build.cy2016-12-211-5/+4
| | | | | Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Christoph Moench-Tegeder <cmt@burggraben.net>
* Update 2.6.6 --> 2.6.7cy2016-12-207-78/+544
| | | | PR: 215337
* Update to 0.21.5gblach2016-12-182-4/+4
| | | | PR: 215329
* - Fix CONFLICTS on wmiiamdmi32016-12-144-8/+8
| | | | | - Silence stripping - Regenerate patches
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-095-5/+5
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libcurl.so.7 compatibility link that was added in r374303 totijl2016-12-091-0/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libjpeg.so.11 compatibility link that was added in r374303 totijl2016-12-091-0/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added intijl2016-12-084-3/+4
| | | | | r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Update to 0.11.3olivierd2016-12-072-5/+9
|
* x11-wm/mutter: Update to 3.18.4cpm2016-12-034-7/+11
| | | | | | | | | | | | | - Update mutter to 3.18.4 - Add LICENSE and LICENSE_FILE - Record TIMESTAMP and distinfo checksum (3.18.4) - Regenerate patches with make makepatch - Add WWW to pkg-descr PR: 214289 Submitted by: cpm Reviewed by: amdmi3, feld (mentors) Approved by: kwm (GNOME team), amdmi3, feld (mentors)
* - Fix build when python symlink is not presentantoine2016-11-231-2/+5
| | | | - Remove dependency on python2 symlink
* - Fix build when python symlink is not presentantoine2016-11-231-2/+5
| | | | - Remove dependency on python2 symlink
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* - Update to version 1.1.1danfe2016-11-153-29/+20
| | | | | | | | | | | - Employ USES+=localbase:ldflags instead of manually setting CFLAGS and LDFLAGS - Propagate our standard `prefix' and `mandir' to inner Makefile and thus get rid of hand-rolled `do-install' target - Install `doc/standards.html' and convert to options helper target - Simplify PLIST_FILES and sanitize port description text while here TIMESTAMP (evilwm-1.1.1.tar.gz) = 1436791316
* Use OPTION helpers for DOCSriggs2016-11-132-3/+11
| | | | | PR: 213975 Submitted by: udvzsolt@gmail.com (maintainer)
* Update to 4.13bapt2016-11-104-26/+34
| | | | Changes: http://i3wm.org/downloads/RELEASE-NOTES-4.13.txt
* - Add LICENSEamdmi32016-11-086-21/+26
| | | | - Switch to options helpers
* x11-wm/herbstluftwm: track more dependenciesjbeich2016-11-021-2/+2
| | | | | PR: 213975 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* x11-wm/bspwm: update to 0.9.2jbeich2016-11-024-12/+21
| | | | | | | | - Pass maintainership to the submitter Changes: https://github.com/baskerville/bspwm/compare/0.9.1...0.9.2 PR: 213949 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua>
* - Add LICENSEamdmi32016-10-301-1/+5
| | | | | - Add NO_ARCH - Switch to options helpers
* Update to 4.12.1olivierd2016-10-262-7/+11
|
* Use USES=pathfix where applicable.mat2016-10-211-1/+0
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* ${RM} already has -f.mat2016-10-212-2/+2
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Add NO_ARCHamdmi32016-10-211-1/+4
| | | | - Switch to options helpers
* Update to 0.21.3gblach2016-10-132-4/+4
|
* Thank you Uffe for your past work on FreeBSD ports! Hope you'll find timebsam2016-10-101-1/+1
| | | | | | to contribute to FreeBSD in the future. Reset Uffe's ports maintainership. Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
* - Fix LICENSEamdmi32016-09-281-12/+15
| | | | | - Add LICENSE_FILE - Switch to options helpers
* - Update devel/efl to 1.18.1gblach2016-09-274-7/+20
| | | | | | | | | | | - Update devel/py-efl to 1.18.0 - Update multimedia/rage to 0.2.1 - Update x11-wm/enligtenment to 0.21.2 - Bump PORTREVISION in graphics/edje_viewer - Bump PORTREVISION in x11/terminology - Merge graphics/evas_generic_loaders* into devel/efl - Merge multimedia/emotion_generic_players-vlc into devel/efl - Merge x11-toolkits/elementary into devel/efl