Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 04:51:17 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r432014 - branches/2017Q1/net-im/folks
Message-ID:  <201701210451.v0L4pHg2029404@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jan 21 04:51:16 2017
New Revision: 432014
URL: https://svnweb.freebsd.org/changeset/ports/432014

Log:
  MFH: r432012
  
  net-im/folks: ignore warnings in system headers
  
  Pass -isystem to avoid adding -Wno-foo each time Clang bumps into an
  issue with a header from another port.
  
  PR:		216031
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q1/net-im/folks/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/net-im/folks/Makefile
==============================================================================
--- branches/2017Q1/net-im/folks/Makefile	Sat Jan 21 04:40:06 2017	(r432013)
+++ branches/2017Q1/net-im/folks/Makefile	Sat Jan 21 04:51:16 2017	(r432014)
@@ -18,12 +18,10 @@ LIB_DEPENDS=	libgee-0.8.so:devel/libgee 
 CONFLICTS=	folks-0.4.[0-9]*
 
 USE_LDCONFIG=	yes
-USES=		gettext libtool gmake pathfix pkgconfig tar:xz
+USES=		gettext gmake libtool localbase pathfix pkgconfig tar:xz
 USE_GNOME=	evolutiondataserver3 intlhack introspection:build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-bluez-backend
-CPPFLAGS+=	-I${LOCALBASE}/include -Wno-error=deprecated-declarations
-LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.freedesktop.folks.gschema.xml



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