Date: Sun, 25 Feb 2018 17:33:04 +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: r462968 - head/net/uhttpmock Message-ID: <201802251733.w1PHX4AV030534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Feb 25 17:33:04 2018 New Revision: 462968 URL: https://svnweb.freebsd.org/changeset/ports/462968 Log: net/uhttpmock: Disable -Werror (Fails to build due to warnings) PR: 224381 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Approved by: koobs Modified: head/net/uhttpmock/Makefile Modified: head/net/uhttpmock/Makefile ============================================================================== --- head/net/uhttpmock/Makefile Sun Feb 25 17:11:01 2018 (r462967) +++ head/net/uhttpmock/Makefile Sun Feb 25 17:33:04 2018 (r462968) @@ -3,6 +3,7 @@ PORTNAME= uhttpmock PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/ DIST_SUBDIR= gnome3 @@ -19,6 +20,8 @@ USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-Werror + INSTALL_TARGET= install-strip .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802251733.w1PHX4AV030534>