svn commit: r369201 - in head/www/emacs-w3m: . files

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 24 19:37:00 UTC 2014


Author: tijl
Date: Wed Sep 24 19:36:59 2014
New Revision: 369201
URL: http://svnweb.freebsd.org/changeset/ports/369201
QAT: https://qat.redports.org/buildarchive/r369201/

Log:
  - Convert to USES=autoreconf
  - Remove unused extra patch

Deleted:
  head/www/emacs-w3m/files/extra-patch-aclocal.m4
Modified:
  head/www/emacs-w3m/Makefile

Modified: head/www/emacs-w3m/Makefile
==============================================================================
--- head/www/emacs-w3m/Makefile	Wed Sep 24 19:35:57 2014	(r369200)
+++ head/www/emacs-w3m/Makefile	Wed Sep 24 19:36:59 2014	(r369201)
@@ -15,13 +15,14 @@ COMMENT?=	Simple front-end to w3m for em
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	tar:bzip2
+USES=		autoreconf tar:bzip2
 USE_EMACS=	yes
 
 SNAPDATE=	20140622
 
 MAKE_JOBS_UNSAFE=	yes
 
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=	--with-emacs=${EMACS_CMD} \
 			--with-lispdir=${PREFIX}/${LISPDIR} \
 			--with-icondir=${PREFIX}/${ICONDIR} \
@@ -32,7 +33,6 @@ ETCDIR?=	${EMACS_LIBDIR_WITH_VER}/etc/w3
 
 INFO=		emacs-w3m-ja emacs-w3m
 
-USE_AUTOTOOLS=	autoconf213
 ALL_TARGET=	default
 
 PLIST_SUB+=	LISPDIR=${LISPDIR} \
@@ -110,7 +110,8 @@ RUN_DEPENDS+=	${MULE_UCS_ELISP_FILE}:${M
 .endif
 .endif
 
-post-extract:
+post-patch:
+	@${MV} ${WRKSRC}/aclocal.m4 ${WRKSRC}/acinclude.m4
 .if defined(EMACS_PACKAGESDIR)
 	@${CP} ${FILESDIR}/_pkg.el ${WRKSRC}
 .endif


More information about the svn-ports-head mailing list