svn commit: r532165 - in head/audio/fogpad-lv2: . files

Yuri Victorovich yuri at FreeBSD.org
Sun Apr 19 23:30:25 UTC 2020


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


More information about the svn-ports-head mailing list