mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Upgrade devel/liblogging to 1.0.5 and enable rfc3195 support for rsyslog to use.
Changelog: http://www.liblogging.org/2014/12/liblogging-105-released.html Approved by: zi
This commit is contained in:
parent
c29ec91192
commit
210da0c12d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374482
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liblogging
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://download.rsyslog.com/liblogging/
|
||||
|
||||
@ -15,9 +14,11 @@ LICENSE= BSD2CLAUSE
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pathfix pkgconfig
|
||||
|
||||
CONFIGURE_ARGS+= --disable-journal
|
||||
CONFIGURE_ARGS+= --disable-journal --enable-rfc3195
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.0.0
|
||||
.for l in rfc3195 stdlog
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-${l}.so.0.0.0
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (liblogging-1.0.4.tar.gz) = aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c
|
||||
SIZE (liblogging-1.0.4.tar.gz) = 565078
|
||||
SHA256 (liblogging-1.0.5.tar.gz) = 310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b
|
||||
SIZE (liblogging-1.0.5.tar.gz) = 571051
|
||||
|
@ -1,9 +1,18 @@
|
||||
bin/stdlogctl
|
||||
include/liblogging/liblogging.h
|
||||
include/liblogging/settings.h
|
||||
include/liblogging/srAPI.h
|
||||
include/liblogging/stdlog.h
|
||||
include/liblogging/syslogmessage.h
|
||||
lib/liblogging-rfc3195.a
|
||||
lib/liblogging-rfc3195.so
|
||||
lib/liblogging-rfc3195.so.0
|
||||
lib/liblogging-rfc3195.so.0.0.0
|
||||
lib/liblogging-stdlog.a
|
||||
lib/liblogging-stdlog.so
|
||||
lib/liblogging-stdlog.so.0
|
||||
lib/liblogging-stdlog.so.0.0.0
|
||||
libdata/pkgconfig/liblogging-rfc3195.pc
|
||||
libdata/pkgconfig/liblogging-stdlog.pc
|
||||
man/man1/stdlogctl.1.gz
|
||||
man/man3/stdlog.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user