svn commit: r459008 - head/lang/guile

Tijl Coosemans tijl at FreeBSD.org
Sun Jan 14 22:18:55 UTC 2018


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
 


More information about the svn-ports-all mailing list