Files
ports/misc/mbuffer/Makefile
T
Fukang Chen bc4a8a0efd misc/mbuffer: Update to 20260511
Changes according to the ChangeLog in the distribution tar ball:

    20260511:
    - fix data corruption occuring at the end of a tape, when the
      transfer block size is not a multiple of the native block
      size of the tape device (fix by Daniel Collins)
    - restore terminal attributes on exit
2026-05-18 15:44:26 +00:00

45 lines
1.0 KiB
Makefile

PORTNAME= mbuffer
DISTVERSION= 20260511
CATEGORIES= misc
MASTER_SITES= https://www.maier-komor.de/software/mbuffer/
MAINTAINER= loader@FreeBSD.org
COMMENT= Tool for buffering data streams
WWW= https://www.maier-komor.de/mbuffer.html
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= gtar:archivers/gtar
USES= autoreconf gmake localbase ssl tar:tgz
GNU_CONFIGURE= yes
# for --ignore-failed-read
TEST_ARGS= TAR=gtar
TEST_TARGET= check
OPTIONS_DEFINE= GCRYPT MHASH RHASH
OPTIONS_DEFAULT= MHASH
GCRYPT_DESC= Use gcrypt for hash generation
MHASH_DESC= Use mhash for hash generation
RHASH_DESC= Use rhash for hash generation
GCRYPT_RUN_DEPENDS= libgcrypt>=1.8.4_1:security/libgcrypt
MHASH_RUN_DEPENDS= mhash>=0.9.9.9_5:security/mhash
RHASH_RUN_DEPENDS= rhash>=1.3.5:security/rhash
post-patch:
${REINPLACE_CMD} -e 's@bash@sh@' \
${WRKSRC}/Makefile.in \
${WRKSRC}/mkversion.sh
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mbuffer
${MV} ${STAGEDIR}${PREFIX}/etc/mbuffer.rc \
${STAGEDIR}${PREFIX}/etc/mbuffer.rc.sample
.include <bsd.port.mk>