Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:45:31 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: 09bc2aa651f5 - main - devel/guile-lib: Cosmetic change
Message-ID:  <202307311645.36VGjVsd078978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 09bc2aa651f5408a97f4ea77b49b46907e2adfff
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:29:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:39:47 +0000

    devel/guile-lib: Cosmetic change
---
 devel/guile-lib/Makefile | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile
index 3172205d09e6..2a24be52991b 100644
--- a/devel/guile-lib/Makefile
+++ b/devel/guile-lib/Makefile
@@ -12,24 +12,17 @@ WWW=		https://www.nongnu.org/guile-lib/
 LICENSE=	LGPL3 GPLv3
 LICENSE_COMB=	multi
 
-USES=		guile:2.2,3.0,flavors,build,run \
-		gmake pkgconfig
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--with-guile-site
+USES=		gmake guile:2.2,3.0,flavors,build,run pkgconfig
 
+CONFIGURE_ARGS+=--with-guile-site
+GNU_CONFIGURE=	yes
+INFO_PATH=	${GUILE_INFO_PATH}
 TEST_TARGET=	check
 
 INFO=		guile-library
-INFO_PATH=	${GUILE_INFO_PATH}
-
-# DO NOT try and add rules here to strip .go files, no matter how loudly
-# testport / stage-qa shouts at you about it, because .go files (which are
-# compiled bytecode) are not intended to be stripped and doing so causes
-# breakage at run time.
 
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${GUILE_PKGCONFIG_DIR}
-	${MV} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/*.pc \
-	      ${STAGEDIR}${PREFIX}/${GUILE_PKGCONFIG_DIR}/
+	${MV} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/guile-lib-1.0.pc ${STAGEDIR}${PREFIX}/${GUILE_PKGCONFIG_DIR}/
 
 .include <bsd.port.mk>



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