diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-06 14:59:22 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-06 14:59:22 +0000 |
commit | 4da8bad43a0ab34d605853ab52f17f8226373ad0 (patch) | |
tree | 6f8a4c3101d324ef0cb63aed17e874519126a721 /devel | |
parent | 4ff7581436a8bd7ea5047f50ba5433d033e3dca9 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libol/Makefile | 5 | ||||
-rw-r--r-- | devel/libol/distinfo | 2 | ||||
-rw-r--r-- | devel/libol/files/patch-aa | 8 | ||||
-rw-r--r-- | devel/libol/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libol/pkg-plist | 1 |
5 files changed, 10 insertions, 8 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile index 9cb9699a7546..7ca0f12c9e13 100644 --- a/devel/libol/Makefile +++ b/devel/libol/Makefile @@ -6,13 +6,14 @@ # PORTNAME= libol -PORTVERSION= 0.2.24 +PORTVERSION= 0.3.9 CATEGORIES= devel -MASTER_SITES= http://www.balabit.hu/downloads/libol/0.2/ +MASTER_SITES= http://www.balabit.com/downloads/libol/0.3/ MAINTAINER= vince@blue-box.net COMMENT= Library needed by syslog-ng +GNU_CONFIGURE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/devel/libol/distinfo b/devel/libol/distinfo index 0ebead622789..fffbc486394e 100644 --- a/devel/libol/distinfo +++ b/devel/libol/distinfo @@ -1 +1 @@ -MD5 (libol-0.2.24.tar.gz) = 125a81eb358539ca444800be3e51baf6 +MD5 (libol-0.3.9.tar.gz) = a7d7b3875dfc7b78472a9cd3b883cd5d diff --git a/devel/libol/files/patch-aa b/devel/libol/files/patch-aa index a67ec824b75b..2c85b49670d4 100644 --- a/devel/libol/files/patch-aa +++ b/devel/libol/files/patch-aa @@ -1,7 +1,7 @@ ---- configure.orig Fri May 19 13:37:53 2000 -+++ configure Fri May 19 13:38:07 2000 -@@ -2704,7 +2704,7 @@ - if test $with_debug = "yes"; then +--- configure.orig Mon Mar 3 14:54:16 2003 ++++ configure Mon Mar 3 14:54:37 2003 +@@ -6438,7 +6438,7 @@ + if test $enable_debug = "yes"; then CFLAGS="-Wall -g" else - CFLAGS="-Wall -O2" diff --git a/devel/libol/pkg-descr b/devel/libol/pkg-descr index e691e580dc4e..37bc0698d13c 100644 --- a/devel/libol/pkg-descr +++ b/devel/libol/pkg-descr @@ -1,6 +1,6 @@ Library required by syslog-ng. Not much is documented. -WWW: http://www.balabit.hu/products/syslog-ng/ +WWW: http://www.balabit.com/products/syslog_ng/ -Vince vince@blue-box.net diff --git a/devel/libol/pkg-plist b/devel/libol/pkg-plist index dd83a7218053..0fb426648016 100644 --- a/devel/libol/pkg-plist +++ b/devel/libol/pkg-plist @@ -30,6 +30,7 @@ include/libol/stream_buffer.h include/libol/werror.h include/libol/xalloc.h lib/libol.a +lib/libol.la lib/libol.so lib/libol.so.0 @dirrm include/libol |