Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 00:26:17 +0000
From:      =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b72c9a7c071d - main - devel/gumbo: Fix build WITH_PIE by marking PIE_UNSAFE
Message-ID:  <6a1b8029.1c529.508e6539@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b72c9a7c071dc4d464e82b0c99d11ebf23c8de10

commit b72c9a7c071dc4d464e82b0c99d11ebf23c8de10
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2026-05-28 16:34:52 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2026-05-31 00:25:25 +0000

    devel/gumbo: Fix build WITH_PIE by marking PIE_UNSAFE
    
    * Pet portclippy(1) and portfmt(1)
    
    Approved by:            Matthew Kempe <fsbruva@yahoo.com> (maintainer)
    Approved by:            db@, yuri@ (Mentors, implicit)
    MFH:                    2026Q2
    
    Differential Revision: https://reviews.freebsd.org/D57303
---
 devel/gumbo/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/gumbo/Makefile b/devel/gumbo/Makefile
index 378baafcdf5b..5be61a614c12 100644
--- a/devel/gumbo/Makefile
+++ b/devel/gumbo/Makefile
@@ -13,10 +13,13 @@ LICENSE=	APACHE20
 USES=		meson pkgconfig
 USE_LDCONFIG=	yes
 
+PIE_UNSAFE=	yes
+
 WRKSRC=		${WRKDIR}/gumbo-parser
 
 OPTIONS_DEFINE=		TEST
 OPTIONS_DEFAULT=	TEST
+
 TEST_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gtest_main.pc:devel/googletest
 TEST_MESON_TRUE=	tests
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1b8029.1c529.508e6539>