Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 12:54:14 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483802 - head/x11-wm/awesome
Message-ID:  <201811021254.wA2CsEZh089583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Fri Nov  2 12:54:13 2018
New Revision: 483802
URL: https://svnweb.freebsd.org/changeset/ports/483802

Log:
  x11-wm/awesome: Fix build with GCC-based architectures
  
  This port requires C11-aware compiler.
  Add USES=compiler:c11 to fix build on GCC architectures.
  
  Take MAINTAINER'ship.
  
  PR:		232855	[1]
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [1]
  Approved by:	garga (maintainer, IRC)
  Sponsored by:	IntegriCloud [1]

Modified:
  head/x11-wm/awesome/Makefile

Modified: head/x11-wm/awesome/Makefile
==============================================================================
--- head/x11-wm/awesome/Makefile	Fri Nov  2 11:44:15 2018	(r483801)
+++ head/x11-wm/awesome/Makefile	Fri Nov  2 12:54:13 2018	(r483802)
@@ -8,7 +8,7 @@ DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
 
-MAINTAINER=	garga@FreeBSD.org
+MAINTAINER=	dbaio@FreeBSD.org
 COMMENT=	Highly configurable, next generation framework window manager
 
 LICENSE=	GPLv2+
@@ -28,13 +28,11 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libxcb-xrm.so:x11/xcb-util-xrm \
 		libxkbcommon.so:x11/libxkbcommon
 
-BROKEN_powerpc64=	fails to compile: stack.h: redefinition of typedef 'client_t'
-
 CONFLICTS_INSTALL=	awesome3-[0-9]*
 
+USES=		cmake:outsource compiler:c11 gettext iconv pkgconfig lua shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	awesomewm
-USES=		cmake:outsource gettext iconv pkgconfig lua shebangfix
 SHEBANG_FILES=	utils/awesome-client
 CMAKE_ARGS=	-DSYSCONFDIR=${PREFIX}/etc \
 		-DAWESOME_MAN_PATH=${MANPREFIX}/man \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811021254.wA2CsEZh089583>