View | Details | Raw Unified | Return to bug 248477
Collapse All | Expand All

(-)b/textproc/libebml/Makefile (-5 / +2 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	libebml
4
PORTNAME=	libebml
5
DISTVERSION=	1.4.0
5
DISTVERSION=	1.4.0
6
DISTVERSIONPREFIX=	release-
7
CATEGORIES=	textproc
6
CATEGORIES=	textproc
7
MASTER_SITES=	https://dl.matroska.org/downloads/libebml/
8
8
9
MAINTAINER=	multimedia@FreeBSD.org
9
MAINTAINER=	multimedia@FreeBSD.org
10
COMMENT=	EBML (Extensible Binary Meta Language), sort of binary version of XML
10
COMMENT=	EBML (Extensible Binary Meta Language), sort of binary version of XML
Lines 12-23 COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML Link Here
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL
13
LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL
14
14
15
USES=		cmake compiler:c++11-lang pathfix tar:bzip2
15
USES=		cmake compiler:c++11-lang tar:xz
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	Matroska-Org
20
21
CMAKE_ARGS=	-DBUILD_SHARED_LIBS=YES
18
CMAKE_ARGS=	-DBUILD_SHARED_LIBS=YES
22
19
23
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/textproc/libebml/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1593322518
1
TIMESTAMP = 1596582606
2
SHA256 (Matroska-Org-libebml-release-1.4.0_GH0.tar.gz) = 5ad468d78d21dfcde2901320faad4122ade2a12ecb65ce557b5e15d46671cceb
2
SHA256 (libebml-1.4.0.tar.xz) = 80abc9a82549615018798ee704997270a39b43de9a6e7e0d23b62f8ce682c4b3
3
SIZE (Matroska-Org-libebml-release-1.4.0_GH0.tar.gz) = 84869
3
SIZE (libebml-1.4.0.tar.xz) = 69944
(-)a/textproc/libebml/files/patch-ebml__EbmlBinary.h (-10 lines)
Removed Link Here
1
--- ./ebml/EbmlBinary.h.orig	2013-03-19 19:42:58.000000000 +0100
2
+++ ./ebml/EbmlBinary.h	2013-09-06 22:17:55.987709299 +0200
3
@@ -41,6 +41,7 @@
4
 
5
 #include "EbmlTypes.h"
6
 #include "EbmlElement.h"
7
+#include <stdlib.h>
8
 
9
 // ----- Added 10/15/2003 by jcsston from Zen -----
10
 #if defined (__BORLANDC__) //Maybe other compilers?

Return to bug 248477