On Sat, May 11, 2013 at 10:44:44AM +0100, Stuart Henderson wrote:
> s/by/be in DESCR, build fails for me:
> 
>  cd .. && /bin/sh /usr/obj/ports/mimetic-0.9.7/mimetic-0.9.7/missing --run 
> automake-1.11 --gnu test/Makefile
> Provide an AUTOCONF_VERSION environment variable, please
> automake-1.11: autoconf failed with exit status: 127
> gmake[1]: *** [Makefile.in] Error 1
> 

Attached is a diff against the previously attached tar. I didn't have
automake installed so it just skipped over this step. I've now included
it as a BUILD_DEPEND since it doesn't hurt anything regenerating
test/Makefile.

-- 
James Turner
diff -u -p -r mimetic/Makefile /usr/ports/mystuff/mail/mimetic/Makefile
--- mimetic/Makefile    Fri May 10 19:39:41 2013
+++ /usr/ports/mystuff/mail/mimetic/Makefile    Sat May 11 11:27:01 2013
@@ -17,7 +17,15 @@ PERMIT_PACKAGE_CDROM =       Yes
 
 WANTLIB =              m stdc++
 
+AUTOCONF_VERSION =     2.69
+AUTOMAKE_VERSION =     1.11
+
+BUILD_DEPENDS =                ${MODGNU_AUTOCONF_DEPENDS} \
+                       ${MODGNU_AUTOMAKE_DEPENDS}
+
 CONFIGURE_STYLE =      gnu
+
 USE_GMAKE =            Yes
+MAKE_ENV =             AUTOCONF_VERSION="${AUTOCONF_VERSION}"
 
 .include <bsd.port.mk>
diff -u -p -r mimetic/pkg/DESCR /usr/ports/mystuff/mail/mimetic/pkg/DESCR
--- mimetic/pkg/DESCR   Fri May 10 15:21:57 2013
+++ /usr/ports/mystuff/mail/mimetic/pkg/DESCR   Sat May 11 11:34:09 2013
@@ -1,2 +1,2 @@
-mimetic is a MIME library written in C++ designed to by easy to use and
+mimetic is a MIME library written in C++ designed to be easy to use and
 integrate but yet fast and efficient.

Reply via email to