Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 17:21:32 +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: r367054 - head/www/udmsearch
Message-ID:  <201409021721.s82HLW6v051420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Sep  2 17:21:31 2014
New Revision: 367054
URL: http://svnweb.freebsd.org/changeset/ports/367054
QAT: https://qat.redports.org/buildarchive/r367054/

Log:
  Add USES=libtool

Modified:
  head/www/udmsearch/Makefile
  head/www/udmsearch/pkg-plist

Modified: head/www/udmsearch/Makefile
==============================================================================
--- head/www/udmsearch/Makefile	Tue Sep  2 17:04:28 2014	(r367053)
+++ head/www/udmsearch/Makefile	Tue Sep  2 17:21:31 2014	(r367054)
@@ -3,7 +3,7 @@
 
 PORTNAME=	udmsearch
 PORTVERSION=	3.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www databases
 MASTER_SITES=	http://www.mnogosearch.org/Download/ \
 		http://udmsearch.real-time.com/Download/
@@ -18,6 +18,7 @@ CONFIGURE_ARGS=	--enable-charset-guesser
 		--enable-freebsd-pthreads \
 		--sysconfdir=${PREFIX}/etc/udmsearch \
 		--localstatedir=/var/udmsearch
+USES=		libtool
 
 OPTIONS_DEFINE=		MSQL MYSQL PGSQL DOCS
 OPTIONS_DEFAULT=	MYSQL
@@ -32,7 +33,6 @@ PGSQL_CONFIGURE_ON+=	--with-pgsql=${LOCA
 PORTDOCS=	*
 
 SUB_FILES=	pkg-message
-.include <bsd.port.options.mk>
 
 pre-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}

Modified: head/www/udmsearch/pkg-plist
==============================================================================
--- head/www/udmsearch/pkg-plist	Tue Sep  2 17:04:28 2014	(r367053)
+++ head/www/udmsearch/pkg-plist	Tue Sep  2 17:21:31 2014	(r367054)
@@ -82,7 +82,6 @@ include/udm_utils.h
 include/udm_xmalloc.h
 include/udmsearch.h
 lib/libudmsearch.a
-lib/libudmsearch.la
 sbin/indexer
 sbin/splitter
 man/man1/indexer.1.gz



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