From owner-svn-ports-all@freebsd.org Sun Sep 4 15:01:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2153CA9D91D; Sun, 4 Sep 2016 15:01:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8376909; Sun, 4 Sep 2016 15:01:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u84F1TGJ095803; Sun, 4 Sep 2016 15:01:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u84F1Trl095802; Sun, 4 Sep 2016 15:01:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609041501.u84F1Trl095802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 4 Sep 2016 15:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421341 - head/databases/libgda5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2016 15:01:30 -0000 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