Skip to content

Commit

Permalink
postmark-1.53 (rebbuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Feb 9, 2025
1 parent 7b5b70b commit 34a738c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
13 changes: 8 additions & 5 deletions postmark/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ large mail servers and news servers. Has been ported to NT so should be good
for comparing OSs.

Runtime requirements:
cygwin-2.9.0-3
cygwin-3.5.7-1

Build requirements:
(besides corresponding -devel packages)
binutils-2.29-1
cygport-0.25.0-1
gcc-core-6.4.0-4
make-4.2.1-2
binutils-2.44-1
cygport-0.36.9-1
gcc-core-12.4.0-3
make-4.4.1-2

Canonical website:
https://packages.debian.org/stable/utils/postmark
Expand Down Expand Up @@ -46,6 +46,9 @@ Files included in the binary package:

Port Notes:

----- version 1.53-1bl2 -----
Rebuild with gcc-12.4.0

----- version 1.53-1bl1 -----
Version bump.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
HOMEPAGE="https://packages.debian.org/stable/utils/${PN}"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
PATCH_URI="
https://sources.debian.org/data/main/p/postmark/1.53-2.2/debian/patches/0002-Wformat.patch
https://sources.debian.org/data/main/p/postmark/1.53-2.2/debian/patches/0003-GCC-14.patch
"

CATEGORY="Benchmark"
SUMMARY="File system benchmark from NetApp"
DESCRIPTION="Benchmark that's based around small file operations similar to those used on
large mail servers and news servers. Has been ported to NT so should be good
for comparing OSs."

# LICENSE=""
# LICENSE_SPDX="SPDX-License-Identifier: "
# LICENSE_URI=""

src_compile()
{
cd ${B}
lndirs
${CC} ${CFLAGS} ${P}.c -o ${PN}.exe
${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${P}.c -o ${PN}.exe
}

src_test()
Expand Down

0 comments on commit 34a738c

Please sign in to comment.