Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2024 18:55:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 802d4d123e4f - main - devel/rubygem-rbtrace: Clean up Makefile
Message-ID:  <202409081855.488ItbdG078213@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 802d4d123e4febdb5a612285120910a148a0ba5d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-08 18:33:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-08 18:40:20 +0000

    devel/rubygem-rbtrace: Clean up Makefile
---
 devel/rubygem-rbtrace/Makefile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/devel/rubygem-rbtrace/Makefile b/devel/rubygem-rbtrace/Makefile
index 46618c15559d..8b718f11a1d0 100644
--- a/devel/rubygem-rbtrace/Makefile
+++ b/devel/rubygem-rbtrace/Makefile
@@ -16,12 +16,8 @@ RUN_DEPENDS=	rubygem-ffi>=1.0.6:devel/rubygem-ffi \
 
 USES=		gem
 
-PLIST_FILES=	bin/rbtrace
-
-.include <bsd.port.options.mk>
+CONFIGURE_ARGS=	--with-cflags=-Wno-incompatible-function-pointer-types
 
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
-CONFIGURE_ARGS+=	--with-cflags="-Wno-error=incompatible-function-pointer-types"
-.endif
+PLIST_FILES=	bin/rbtrace
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409081855.488ItbdG078213>