Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2018 22:18:54 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459008 - head/lang/guile
Message-ID:  <201801142218.w0EMIs1k079948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Jan 14 22:18:54 2018
New Revision: 459008
URL: https://svnweb.freebsd.org/changeset/ports/459008

Log:
  Remove unneeded editing of aclocal.m4.  That file is completely
  regenerated by USES=autoreconf.

Modified:
  head/lang/guile/Makefile

Modified: head/lang/guile/Makefile
==============================================================================
--- head/lang/guile/Makefile	Sun Jan 14 22:11:02 2018	(r459007)
+++ head/lang/guile/Makefile	Sun Jan 14 22:18:54 2018	(r459008)
@@ -49,7 +49,6 @@ post-extract:
 post-patch:
 	@cd ${WRKSRC} ; \
 	  ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES}
-	@${REINPLACE_CMD} -e 's|2.68|${AUTOCONF_VERSION}|g' ${WRKSRC}/aclocal.m4
 	@${REINPLACE_CMD} -e 's|$$(libdir)|$$(libdir)data|g' ${WRKSRC}/Makefile.am
 	@${TOUCH} ${WRKSRC}/Makefile.in
 



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