summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-02-15 18:37:57 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-02-15 18:37:57 +0000
commitd947608064d4061ba0a2978ca74f7d7b503a934b (patch)
tree0f120954eb899abe2da9f47e1c6bd4f2b9b27f49 /x11-wm
parentSet `command' before using it in the startup script. (diff)
Update to 0.7.0.
Release notes: http://herbstluftwm.org/news.html Notable porting changes: - herbstluftwm has started using C++. In fact, it uses C++11, which makes us require a compiler that understands C++11. - Set COLOR=0 when building. It disables coloured output during the build, but works around a lot of tput warnings on FreeBSD 9.x like this: tput: no terminal type specified and no TERM environmental variable. PR: 206956 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=408948
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/herbstluftwm/Makefile8
-rw-r--r--x11-wm/herbstluftwm/distinfo4
-rw-r--r--x11-wm/herbstluftwm/pkg-plist6
3 files changed, 11 insertions, 7 deletions
diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile
index adfcfdedf2e8..981a85a77aec 100644
--- a/x11-wm/herbstluftwm/Makefile
+++ b/x11-wm/herbstluftwm/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= herbstluftwm
-PORTVERSION= 0.6.2
-PORTREVISION= 1
+PORTVERSION= 0.7.0
CATEGORIES= x11-wm
MASTER_SITES= http://herbstluftwm.org/tarballs/
@@ -11,14 +10,15 @@ COMMENT= Manual tiling window manager for X11
LICENSE= BSD2CLAUSE
-USES= gmake pkgconfig shebangfix
+USES= compiler:c++11-lib gmake pkgconfig shebangfix
SHEBANG_FILES= scripts/*.sh share/autostart share/*.sh
USE_XORG= x11 xinerama
USE_GNOME= glib20
MAKE_ARGS= PREFIX=${PREFIX} SYSCONFDIR=${PREFIX}/etc \
DOCSDIR=${DOCSDIR} EXAMPLESDIR=${EXAMPLESDIR} \
- MANDIR=${PREFIX}/man
+ MANDIR=${PREFIX}/man LDXX=${CXX} \
+ COLOR=0
OPTIONS_DEFINE= BASH ZSH DOCS EXAMPLES DEFAULTCONF
DEFAULTCONF_DESC=Install default configuration (requires bash)
diff --git a/x11-wm/herbstluftwm/distinfo b/x11-wm/herbstluftwm/distinfo
index f65f989fe79c..ce8bd14e6708 100644
--- a/x11-wm/herbstluftwm/distinfo
+++ b/x11-wm/herbstluftwm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (herbstluftwm-0.6.2.tar.gz) = a89f5c397aee7f1aa3b39dd53bc67e282679f02f1c0bf3c33c41a608e217f0ac
-SIZE (herbstluftwm-0.6.2.tar.gz) = 224191
+SHA256 (herbstluftwm-0.7.0.tar.gz) = 7e2ffc30b7911407230a5eeb61e044cea78557999107d372bc2dbc3d82d0ae27
+SIZE (herbstluftwm-0.7.0.tar.gz) = 247469
diff --git a/x11-wm/herbstluftwm/pkg-plist b/x11-wm/herbstluftwm/pkg-plist
index f47ecafe5703..4cb26e4d246f 100644
--- a/x11-wm/herbstluftwm/pkg-plist
+++ b/x11-wm/herbstluftwm/pkg-plist
@@ -1,3 +1,4 @@
+bin/dmenu_run_hlwm
bin/herbstclient
bin/herbstluftwm
%%DEFAULTCONF%%etc/xdg/herbstluftwm/autostart
@@ -8,8 +9,8 @@ man/man1/herbstclient.1.gz
man/man1/herbstluftwm.1.gz
man/man7/herbstluftwm-tutorial.7.gz
%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/herbstclient.html
%%PORTDOCS%%%%DOCSDIR%%/herbstluftwm.html
%%PORTDOCS%%%%DOCSDIR%%/herbstluftwm-tutorial.html
@@ -24,9 +25,12 @@ man/man7/herbstluftwm-tutorial.7.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lasttag.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loadstate.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maximize.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/q3terminal.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/savestate.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scratchpad.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toggledualhead.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/windowmenu.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wselect.sh
share/xsessions/herbstluftwm.desktop
%%ZSH%%share/zsh/functions/Completion/X/_herbstclient