svn commit: r460131 - head/x11-toolkits/libgnomeprintuimm

Alexey Dokuchaev danfe at FreeBSD.org
Sat Jan 27 17:34:52 UTC 2018


Author: danfe
Date: Sat Jan 27 17:34:51 2018
New Revision: 460131
URL: https://svnweb.freebsd.org/changeset/ports/460131

Log:
  Unbreak and undeprecate (chase libsigc++20 update).

Modified:
  head/x11-toolkits/libgnomeprintuimm/Makefile

Modified: head/x11-toolkits/libgnomeprintuimm/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeprintuimm/Makefile	Sat Jan 27 16:53:26 2018	(r460130)
+++ head/x11-toolkits/libgnomeprintuimm/Makefile	Sat Jan 27 17:34:51 2018	(r460131)
@@ -11,15 +11,13 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	bland at FreeBSD.org
 COMMENT=	C++ wrappers for the GNOME print support library
 
-BROKEN=		fails to build
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2018-01-27
-
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24 \
 		libgnomeprintmm-2.5.so:print/libgnomeprintmm
 BUILD_DEPENDS=	gm4:devel/m4
 
-USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USES=		compiler:c++11-lang gmake libtool:keepla pathfix \
+		pkgconfig tar:bzip2
+USE_CXXSTD=	c++11
 USE_GNOME=	gnomeprefix libgnomeprintui
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list