1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to version 7.10.

This commit is contained in:
Dmitry Sivachenko 2015-04-05 12:45:24 +00:00
parent 194eafe579
commit 0d99b79ee2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383292
3 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vowpal_wabbit
PORTVERSION= 7.9
PORTVERSION= 7.10
CATEGORIES= math
MASTER_SITES= http://github.com/JohnLangford/vowpal_wabbit/archive/
DISTFILES= ${PORTVERSION}${EXTRACT_SUFX}

View File

@ -1,2 +1,2 @@
SHA256 (vowpal_wabbit/7.9.tar.gz) = 2e16eceed03ed624663044c28569aa52e387b8cd199445e953d13b05c0a1eaf9
SIZE (vowpal_wabbit/7.9.tar.gz) = 8850729
SHA256 (vowpal_wabbit/7.10.tar.gz) = 8d9aeddd9a5b7d73264fe28264f05f2a2b6a8fa38f65b02081c6e40460604c36
SIZE (vowpal_wabbit/7.10.tar.gz) = 8859494

View File

@ -1,11 +1,11 @@
--- vowpalwabbit/Makefile.in.orig 2015-01-11 21:54:22.000000000 +0300
+++ vowpalwabbit/Makefile.in 2015-01-15 15:48:29.000000000 +0300
@@ -85,7 +85,7 @@ bin_PROGRAMS = vw$(EXEEXT) active_intera
--- vowpalwabbit/Makefile.in.orig 2015-04-05 15:33:41.243264000 +0300
+++ vowpalwabbit/Makefile.in 2015-04-05 15:33:56.962316000 +0300
@@ -87,7 +87,7 @@
@NITPICK_TRUE@ -Wmissing-format-attribute -Wredundant-decls \
@NITPICK_TRUE@ -ansi -Wmissing-noreturn
@PARALLELIZE_TRUE@am__append_2 = -Wno-strict-aliasing -fopenmp
-@FREEBSD_TRUE@am__append_3 = -l compat -Wall
+@FREEBSD_TRUE@am__append_3 = -lcompat -Wall
@FREEBSD_FALSE@am__append_4 = -Wall -pedantic
@PARALLELIZE_TRUE@am__append_4 = -Wno-strict-aliasing -fopenmp
-@FREEBSD_TRUE@am__append_5 = -l compat
+@FREEBSD_TRUE@am__append_5 = -lcompat
@FREEBSD_FALSE@am__append_6 = -pedantic
@CLANG_LIBCXX_TRUE@am__append_7 = -stdlib=libc++
subdir = vowpalwabbit
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \