From owner-svn-ports-head@FreeBSD.ORG Thu Aug 22 08:54:11 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 ESMTP id 7FC284C9; Thu, 22 Aug 2013 08:54:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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 535CB2A7D; Thu, 22 Aug 2013 08:54:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7M8sBEn060174; Thu, 22 Aug 2013 08:54:11 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7M8sAmS060172; Thu, 22 Aug 2013 08:54:10 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308220854.r7M8sAmS060172@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 22 Aug 2013 08:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325177 - head/devel/liblognorm 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.14 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, 22 Aug 2013 08:54:11 -0000 Author: danfe Date: Thu Aug 22 08:54:10 2013 New Revision: 325177 URL: http://svnweb.freebsd.org/changeset/ports/325177 Log: - Try to fix parallel (-jX) builds - Cleanup the port while I am here NB: there is version 0.3.7 available. Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Modified: head/devel/liblognorm/Makefile head/devel/liblognorm/pkg-descr Modified: head/devel/liblognorm/Makefile ============================================================================== --- head/devel/liblognorm/Makefile Thu Aug 22 08:27:03 2013 (r325176) +++ head/devel/liblognorm/Makefile Thu Aug 22 08:54:10 2013 (r325177) @@ -6,17 +6,21 @@ CATEGORIES= devel net security MASTER_SITES= http://www.liblognorm.com/download/files/download/ MAINTAINER= pauls@utdallas.edu -COMMENT= A log normalizer +COMMENT= Log normalizer LICENSE= GPLv2 -LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ - estr:${PORTSDIR}/devel/libestr +LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \ + libestr.so:${PORTSDIR}/devel/libestr USES= pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE=yes +# Try to fix parallel (-jX) builds +post-patch: + @${REINPLACE_CMD} -e \ + '/^lognormalizer_DEPENDENCIES/s,=,= $$(lib_LTLIBRARIES),' \ + ${WRKSRC}/src/Makefile.in .include Modified: head/devel/liblognorm/pkg-descr ============================================================================== --- head/devel/liblognorm/pkg-descr Thu Aug 22 08:27:03 2013 (r325176) +++ head/devel/liblognorm/pkg-descr Thu Aug 22 08:54:10 2013 (r325177) @@ -1,8 +1,8 @@ -liblognorm shall help to make sense out of syslog data, or, actually, -any event data that is present in text form. +liblognorm shall help to make sense out of syslog data, or, actually, any +event data that is present in text form. In short words, one will be able to throw arbitrary log message to liblognorm, one at a time, and for each message it will output well-defined name-value pairs and a set of tags describing the message. -WWW: http://www.liblognorm.com +WWW: http://www.liblognorm.com/