svn commit: r366671 - head/databases/mysql-xql
Tijl Coosemans
tijl at FreeBSD.org
Sat Aug 30 19:46:02 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list