mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 7.0.0
Remove CURL option PR: 191194 Submitted by: Ralf van der Enden <tremere@cainites.net>
This commit is contained in:
parent
9412986685
commit
f6689bb7b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360703
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mkvtoolnix
|
||||
PORTVERSION= 6.9.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.0.0
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \
|
||||
CRITICAL
|
||||
@ -31,10 +30,11 @@ CONFIGURE_ARGS= --disable-qt \
|
||||
--with-boost=${LOCALBASE} \
|
||||
--with-boost-filesystem=boost_filesystem \
|
||||
--with-boost-system=boost_system \
|
||||
--with-boost-regex=boost_regex
|
||||
--with-boost-regex=boost_regex \
|
||||
--without-curl
|
||||
|
||||
OPTIONS_DEFINE= WXGTK FLAC CURL
|
||||
OPTIONS_DEFAULT=WXGTK FLAC
|
||||
OPTIONS_DEFINE= WXGTK FLAC
|
||||
OPTIONS_DEFAULT=WXGTK FLAC
|
||||
|
||||
BROKEN_sparc64= Does not install on sparc64
|
||||
|
||||
@ -48,8 +48,6 @@ WX_CONF_ARGS= absolute
|
||||
FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac
|
||||
FLAC_CONFIGURE_WITH= flac
|
||||
|
||||
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
CURL_CONFIGURE_WITH= curl
|
||||
.if defined(BATCH)
|
||||
MAKE_ENV+= V=1
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mkvtoolnix-6.9.1.tar.xz) = a874afcf61c4d6235c789be07417dfebe992b68aaf4858920f9f3ac0d88b81e7
|
||||
SIZE (mkvtoolnix-6.9.1.tar.xz) = 5198388
|
||||
SHA256 (mkvtoolnix-7.0.0.tar.xz) = 2bbdf060e193d4a7f961f84d28b28d67d859be66e3f2cdf8ee4ae380f8d15725
|
||||
SIZE (mkvtoolnix-7.0.0.tar.xz) = 5182348
|
||||
|
Loading…
Reference in New Issue
Block a user