Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 22:11:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201412082211.sB8MBAmw084182@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412082211.sB8MBAmw084182>