svn commit: r409194 - head/math/openfst

Dmitry Sivachenko demon at FreeBSD.org
Fri Feb 19 19:16:29 UTC 2016


Author: demon
Date: Fri Feb 19 19:16:27 2016
New Revision: 409194
URL: https://svnweb.freebsd.org/changeset/ports/409194

Log:
  Tarball has been rerolled with minor changes§, most notable is an addition
  of libdl check to configure so we can stop patching Makefiles.

Modified:
  head/math/openfst/Makefile
  head/math/openfst/distinfo

Modified: head/math/openfst/Makefile
==============================================================================
--- head/math/openfst/Makefile	Fri Feb 19 18:46:29 2016	(r409193)
+++ head/math/openfst/Makefile	Fri Feb 19 19:16:27 2016	(r409194)
@@ -16,7 +16,4 @@ USE_LDCONFIG=	${LOCALBASE}/lib/fst
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt
 
-post-patch:
-	${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in ${WRKSRC}/src/extensions/compress/Makefile.in ${WRKSRC}/src/extensions/mpdt/Makefile.in ${WRKSRC}/src/lib/Makefile.in ${WRKSRC}/src/script/Makefile.in
-
 .include <bsd.port.mk>

Modified: head/math/openfst/distinfo
==============================================================================
--- head/math/openfst/distinfo	Fri Feb 19 18:46:29 2016	(r409193)
+++ head/math/openfst/distinfo	Fri Feb 19 19:16:27 2016	(r409194)
@@ -1,2 +1,2 @@
-SHA256 (openfst-1.5.1.tar.gz) = d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925
-SIZE (openfst-1.5.1.tar.gz) = 1165290
+SHA256 (openfst-1.5.1.tar.gz) = fa5d47477675c7f39788fcf0e82779fe8dd8bcde842132e6a24872bfc92d18d9
+SIZE (openfst-1.5.1.tar.gz) = 1164348


More information about the svn-ports-all mailing list