git: ca939062fce5 - main - devel/gprbuild: Do not build examples and install example binaries

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sun, 16 Mar 2025 07:51:27 UTC
The branch main has been updated by arrowd:

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

commit ca939062fce51a634aea56eaeb919128615a8f31
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-16 07:50:49 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-16 07:51:22 +0000

    devel/gprbuild: Do not build examples and install example binaries
    
    Reported by:    pkg-devel exp-run
---
 devel/gprbuild/Makefile | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/devel/gprbuild/Makefile b/devel/gprbuild/Makefile
index 755af1059081..b0a5fb48a5f1 100644
--- a/devel/gprbuild/Makefile
+++ b/devel/gprbuild/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gprbuild
 DISTVERSIONPREFIX=	v
 DISTVERSION=	25.0.0	# Upgrade with devel/libgpr + textproc/xmlada
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 
@@ -86,18 +87,6 @@ do-build-DOCS-on:
 	(cd ${WRKSRC}/doc &&	\
 	${DO_MAKE_BUILD} html )
 
-do-build-EXAMPLES-on:
-	@${ECHO} "*** Build examples"
-	# Fortran is not yet supported on FreeBSD
-.for d in ada_f77 matrix
-	${MV} ${WRKSRC}/examples/${d} ${WRKDIR}
-.endfor
-	(cd ${WRKSRC}/examples &&	\
-	${DO_MAKE_BUILD:C|PATH=|PATH=${WRKSRC}/bootstrap/bin:|} ${ALL_TARGET} )
-.for d in ada_f77 matrix
-	${MV} ${WRKDIR}/${d} ${WRKSRC}/examples/
-.endfor
-
 do-install:
 	@${ECHO} "*** Installation of gprbuild"
 	(cd ${WRKSRC} &&	\