Update to 0.7.1; remove unneeded USE_GCC; update master sites (old and new
sources are being put in old/). PR: ports/69784 Submitted by: Michael Johnson <ahze at ahze dot net> Approved by: maintainer timeout (3 weeks)
This commit is contained in:
parent
9cfc20a276
commit
20ee22f474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117168
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= libebml
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://dl.matroska.org/downloads/libebml/ \
|
||||
http://www.bunkus.org/videotools/mkvtoolnix/sources/
|
||||
http://www.bunkus.org/videotools/mkvtoolnix/sources/old/
|
||||
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML
|
||||
@ -35,19 +35,7 @@ do-configure:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# gcc 3.2 was available on 5.x before this OSVERSION
|
||||
# do not build gcc 3.3 unless necessary
|
||||
.if ${OSVERSION} < 501103
|
||||
# use gcc 3.2
|
||||
USE_GCC=3.2
|
||||
.else
|
||||
# default for 5.x series
|
||||
USE_GCC=3.3
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
USE_GCC=2.95
|
||||
# this is gcc 2.x
|
||||
CFLAGS+= -DNO_WSTRING
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libebml-0.7.0.tar.bz2) = c6a440f1f3fa4a49243437cc03a70658
|
||||
SIZE (libebml-0.7.0.tar.bz2) = 49568
|
||||
MD5 (libebml-0.7.1.tar.bz2) = 9f777f392d4b50c28151f0bd4e23733e
|
||||
SIZE (libebml-0.7.1.tar.bz2) = 50912
|
||||
|
Loading…
Reference in New Issue
Block a user