From owner-svn-ports-all@FreeBSD.ORG Mon Dec 8 22:11:11 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E10D7BAA; Mon, 8 Dec 2014 22:11:10 +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 C0CB1937; Mon, 8 Dec 2014 22:11:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB8MBAIi084186; Mon, 8 Dec 2014 22:11:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB8MBAmw084182; Mon, 8 Dec 2014 22:11:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412082211.sB8MBAmw084182@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 8 Dec 2014 22:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374335 - in head: databases/mysqlbigram security/lasso 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: Mon, 08 Dec 2014 22:11:11 -0000 Author: antoine Date: Mon Dec 8 22:11:09 2014 New Revision: 374335 URL: https://svnweb.freebsd.org/changeset/ports/374335 QAT: https://qat.redports.org/buildarchive/r374335/ Log: Fix some horribly broken ports Broken resurrections provided by: danfe Modified: head/databases/mysqlbigram/Makefile head/security/lasso/Makefile head/security/lasso/pkg-plist Modified: head/databases/mysqlbigram/Makefile ============================================================================== --- head/databases/mysqlbigram/Makefile Mon Dec 8 21:54:04 2014 (r374334) +++ head/databases/mysqlbigram/Makefile Mon Dec 8 22:11:09 2014 (r374335) @@ -3,6 +3,7 @@ PORTNAME= mysqlbigram PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://mysqlbigram.googlepages.com/ DISTNAME= bi_gram-src-${PORTVERSION} @@ -13,12 +14,14 @@ COMMENT= Simple n-gram (bi-gram) fulltex LICENSE= LGPL21 GNU_CONFIGURE= yes +USES= libtool USE_MYSQL= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/bi_gram -PLIST_FILES= lib/mysql/bi_gramlib.la \ - lib/mysql/bi_gramlib.so \ - lib/mysql/bi_gramlib.so.0 +PLIST_FILES= lib/mysql/bi_gramlib.so \ + lib/mysql/bi_gramlib.so.0 \ + lib/mysql/bi_gramlib.so.0.0.0 post-patch: @${REINPLACE_CMD} -e 's,bool ,my_&,' ${WRKSRC}/bi_gram_plugin.c Modified: head/security/lasso/Makefile ============================================================================== --- head/security/lasso/Makefile Mon Dec 8 21:54:04 2014 (r374334) +++ head/security/lasso/Makefile Mon Dec 8 22:11:09 2014 (r374335) @@ -3,6 +3,7 @@ PORTNAME= lasso PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://dev.entrouvert.org/releases/lasso/ @@ -14,12 +15,13 @@ LICENSE= GPLv2 BUILD_DEPENDS= xmlsec1:${PORTSDIR}/security/xmlsec1 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-java --with-zlib USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= PERL PHP PYTHON DOCS @@ -51,7 +53,6 @@ PLIST_SUB+= PHP5="@comment " CONFIGURE_ARGS+= --enable-python PLIST_SUB+= PYTHON="" USES+= python -USE_PYTHON= yes .else USES+= python:build CONFIGURE_ARGS+= --disable-python Modified: head/security/lasso/pkg-plist ============================================================================== --- head/security/lasso/pkg-plist Mon Dec 8 21:54:04 2014 (r374334) +++ head/security/lasso/pkg-plist Mon Dec 8 22:11:09 2014 (r374335) @@ -17,10 +17,8 @@ %%PHP5%%etc/php5/conf.d/lasso.ini %%PHP5%%share/php/lasso.php %%PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.a -%%PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.la %%PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/lasso.py include/lasso/backward_comp.h @@ -171,7 +169,7 @@ include/lasso/xml/tools.h include/lasso/xml/xml.h include/lasso/xml/xml_enc.h lib/liblasso.a -lib/liblasso.la lib/liblasso.so -lib/liblasso.so.14 +lib/liblasso.so.3 +lib/liblasso.so.3.11.1 libdata/pkgconfig/lasso.pc