Date: Sun, 4 Sep 2016 15:01:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421341 - head/databases/libgda5 Message-ID: <201609041501.u84F1Trl095802@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609041501.u84F1Trl095802>