svn commit: r421341 - head/databases/libgda5

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 4 15:01:30 UTC 2016


Author: amdmi3
Date: Sun Sep  4 15:01:28 2016
New Revision: 421341
URL: https://svnweb.freebsd.org/changeset/ports/421341

Log:
  - Convert to USES=localbase, fixing build (it mixes up bundled and system sqlite headers)
  - While here, verbosify build
  
  Approved by:	portmgr blanket

Modified:
  head/databases/libgda5/Makefile

Modified: head/databases/libgda5/Makefile
==============================================================================
--- head/databases/libgda5/Makefile	Sun Sep  4 14:30:13 2016	(r421340)
+++ head/databases/libgda5/Makefile	Sun Sep  4 15:01:28 2016	(r421341)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libgcrypt.so:security/libgc
 		libsoup-2.4.so:devel/libsoup \
 		libjson-glib-1.0.so:devel/json-glib
 
-USES+=		gettext gmake libtool pathfix pkgconfig
+USES+=		gettext gmake libtool localbase pathfix pkgconfig
 USE_GNOME=	glib20 libxslt intlhack referencehack
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -31,9 +31,8 @@ INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--without-oracle \
 		--disable-crypto \
 		--disable-default-binary \
-		--enable-introspection
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+		--enable-introspection \
+		--disable-silent-rules
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list