From owner-svn-ports-all@FreeBSD.ORG Tue Sep 9 20:31:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BC3438B; Tue, 9 Sep 2014 20:31:23 +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 878EA24A; Tue, 9 Sep 2014 20:31:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89KVNKu075004; Tue, 9 Sep 2014 20:31:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89KVNlK075002; Tue, 9 Sep 2014 20:31:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409092031.s89KVNlK075002@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 9 Sep 2014 20:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367776 - in head/databases/mysql++1: . files 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-1 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, 09 Sep 2014 20:31:23 -0000 Author: tijl Date: Tue Sep 9 20:31:22 2014 New Revision: 367776 URL: http://svnweb.freebsd.org/changeset/ports/367776 QAT: https://qat.redports.org/buildarchive/r367776/ Log: Convert to USES=libtool and add INSTALL_TARGET=install-strip Deleted: head/databases/mysql++1/files/ Modified: head/databases/mysql++1/Makefile head/databases/mysql++1/pkg-plist Modified: head/databases/mysql++1/Makefile ============================================================================== --- head/databases/mysql++1/Makefile Tue Sep 9 20:30:28 2014 (r367775) +++ head/databases/mysql++1/Makefile Tue Sep 9 20:31:22 2014 (r367776) @@ -3,7 +3,7 @@ PORTNAME= mysql++ PORTVERSION= 1.7.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases devel MASTER_SITES= http://tangentsoft.net/mysql++/releases/ PKGNAMESUFFIX= 1-mysql${MYSQL_VER} @@ -11,12 +11,14 @@ PKGNAMESUFFIX= 1-mysql${MYSQL_VER} MAINTAINER= sergey@network-asp.biz COMMENT= Complex C++ API for MySQL${MYSQL_VER} -USE_MYSQL= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ --includedir=${PREFIX}/include/mysql++ \ --disable-examples +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes +USE_MYSQL= yes CONFLICTS= ${PORTNAME}*-2.* Modified: head/databases/mysql++1/pkg-plist ============================================================================== --- head/databases/mysql++1/pkg-plist Tue Sep 9 20:30:28 2014 (r367775) +++ head/databases/mysql++1/pkg-plist Tue Sep 9 20:31:22 2014 (r367776) @@ -30,9 +30,9 @@ include/mysql++/tiny_int.h include/mysql++/type_info.h include/mysql++/vallist.h lib/libmysqlpp.a -lib/libmysqlpp.la lib/libmysqlpp.so lib/libmysqlpp.so.4 +lib/libmysqlpp.so.4.0.0 %%PORTDOCS%%%%DOCSDIR%%/mysqlpp-refman.pdf %%PORTDOCS%%%%DOCSDIR%%/mysqlpp-userman.pdf %%PORTDOCS%%%%DOCSDIR%%/refman/html/annotated.html