svn commit: r325177 - head/devel/liblognorm

Alexey Dokuchaev danfe at FreeBSD.org
Thu Aug 22 08:54:11 UTC 2013


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 at 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/


More information about the svn-ports-head mailing list