Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2021 10:22:30 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567829 - head/lang/guile
Message-ID:  <202103081022.128AMUwT006058@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Mar  8 10:22:30 2021
New Revision: 567829
URL: https://svnweb.freebsd.org/changeset/ports/567829

Log:
  lang/guile: Fix core dump on stripped modules
  
  PR:			254117
  Submitted by:		rsmith@xs4all.nl

Modified:
  head/lang/guile/Makefile

Modified: head/lang/guile/Makefile
==============================================================================
--- head/lang/guile/Makefile	Mon Mar  8 10:22:12 2021	(r567828)
+++ head/lang/guile/Makefile	Mon Mar  8 10:22:30 2021	(r567829)
@@ -4,6 +4,7 @@
 
 PORTNAME=	guile
 PORTVERSION=	3.0.5
+PORTREVISION=	1
 CATEGORIES=	lang scheme
 MASTER_SITES=	GNU
 
@@ -52,8 +53,5 @@ post-patch:
 
 post-patch-THREADS-on:
 	@${REINPLACE_CMD} -e 's|bdw-gc|bdw-gc-threaded|g' ${WRKSRC}/configure
-
-post-install:
-	${FIND} ${STAGEDIR}${PREFIX}/lib/guile/${PORTVERSION:R}/ccache/ -type f -name '*\.go' -exec ${STRIP_CMD} {} \;
 
 .include <bsd.port.mk>



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