svn commit: r567829 - head/lang/guile

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Mar 8 10:22:30 UTC 2021


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 at 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>


More information about the svn-ports-all mailing list