Skip to content

Commit

Permalink
vanessa_logger-0.0.10 (rebuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jan 3, 2025
1 parent b641860 commit ad02c07
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 24 deletions.
28 changes: 16 additions & 12 deletions vanessa_logger/README
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,26 @@ syslog loggers doesn't makes sense. Includes the ability to limit which
messages will be logged based on priorities.

Runtime requirements:
cygwin-2.6.0-1
libvanessa_logger0-0.0.10-1bl3
pkg-config-0.29.1-1
cygwin-3.5.4-1
libvanessa_logger-devel-0.0.10-1bl4
libvanessa_logger0-0.0.10-1bl4
pkg-config-2.3.0-1

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-9-1
binutils-2.25-4
cygport-0.23.0-1
gcc-core-5.4.0-1
libtool-2.4.6-4
make-4.2.1-1
autoconf-15-2
automake-20240607-1
binutils-2.43.1-1
cygport-0.36.9-1
gcc-core-12.4.0-3
libtool-2.5.3-1
make-4.4.1-2

Canonical website:
http://www.vergenet.net/linux/vanessa/
https://projects.horms.net/projects/vanessa/

Canonical download:
http://www.vergenet.net/linux/vanessa/download/vanessa_logger/0.0.10/vanessa_logger-0.0.10.tar.bz2
https://projects.horms.net/projects/vanessa/download/vanessa_logger/0.0.10/vanessa_logger-0.0.10.tar.bz2

-------------------------------------------

Expand Down Expand Up @@ -69,6 +70,9 @@ Files included in the binary package:

Port Notes:

----- version 0.0.10-1bl4 -----
Rebuild with gcc-12.4.0

----- version 0.0.10-1bl3 -----
Rebuild with gcc-5.4.0

Expand Down
8 changes: 0 additions & 8 deletions vanessa_logger/vanessa_logger-0.0.10-1bl3.src.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HOMEPAGE="http://www.vergenet.net/linux/vanessa/"
SRC_URI="http://www.vergenet.net/linux/vanessa/download/${PN}/${PV[0]}/${P}.tar.bz2"
HOMEPAGE="https://projects.horms.net/projects/vanessa/"
SRC_URI="https://projects.horms.net/projects/vanessa/download/${PN}/${PV}/${P}.tar.bz2"

CATEGORY="Libs"
SUMMARY="Vanessa Generic logging layer"
Expand All @@ -9,6 +9,10 @@ Though due to to limitations in the implementation of syslog opening multiple
syslog loggers doesn't makes sense. Includes the ability to limit which
messages will be logged based on priorities."

LICENSE="LGPL-2.1-or-later"
LICENSE_SPDX="SPDX-License-Identifier: LGPL-2.1-or-later"
LICENSE_URI="COPYING"

src_test()
{
cd ${B}
Expand All @@ -29,13 +33,12 @@ vanessa_logger_CONTENTS="
usr/share
"
libvanessa_logger0_CONTENTS="
usr/bin/*.dll
usr/bin/cyg*-0.dll
"
libvanessa_logger_devel_CONTENTS="
usr/include
usr/lib
"

vanessa_logger_SUMMARY="${SUMMARY} (utilities)"
libvanessa_logger0_SUMMARY="${SUMMARY} (runtime)"
libvanessa_logger_devel_SUMMARY="${SUMMARY} (development)"
17 changes: 17 additions & 0 deletions vanessa_logger/vanessa_logger-0.0.10-1bl4.src.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
--- origsrc/vanessa_logger-0.0.10/libvanessa_logger/Makefile.am 2010-07-24 15:22:18.000000000 +0900
+++ src/vanessa_logger-0.0.10/libvanessa_logger/Makefile.am 2025-01-03 17:00:42.117284700 +0900
@@ -31,4 +31,4 @@ libvanessa_logger_la_SOURCES = \
vanessa_logger.h \
vanessa_logger.c

-libvanessa_logger_la_LDFLAGS = -version-info 0:5:0
+libvanessa_logger_la_LDFLAGS = -no-undefined -version-info 0:5:0
--- origsrc/vanessa_logger-0.0.10/vanessa-logger.pc.in 2010-07-24 14:24:39.000000000 +0900
+++ src/vanessa_logger-0.0.10/vanessa-logger.pc.in 2025-01-03 17:06:01.621096300 +0900
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: Vanessa Logger
Description: Generic Logging Library
Version: @VERSION@
-Libs: -L${libdir}
+Libs: -L${libdir} -lvanessa_logger
Cflags: -I${includedir}

0 comments on commit ad02c07

Please sign in to comment.