Date: Sat, 30 Aug 2014 19:46:02 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366671 - head/databases/mysql-xql Message-ID: <201408301946.s7UJk2xd018879@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408301946.s7UJk2xd018879>