Skip to content

Commit

Permalink
faxpp-0.4+svn59 (rebuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jan 1, 2025
1 parent b4870ce commit 4142e8e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
26 changes: 14 additions & 12 deletions faxpp/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ Faxpp is a small, fast and conformant XML pull parser written in C with an API
that can return strings in any encoding including UTF-8 and UTF-16.

Runtime requirements:
cygwin-3.5.0-0.461.g324ace778f70
libfaxpp-devel-0.4+svn59-1bl5
libfaxpp2-0.4+svn59-1bl5
pkg-config-2.0.3-1
cygwin-3.5.4-1
libfaxpp-devel-0.4+svn59-1bl6
libfaxpp2-0.4+svn59-1bl6
pkg-config-2.3.0-1

Build requirements:
(besides corresponding -devel packages)
autoconf-15-1
automake-11-1
binutils-2.41-3
cygport-0.36.7-1
gcc-core-11.4.0-1
libtool-2.4.7-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:
https://faxpp.sourceforge.net/
https://sourceforge.net/projects/faxpp/

Canonical download:
svn://svn.code.sf.net/p/faxpp/code/trunk/faxpp
Expand Down Expand Up @@ -68,6 +68,9 @@ Files included in the binary package:

Port Notes:

----- version 0.4+svn59-1bl6 -----
Rebuild with gcc-12.4.0

----- version 0.4+svn59-1bl5 -----
Rebuild with gcc-11.4.0

Expand All @@ -88,4 +91,3 @@ Repackage for licensing & readmes

----- version 0.4-1bl1 -----
Initial release for Cygwin-1.7 by fd0 <http://d.hatena.ne.jp/fd0>

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HOMEPAGE="https://${PN}.sourceforge.net/"
HOMEPAGE="https://sourceforge.net/projects/${PN}/"
SVN_URI="svn://svn.code.sf.net/p/${PN}/code/trunk/${PN}"

CATEGORY="Libs"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- origsrc/faxpp/Makefile.am 2008-12-04 23:30:16.000000000 +0900
+++ src/faxpp/Makefile.am 2023-11-15 15:29:04.180375300 +0900
+++ src/faxpp/Makefile.am 2025-01-01 12:39:41.494957400 +0900
@@ -71,3 +71,6 @@ ChangeLog

docs:
Expand All @@ -8,7 +8,7 @@
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = $(PACKAGE).pc
--- origsrc/faxpp/configure.in 2008-12-04 23:30:16.000000000 +0900
+++ src/faxpp/configure.in 2023-11-15 15:29:04.180375300 +0900
+++ src/faxpp/configure.in 2025-01-01 12:39:41.494957400 +0900
@@ -66,5 +66,5 @@ AC_FUNC_MEMCMP
AC_FUNC_REALLOC
AC_CHECK_FUNCS([gettimeofday memmove memset strerror])
Expand All @@ -17,7 +17,7 @@
+AC_CONFIG_FILES([faxpp.pc Makefile include/Makefile])
AC_OUTPUT
--- origsrc/faxpp/faxpp.pc.in 1970-01-01 09:00:00.000000000 +0900
+++ src/faxpp/faxpp.pc.in 2023-11-15 15:29:04.180375300 +0900
+++ src/faxpp/faxpp.pc.in 2025-01-01 12:39:41.494957400 +0900
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
Expand Down

0 comments on commit 4142e8e

Please sign in to comment.