Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 23:30:25 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532165 - in head/audio/fogpad-lv2: . files
Message-ID:  <202004192330.03JNUPKr047190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Apr 19 23:30:25 2020
New Revision: 532165
URL: https://svnweb.freebsd.org/changeset/ports/532165

Log:
  audio/fogpad-lv2: Correct the comment in files/mntent.h; Add the C++11 requirement for compiler

Modified:
  head/audio/fogpad-lv2/Makefile
  head/audio/fogpad-lv2/files/mntent.h

Modified: head/audio/fogpad-lv2/Makefile
==============================================================================
--- head/audio/fogpad-lv2/Makefile	Sun Apr 19 23:26:42 2020	(r532164)
+++ head/audio/fogpad-lv2/Makefile	Sun Apr 19 23:30:25 2020	(r532165)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		bash:shells/bash
 
-USES=		gmake gnome pkgconfig shebangfix xorg
+USES=		compiler:c++11-lib gmake gnome pkgconfig shebangfix xorg
 SHEBANG_FILES=	dpf/utils/generate-ttl.sh
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmao-org

Modified: head/audio/fogpad-lv2/files/mntent.h
==============================================================================
--- head/audio/fogpad-lv2/files/mntent.h	Sun Apr 19 23:26:42 2020	(r532164)
+++ head/audio/fogpad-lv2/files/mntent.h	Sun Apr 19 23:30:25 2020	(r532165)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+// $FreeBSD$
 
 /*
  *  mntent



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