Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 08:54:10 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325177 - head/devel/liblognorm
Message-ID:  <201308220854.r7M8sAmS060172@svn.freebsd.org>

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

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/



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