Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2019 14:57:56 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514231 - in head: audio/xfmpc net/bwn-firmware-kmod x11/xfce4-quicklauncher-plugin
Message-ID:  <201910101457.x9AEvuFc071881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Oct 10 14:57:55 2019
New Revision: 514231
URL: https://svnweb.freebsd.org/changeset/ports/514231

Log:
  Add USES=compiler:c11 to 2 next xfce4 ports.
  
  Unbreak bwn-firmware-kmod on powerpc64, there are PCI controllers on powerpc64 boards.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/audio/xfmpc/Makefile
  head/net/bwn-firmware-kmod/Makefile
  head/x11/xfce4-quicklauncher-plugin/Makefile

Modified: head/audio/xfmpc/Makefile
==============================================================================
--- head/audio/xfmpc/Makefile	Thu Oct 10 14:42:10 2019	(r514230)
+++ head/audio/xfmpc/Makefile	Thu Oct 10 14:57:55 2019	(r514231)
@@ -16,7 +16,8 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libmpd.so:audio/libmpd
 
-USES=		gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \
+		xfce xorg
 USE_GNOME=	cairo gtk30 intltool
 USE_XFCE=	libmenu
 USE_XORG=	ice sm x11

Modified: head/net/bwn-firmware-kmod/Makefile
==============================================================================
--- head/net/bwn-firmware-kmod/Makefile	Thu Oct 10 14:42:10 2019	(r514230)
+++ head/net/bwn-firmware-kmod/Makefile	Thu Oct 10 14:57:55 2019	(r514231)
@@ -13,7 +13,7 @@ EXTRACT_ONLY=
 MAINTAINER=	swhetzel@gmail.com
 COMMENT=	Broadcom AirForce IEEE 802.11 Firmware Kernel Module
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
 ONLY_FOR_ARCHS_REASON=	hardware particular to PCI/CardBus
 
 BUILD_DEPENDS=	b43-fwcutter:sysutils/b43-fwcutter

Modified: head/x11/xfce4-quicklauncher-plugin/Makefile
==============================================================================
--- head/x11/xfce4-quicklauncher-plugin/Makefile	Thu Oct 10 14:42:10 2019	(r514230)
+++ head/x11/xfce4-quicklauncher-plugin/Makefile	Thu Oct 10 14:57:55 2019	(r514231)
@@ -16,7 +16,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gettext gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk2
+USES=		compiler:c11 gettext gmake gnome libtool pkgconfig tar:bzip2 \
+		xfce:gtk2
 USE_GNOME=	cairo gdkpixbuf2 gtk20 intltool
 USE_XFCE=	libgui panel
 



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