From owner-svn-ports-head@FreeBSD.ORG Sat Aug 30 19:46:02 2014 Return-Path: Delivered-To: svn-ports-head@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 5C128D01; Sat, 30 Aug 2014 19:46:02 +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 46FB310C7; Sat, 30 Aug 2014 19:46:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7UJk2T3018880; Sat, 30 Aug 2014 19:46:02 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7UJk2xd018879; Sat, 30 Aug 2014 19:46:02 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408301946.s7UJk2xd018879@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 30 Aug 2014 19:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366671 - head/databases/mysql-xql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 19:46:02 -0000 Author: tijl Date: Sat Aug 30 19:46:01 2014 New Revision: 366671 URL: http://svnweb.freebsd.org/changeset/ports/366671 QAT: https://qat.redports.org/buildarchive/r366671/ Log: - Add USES=libtool and INSTALL_TARGET=install-strip - Disable static plugin Modified: head/databases/mysql-xql/Makefile Modified: head/databases/mysql-xql/Makefile ============================================================================== --- head/databases/mysql-xql/Makefile Sat Aug 30 19:23:18 2014 (r366670) +++ head/databases/mysql-xql/Makefile Sat Aug 30 19:46:01 2014 (r366671) @@ -3,7 +3,7 @@ PORTNAME= mysql-xql PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://www.mysqludf.org/lib_mysqludf_xql/ DISTNAME= lib_mysqludf_xql-${PORTVERSION} @@ -11,17 +11,15 @@ DISTNAME= lib_mysqludf_xql-${PORTVERSION MAINTAINER= syncer@gmail.com COMMENT= Library provides XML output functions to MySQL server -USE_GNOME= libxml2 GNU_CONFIGURE= yes -USES= gmake +CONFIGURE_ARGS= --disable-static +INSTALL_TARGET= install-strip +USES= gmake libtool +USE_GNOME= libxml2 USE_MYSQL= yes USE_LDCONFIG= yes -PLIST_FILES= \ - lib/mysql/plugin/lib_mysqludf_xql.a \ - lib/mysql/plugin/lib_mysqludf_xql.la \ - lib/mysql/plugin/lib_mysqludf_xql.so - -PLIST_DIRS= lib/mysql/plugin +PLIST_FILES= lib/mysql/plugin/lib_mysqludf_xql.so +PLIST_DIRSTRY= lib/mysql/plugin .include