git: 9826b0b02268 - main - misc/rump: remove probear test.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 02:07:31 UTC
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=9826b0b022685f6c8097ca84cb2436c743629819 commit 9826b0b022685f6c8097ca84cb2436c743629819 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2024-05-13 02:06:17 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2024-05-13 02:07:24 +0000 misc/rump: remove probear test. PR: 278896 Reported by: emaste@ --- misc/rump/Makefile | 2 +- misc/rump/files/patch-buildrump.sh | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/misc/rump/Makefile b/misc/rump/Makefile index eaf99b332bf8..b2e2b8ae95b3 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -1,6 +1,6 @@ PORTNAME= rump PORTVERSION= 20170822 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= vanilla@FreeBSD.org diff --git a/misc/rump/files/patch-buildrump.sh b/misc/rump/files/patch-buildrump.sh index e07922b0f0ee..6b95af68f011 100644 --- a/misc/rump/files/patch-buildrump.sh +++ b/misc/rump/files/patch-buildrump.sh @@ -10,7 +10,15 @@ elif echo ${linkervers} | grep -q 'Solaris Link Editor' ; then LD_FLAVOR=sun SHLIB_MKMAP=no -@@ -788,6 +791,8 @@ makebuild () +@@ -511,7 +514,6 @@ maketools () + + probeld + probenm +- probear + ${HAVECXX} && probecxx + + cd ${OBJDIR} +@@ -788,6 +790,8 @@ makebuild () -o ${MACHINE#evbearm} != ${MACHINE} \ -o ${MACHINE#evbppc} != ${MACHINE} ]; then DIRS_emul=sys/rump/kern/lib/libsys_linux @@ -19,7 +27,7 @@ fi ${SYS_SUNOS} && appendvar DIRS_emul sys/rump/kern/lib/libsys_sunos if ${HIJACK}; then -@@ -1059,6 +1064,7 @@ evaltoolchain () +@@ -1059,6 +1063,7 @@ evaltoolchain () ;; *-freebsd*) RUMPKERN_UNDEF='-U__FreeBSD__'