mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Update to 0.4.3
This commit is contained in:
parent
57bd1f9094
commit
b4f4de4e34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81774
4 changed files with 33 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libmatroska
|
||||
PORTVERSION= 0.4.2
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= http://matroska.sourceforge.net/downloads/
|
||||
|
||||
|
@ -16,7 +16,6 @@ COMMENT= Extensible Multimedia Container Format
|
|||
BUILD_DEPENDS= ${LOCALBASE}/lib/libebml.a:${PORTSDIR}/textproc/libebml
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= 3.1
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/make/linux
|
||||
|
@ -44,4 +43,24 @@ do-configure:
|
|||
s,^(INSTALL_OPTS_LIB|INSTALL_OPTS)[[:space:]]*=.*$$,\1=${INSTALL_DATA},' \
|
||||
${WRKSRC}/make/linux/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
# this is gcc 2.x
|
||||
CFLAGS+= -DNO_WSTRING
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/bin/gcc32)
|
||||
WITH_GCC_32= yes
|
||||
.else if exists(${LOCALBASE}/bin/gcc31)
|
||||
WITH_GCC_31= yes
|
||||
.endif
|
||||
|
||||
# prefer 3.2 over 3.1
|
||||
.if defined (WITH_GCC_31)
|
||||
USE_GCC=3.1
|
||||
.else
|
||||
USE_GCC=3.2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libmatroska-0.4.2.tar.bz2) = 4cb382fd5d2bbc64622fc75d50096216
|
||||
MD5 (libmatroska-0.4.3.tar.bz2) = a0597e3b3991a03fd91f1fa1479c3892
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libebml
|
||||
PORTVERSION= 0.4.2
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://matroska.sourceforge.net/downloads/
|
||||
|
||||
|
@ -32,4 +32,11 @@ do-configure:
|
|||
s,^(INSTALL_OPTS_LIB|INSTALL_OPTS)[[:space:]]*=.*$$,\1=${INSTALL_DATA},' \
|
||||
${WRKSRC}/make/linux/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
# this is gcc 2.x
|
||||
CFLAGS+= -DNO_WSTRING
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libebml-0.4.2.tar.bz2) = d07a4b9323e615d320c0460ce1b69009
|
||||
MD5 (libebml-0.4.3.tar.bz2) = 835f215d5ef9cab9187f5e4114c7f775
|
||||
|
|
Loading…
Add table
Reference in a new issue