svn commit: r462991 - head/devel/devhelp
Kurt Jaeger
pi at FreeBSD.org
Mon Feb 26 05:28:43 UTC 2018
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 at 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
More information about the svn-ports-head
mailing list