From owner-svn-ports-head@FreeBSD.ORG Thu Dec 26 19:16:34 2013 Return-Path: Delivered-To: svn-ports-head@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 6EAAC1B5; Thu, 26 Dec 2013 19:16:34 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 412031A8D; Thu, 26 Dec 2013 19:16:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBQJGYlK034088; Thu, 26 Dec 2013 19:16:34 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBQJGXXh034086; Thu, 26 Dec 2013 19:16:33 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312261916.rBQJGXXh034086@svn.freebsd.org> From: Pawel Pekala Date: Thu, 26 Dec 2013 19:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337599 - head/net/yaz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 19:16:34 -0000 Author: pawel Date: Thu Dec 26 19:16:33 2013 New Revision: 337599 URL: http://svnweb.freebsd.org/changeset/ports/337599 Log: - Update to version 5.0.9 - Port needs tcl now - Use shebangfix to fix tclsh path - Strip libraries --- 5.0.9 2013/12/20 ZOOM/yaz-client: allow SRU searchRetrieveResponse with incorrect namespace. --- 5.0.8 2013/12/20 Make cs_parse_host public.A Fix double HTTP dump (-a log would show HTTP packages twice). Bug introduced in YAZ 5.0.6. --- 5.0.7 2013/12/17 Fix buffer corruption for yaz-ztest record fetch. --- 5.0.6 2013/12/17 Allow yaz-ztest to return user-defined records (one record per file). This is enabled by defining environment variable YAZ_ZTEST_XML_FETCH. Prevent early truncatin of HTTP log. (ODR_PRINT for HTTP streams). Use the stream write instead of odr_printf which has a 4K tmp buffer. Fix encoding of 0x00a4 (unicode to danmarc) YAZ-713 Modified: head/net/yaz/Makefile head/net/yaz/distinfo Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Thu Dec 26 19:14:52 2013 (r337598) +++ head/net/yaz/Makefile Thu Dec 26 19:16:33 2013 (r337599) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.0.5 +PORTVERSION= 5.0.9 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ @@ -11,9 +11,14 @@ COMMENT= Z39.50/SR client and API librar LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu -USE_OPENSSL= yes +USES= iconv pathfix pkgconfig shebangfix tcl +SHEBANG_FILES= util/yaz-asncomp +SHEBANG_LANG= tcl +tcl_OLD_CMD= /usr/bin/tclsh +tcl_CMD= ${TCLSH} + GNU_CONFIGURE= yes -USES= pathfix pkgconfig iconv +USE_OPENSSL= yes USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes @@ -24,8 +29,14 @@ CONFIGURE_ARGS+=--enable-shared --with-o OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} 's|tclsh |tclsh8.6 |' ${WRKSRC}/configure + post-configure: @${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \ ${WRKSRC}/doc/Makefile +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.5 + .include Modified: head/net/yaz/distinfo ============================================================================== --- head/net/yaz/distinfo Thu Dec 26 19:14:52 2013 (r337598) +++ head/net/yaz/distinfo Thu Dec 26 19:16:33 2013 (r337599) @@ -1,2 +1,2 @@ -SHA256 (yaz-5.0.5.tar.gz) = c29bba7dc2f3cc8a0b2bdb6b704026e66c42da5b567c4b90aa965a2ce020628a -SIZE (yaz-5.0.5.tar.gz) = 2441278 +SHA256 (yaz-5.0.9.tar.gz) = bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb +SIZE (yaz-5.0.9.tar.gz) = 2495037