From owner-svn-ports-all@FreeBSD.ORG Tue Jun 24 07:09:26 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 36B68626; Tue, 24 Jun 2014 07:09:26 +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 240912659; Tue, 24 Jun 2014 07:09:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5O79Q3V041287; Tue, 24 Jun 2014 07:09:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5O79Pvf041286; Tue, 24 Jun 2014 07:09:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406240709.s5O79Pvf041286@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 24 Jun 2014 07:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359048 - head/editors/libreoffice 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: Tue, 24 Jun 2014 07:09:26 -0000 Author: bapt Date: Tue Jun 24 07:09:25 2014 New Revision: 359048 URL: http://svnweb.freebsd.org/changeset/ports/359048 QAT: https://qat.redports.org/buildarchive/r359048/ Log: Convert USE_PGSQL to USES=pgsql Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Tue Jun 24 07:04:01 2014 (r359047) +++ head/editors/libreoffice/Makefile Tue Jun 24 07:09:25 2014 (r359048) @@ -251,7 +251,7 @@ KDE4_CONFIGURE_ENV= KDE4DIR="${KDE4_PREF MMEDIA_USE= GSTREAMER=yes MMEDIA_CONFIGURE_ENABLE= gstreamer-0-10 -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql:90+ PGSQL_CONFIGURE_ENABLE= postgresql-sdbc PGSQL_CONFIGURE_WITH= gssapi krb5 @@ -290,10 +290,6 @@ USES+= desktop-file-utils INSTALLS_ICONS= yes .endif -.if ${PORT_OPTIONS:MPGSQL} -WANT_PGSQL_VER= 90+ -.endif - .if empty(PORT_OPTIONS:MTEST) EXTRA_PATCHES+= ${FILESDIR}/disable-cppunittester .endif