Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 19:36:59 +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: r369201 - in head/www/emacs-w3m: . files
Message-ID:  <201409241936.s8OJaxr7057549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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