aboutsummaryrefslogtreecommitdiff
path: root/devel/liblognorm
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-22 08:54:10 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-22 08:54:10 +0000
commit706e3eb4d2bb861786cc8a877c00488ecc4c260f (patch)
tree4fa06cb3815dc30d39784fa2ab136358851bb79e /devel/liblognorm
parentca5125658ce1e526f53b4ec987a23c50b72b576c (diff)
downloadports-706e3eb4d2bb861786cc8a877c00488ecc4c260f.tar.gz
ports-706e3eb4d2bb861786cc8a877c00488ecc4c260f.zip
Notes
Diffstat (limited to 'devel/liblognorm')
-rw-r--r--devel/liblognorm/Makefile12
-rw-r--r--devel/liblognorm/pkg-descr6
2 files changed, 11 insertions, 7 deletions
diff --git a/devel/liblognorm/Makefile b/devel/liblognorm/Makefile
index 1a4098ba5c28..0ee51395f765 100644
--- a/devel/liblognorm/Makefile
+++ b/devel/liblognorm/Makefile
@@ -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>
diff --git a/devel/liblognorm/pkg-descr b/devel/liblognorm/pkg-descr
index b5266d87fcaa..aa7db59f1f3f 100644
--- a/devel/liblognorm/pkg-descr
+++ b/devel/liblognorm/pkg-descr
@@ -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/