From 4142e8e4aa3ad4c4bc3783361464285ae1f194cd Mon Sep 17 00:00:00 2001 From: "Daisuke Fujimura (fd0)" Date: Wed, 1 Jan 2025 12:55:59 +0900 Subject: [PATCH] faxpp-0.4+svn59 (rebuild with gcc-12.4.0) --- faxpp/README | 26 ++++++++++--------- ...5.cygport => faxpp-0.4+svn59-1bl6.cygport} | 2 +- ...c.patch => faxpp-0.4+svn59-1bl6.src.patch} | 6 ++--- 3 files changed, 18 insertions(+), 16 deletions(-) rename faxpp/{faxpp-0.4+svn59-1bl5.cygport => faxpp-0.4+svn59-1bl6.cygport} (93%) rename faxpp/{faxpp-0.4+svn59-1bl5.src.patch => faxpp-0.4+svn59-1bl6.src.patch} (80%) diff --git a/faxpp/README b/faxpp/README index 9133c3ef3..d14006c59 100644 --- a/faxpp/README +++ b/faxpp/README @@ -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 @@ -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 @@ -88,4 +91,3 @@ Repackage for licensing & readmes ----- version 0.4-1bl1 ----- Initial release for Cygwin-1.7 by fd0 - diff --git a/faxpp/faxpp-0.4+svn59-1bl5.cygport b/faxpp/faxpp-0.4+svn59-1bl6.cygport similarity index 93% rename from faxpp/faxpp-0.4+svn59-1bl5.cygport rename to faxpp/faxpp-0.4+svn59-1bl6.cygport index 253c4e24d..2f712df38 100644 --- a/faxpp/faxpp-0.4+svn59-1bl5.cygport +++ b/faxpp/faxpp-0.4+svn59-1bl6.cygport @@ -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" diff --git a/faxpp/faxpp-0.4+svn59-1bl5.src.patch b/faxpp/faxpp-0.4+svn59-1bl6.src.patch similarity index 80% rename from faxpp/faxpp-0.4+svn59-1bl5.src.patch rename to faxpp/faxpp-0.4+svn59-1bl6.src.patch index 6ee14ca61..44a3e1004 100644 --- a/faxpp/faxpp-0.4+svn59-1bl5.src.patch +++ b/faxpp/faxpp-0.4+svn59-1bl6.src.patch @@ -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: @@ -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]) @@ -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@