Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 05:28:43 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462991 - head/devel/devhelp
Message-ID:  <201802260528.w1Q5ShgW087321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Feb 26 05:28:42 2018
New Revision: 462991
URL: https://svnweb.freebsd.org/changeset/ports/462991

Log:
  devel/devhelp: Disable -Werror (Fails to build due to warnings)
  
  PR:		226151
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/devel/devhelp/Makefile

Modified: head/devel/devhelp/Makefile
==============================================================================
--- head/devel/devhelp/Makefile	Mon Feb 26 05:19:32 2018	(r462990)
+++ head/devel/devhelp/Makefile	Mon Feb 26 05:28:42 2018	(r462991)
@@ -3,7 +3,7 @@
 
 PORTNAME=	devhelp
 PORTVERSION=	3.24.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -16,13 +16,15 @@ LICENSE_FILES=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3
-		
+
 PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c++11-lib gettext gmake gnome libtool localbase \
 		pathfix pkgconfig python:3.3+,build tar:xz
 USE_GNOME=	cairo gtk30 introspection
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--disable-Werror
+
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip



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