Skip to content

Commit

Permalink
tpadmin-cpp-0.1.0+git20100810 (rebuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jan 26, 2025
1 parent 3a0fbf8 commit e2c9d3e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
36 changes: 21 additions & 15 deletions tpadmin-cpp/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,27 @@ tpadmin-cpp
Administration client for servers supporting the configuration protocol

Runtime requirements:
cygwin-2.9.0-3
libboost_signals1.63-1.63.0-1
libgcc1-6.4.0-1
libstdc++6-6.4.0-1
libtpproto2-0.1.9+git20100810-1bl2
libtprl1-0.1.3+git20100322-1bl2
cygwin-3.5.4-1
libboost_signals1.66-1.66.0-1
libgcc1-12.4.0-3
libstdc++6-12.4.0-3
libtpproto2-0.1.9+git20100810-1bl3
libtprl1-0.1.3+git20100322-1bl3

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-10-1
binutils-2.28-3
boost.m4-0.4+git20161003-1bl1
cygport-0.24.1-1
gcc-core-6.4.0-1
gcc-g++-6.4.0-1
libtool-2.4.6-5
make-4.2.1-2
autoconf-15-2
automake-20240607-1
binutils-2.43.1-1
boost.m4-0.4+git20210601-1bl1
cygport-0.36.9-1
gcc-core-12.4.0-3
gcc-g++-12.4.0-3
libboost-devel-1.66.0-1
libtool-2.5.3-1
libtpproto-devel-0.1.9+git20100810-1bl3
libtprl-devel-0.1.3+git20100322-1bl3
make-4.4.1-2

Canonical website:
https://github.com/thousandparsec/tpadmin-cpp
Expand Down Expand Up @@ -55,6 +58,9 @@ Files included in the binary package:

Port Notes:

----- version 0.1.0+git20100810-1bl3 -----
Rebuild with gcc-12.4.0

----- version 0.1.0+git20100810-1bl2 -----
Rebuild for libboost

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
HOMEPAGE="https://github.com/thousandparsec/${PN}"
GIT_URI="https://github.com/thousandparsec/${PN}.git"
GIT_REV="89dfbc1ff4fbfec845f97fb378a67f307e66a90d"

CATEGORY="Utils"
SUMMARY="Administration client for servers supporting the configuration protocol"
DESCRIPTION="${SUMMARY}"

LICENSE="GPL-2.0-or-later"
LICENSE_SPDX="SPDX-License-Identifier: GPL-2.0-or-later"
LICENSE_URI="COPYING"

BUILD_REQUIRES="libboost-devel libtprl-devel libtpproto-devel"

inherit git

CYGCONF_ARGS="
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- origsrc/tpadmin-cpp/configure.ac 2017-10-04 14:15:55.000000000 +0900
+++ src/tpadmin-cpp/configure.ac 2017-10-04 14:15:58.411500100 +0900
--- origsrc/tpadmin-cpp/configure.ac 2025-01-27 06:31:19.000000000 +0900
+++ src/tpadmin-cpp/configure.ac 2025-01-27 06:31:20.275568200 +0900
@@ -3,7 +3,7 @@ AC_CONFIG_SRCDIR(tpadmin/main.cpp)

AC_CANONICAL_TARGET([])
Expand Down Expand Up @@ -27,8 +27,8 @@
AC_CONFIG_FILES([
Makefile
tpadmin/Makefile
--- origsrc/tpadmin-cpp/tpadmin/Makefile.am 2017-10-04 14:15:55.000000000 +0900
+++ src/tpadmin-cpp/tpadmin/Makefile.am 2017-10-04 14:15:58.411500100 +0900
--- origsrc/tpadmin-cpp/tpadmin/Makefile.am 2025-01-27 06:31:19.000000000 +0900
+++ src/tpadmin-cpp/tpadmin/Makefile.am 2025-01-27 06:31:20.275568200 +0900
@@ -1,3 +1,4 @@
bin_PROGRAMS = tpadmin-cpp

Expand Down

0 comments on commit e2c9d3e

Please sign in to comment.