gseq no longer needed for tests

This commit is contained in:
sthen 2022-02-23 15:47:35 +00:00
parent edcbd4e411
commit 964eb045d6
3 changed files with 5 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.77 2021/11/30 10:13:21 sthen Exp $
# $OpenBSD: Makefile,v 1.78 2022/02/23 15:47:35 sthen Exp $
COMMENT = compiler cache
@ -30,10 +30,6 @@ LIB_DEPENDS = archivers/zstd \
# Failure in cpp1 test suite appears to be due to an embedded filename
# in a .o file present in one file, and not present in the file being
# compared with.
TEST_DEPENDS = shells/bash \
sysutils/coreutils
pre-test:
ln -fs ${LOCALBASE}/bin/gseq ${WRKDIR}/bin/seq
TEST_DEPENDS = shells/bash
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.152 2022/02/16 12:19:59 sthen Exp $
# $OpenBSD: Makefile,v 1.153 2022/02/23 15:47:35 sthen Exp $
COMMENT= Berkeley Internet Name Daemon: DNS server and tools
@ -75,12 +75,10 @@ CONFIGURE_ARGS+= --disable-geoip
# not strictly speaking interactive, but it configures temporary addresses on
# lo0 as root, so let's try and avoid running it unintentionally
TEST_IS_INTERACTIVE= Yes
TEST_DEPENDS= sysutils/coreutils
pre-test:
@echo '*** tests still need more work in the port - server processes not starting'
cd ${WRKSRC}/bin/tests/system && ${SUDO} ./ifconfig.sh up
ln -fs ${LOCALBASE}/bin/gseq ${WRKDIR}/bin/seq
post-test:
cd ${WRKSRC}/bin/tests/system && ${SUDO} ./ifconfig.sh down

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.119 2021/09/02 14:59:45 jeremy Exp $
# $OpenBSD: Makefile,v 1.120 2022/02/23 15:47:35 sthen Exp $
COMMENT-main= system to store and display time-series data
COMMENT-update= lightweight update-only tool for rrdtool
@ -89,8 +89,7 @@ LIB_DEPENDS-ruby= rrdtool-${VERSION}:net/rrdtool \
${MODRUBY_LIB_DEPENDS}
RUN_DEPENDS-ruby= ${MODRUBY_RUN_DEPENDS}
TEST_DEPENDS= shells/bash \
sysutils/coreutils
TEST_DEPENDS= shells/bash
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/librrd.pc.in
@ -98,7 +97,6 @@ pre-configure:
pre-test:
find ${WRKSRC}/tests -type f -perm -0111 \
-exec sed -i '1s,#!.*bash,#!${LOCALBASE}/bin/bash,' {} +
ln -s ${LOCALBASE}/bin/gseq ${WRKDIR}/bin/seq
post-install:
cd ${WRKSRC}; ${INSTALL_DATA} CHANGES COPYRIGHT \