svn commit: r499700 - head/archivers/libcabinet/files

Jan Beich jbeich at FreeBSD.org
Tue Apr 23 00:20:48 UTC 2019


Author: jbeich
Date: Tue Apr 23 00:20:47 2019
New Revision: 499700
URL: https://svnweb.freebsd.org/changeset/ports/499700

Log:
  archivers/libcabinet: back out r499648 after base r346576
  
  This port builds fine with implicit -std=gnu++14 or any -std= as long
  as GNU extensions are enabled.

Modified:
  head/archivers/libcabinet/files/patch-Makefile   (contents, props changed)

Modified: head/archivers/libcabinet/files/patch-Makefile
==============================================================================
--- head/archivers/libcabinet/files/patch-Makefile	Tue Apr 23 00:14:17 2019	(r499699)
+++ head/archivers/libcabinet/files/patch-Makefile	Tue Apr 23 00:20:47 2019	(r499700)
@@ -1,9 +1,8 @@
---- Makefile.orig	2019-04-22 14:24:18 UTC
+--- Makefile.orig	2016-07-26 12:03:27 UTC
 +++ Makefile
-@@ -0,0 +1,17 @@
+@@ -0,0 +1,16 @@
 +NO_PROFILE=	true
 +CXXFLAGS+=	-Wno-deprecated
-+CXXSTD=		gnu++98
 +LIB=		cabinet
 +LIBDIR=		${PREFIX}/lib
 +INCSDIR=	${PREFIX}/include/cabinet


More information about the svn-ports-all mailing list