From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 18:55:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2889F44E; Fri, 27 Jun 2014 18:55:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0AB222FFF; Fri, 27 Jun 2014 18:55:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RIsxCR045438; Fri, 27 Jun 2014 18:54:59 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RIsx4Z045434; Fri, 27 Jun 2014 18:54:59 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406271854.s5RIsx4Z045434@svn.freebsd.org> From: Antoine Brodin Date: Fri, 27 Jun 2014 18:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359596 - in head: devel/py-yum-metadata-parser net/desktop-data-model textproc/openvanilla-modules textproc/refdb 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.18 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: Fri, 27 Jun 2014 18:55:00 -0000 Author: antoine Date: Fri Jun 27 18:54:58 2014 New Revision: 359596 URL: http://svnweb.freebsd.org/changeset/ports/359596 QAT: https://qat.redports.org/buildarchive/r359596/ Log: Fix after sqlite3 update With hat: portmgr Modified: head/devel/py-yum-metadata-parser/Makefile head/net/desktop-data-model/Makefile head/textproc/openvanilla-modules/Makefile head/textproc/refdb/Makefile Modified: head/devel/py-yum-metadata-parser/Makefile ============================================================================== --- head/devel/py-yum-metadata-parser/Makefile Fri Jun 27 18:41:19 2014 (r359595) +++ head/devel/py-yum-metadata-parser/Makefile Fri Jun 27 18:54:58 2014 (r359596) @@ -12,7 +12,7 @@ MAINTAINER= afb@rpm5.org COMMENT= Fast metadata parser for yum LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ glib-2.0:${PORTSDIR}/devel/glib20 USES= pkgconfig Modified: head/net/desktop-data-model/Makefile ============================================================================== --- head/net/desktop-data-model/Makefile Fri Jun 27 18:41:19 2014 (r359595) +++ head/net/desktop-data-model/Makefile Fri Jun 27 18:54:58 2014 (r359596) @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ dbus-1.3:${PORTSDIR}/devel/dbus \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ loudmouth-1.0:${PORTSDIR}/net-im/loudmouth USE_BZIP2= yes Modified: head/textproc/openvanilla-modules/Makefile ============================================================================== --- head/textproc/openvanilla-modules/Makefile Fri Jun 27 18:41:19 2014 (r359595) +++ head/textproc/openvanilla-modules/Makefile Fri Jun 27 18:54:58 2014 (r359596) @@ -94,7 +94,7 @@ PLIST_SUB+= OVIMUnicode="@comment " #DISTFILES+= liu5.cin #NOFETCHFILES= liu5.cin #EXTRACT_ONLY+= openvanilla-${PORTVERSION}${EXTRACT_SUFX} -#LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 +#LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 #LDFLAGS+= ${LOCALBASE}/lib #.if !exists(${DISTDIR}/liu5.cin) #IGNORE= need liu5.cin from a legal copy of LIU57 standard version CDROM to use Boshiamy input module. Please copy /UNIX/xcin2.5/liu5.cin from the CDROM to ${DISTDIR} and run make again Modified: head/textproc/refdb/Makefile ============================================================================== --- head/textproc/refdb/Makefile Fri Jun 27 18:41:19 2014 (r359595) +++ head/textproc/refdb/Makefile Fri Jun 27 18:54:58 2014 (r359596) @@ -70,7 +70,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/dbd:${P CONFIGURE_ARGS+= --with-db-server=pgsql .elif ${PORT_OPTIONS:MSQLITE} -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 # If libdbi-drivers has been built without SQLite driver, abort .if exists(${LOCALBASE}/lib/dbd) && !exists(${LOCALBASE}/lib/dbd/libdbdsqlite.so) IGNORE= rebuild databases/libdbi-drivers with SQLite support