Sorry if this gets mangled. My normal mail machine is down. It appears that perhaps running auto* was forgotten before making this release because when I keep CONFIGURE_STYLE=gnu then it fails like so:
===> Building for the_silver_searcher-0.28.0 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/ports/pobj/the_silver_searcher-0.28.0/the_silver_searcher-0.28.0/missing autoconf Provide an AUTOCONF_VERSION environment variable, please WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.ac', or m4 files included by it. The 'autoconf' program is part of the GNU Autoconf package: <http://www.gnu.org/software/autoconf/> It also requires GNU m4 and Perl in order to run: <http://www.gnu.org/software/m4/> <http://www.perl.org/> *** Error 127 in /usr/ports/pobj/the_silver_searcher-0.28.0/the_silver_searcher-0.28.0 (Makefile:364 './configure') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2748 '/usr/ports/pobj/the_silver_searcher-0.28.0/.build_done') *** Error 1 in /usr/ports/textproc/the_silver_searcher (/usr/ports/infrastructure/mk/bsd.port.mk:2473 'all') None of the previous releases have exhibited this behavior. Have I misinterpreted something? Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v retrieving revision 1.14 diff -u -p -u -r1.14 Makefile --- Makefile 6 Dec 2014 18:01:00 -0000 1.14 +++ Makefile 26 Dec 2014 07:17:08 -0000 @@ -2,7 +2,7 @@ COMMENT = code searching tool, with a focus on speed (ag) -DISTNAME = the_silver_searcher-0.27.0 +DISTNAME = the_silver_searcher-0.28.0 CATEGORIES = textproc HOMEPAGE = https://github.com/ggreer/the_silver_searcher @@ -18,7 +18,8 @@ MASTER_SITES = http://geoff.greer.fm/ag/ LIB_DEPENDS = archivers/xz \ devel/pcre -CONFIGURE_STYLE = gnu +CONFIGURE_STYLE = autoconf +AUTOCONF_VERSION = 2.69 CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" # referenced in Makefile, but apparently included in distfile Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v retrieving revision 1.13 diff -u -p -u -r1.13 distinfo --- distinfo 6 Dec 2014 18:01:00 -0000 1.13 +++ distinfo 26 Dec 2014 07:17:08 -0000 @@ -1,2 +1,2 @@ -SHA256 (the_silver_searcher-0.27.0.tar.gz) = MhcoWDheK4vqTJFXKjgVNo5YJTlYX9mOccVLQd4YoGo= -SIZE (the_silver_searcher-0.27.0.tar.gz) = 171850 +SHA256 (the_silver_searcher-0.28.0.tar.gz) = nF76rk7nv7Dkai+Q7ap8VQl5k4x+bQNaLk2Gn4iZCAc= +SIZE (the_silver_searcher-0.28.0.tar.gz) = 172632