Date: Sat, 28 Nov 2020 07:11:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251425] textproc/ripgrep: Fails to build after lang/rust is updated to 1.48.0 Message-ID: <bug-251425-7788-wdrNgHVOiL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-251425-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-251425-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251425 --- Comment #2 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to Mikael Urankar from comment #1) Yes. As below, stripping commented out settings. But textproc/ripgrep was built successfully before lang/rust 1.48.0 with th= ese settings. # Disable all debugging functionality on malloc for head. MALLOC_PRODUCTION=3Dyes ## Some ports wants KERNCONF defined to build. ## So define here instead of src.conf. KERNCONF?=3DTEST15 WITH_NEW_MESA=3Dyes TEX_DEFAULT=3D texlive .if !${.CURDIR:M/usr/src/sys/boot*} CPUTYPE?=3D haswell .endif OPTIONS_SET=3D I18N NLS CJK JAPANESE NVIDIA NVIDIA_GL GTK2 MMX SSE SSE2 S= SE3 SSSE3 SSE4 SSE4.1 SSE4.2 AVX SIMD OPTIMIZED_FLAGS OPTIMIZED_CFLAGS WITH_NEW_XORG OPTIONS_UNSET=3D NOUVEAU .if ${.CURDIR:M/usr/ports/games/rubix} CPUTYPE=3D core .endif .if ${.CURDIR:M/usr/ports/lang/gcc} CPUTYPE=3D sandybridge .endif # Begin portconf settings # Do not touch these lines .if !empty(.CURDIR:M/usr/ports*) && exists(/usr/local/libexec/portconf) _PORTCONF!=3D/usr/local/libexec/portconf .for i in ${_PORTCONF:S/|/ /g} ${i:S/%/ /g} .endfor .endif # End portconf settings DEFAULT_VERSIONS+=3D ssl=3Dbase DEFAULT_VERSIONS+=3D bdb=3D5 DEFAULT_VERSIONS+=3D linux=3Dc7 # Set preferred java version JAVA_PREFERRED_PORTS=3DJAVA_PORT_NATIVE_OPENJDK_JDK_1_8 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251425-7788-wdrNgHVOiL>