View | Details | Raw Unified | Return to bug 206864 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	x265
4
PORTNAME=	x265
5
PORTVERSION=	1.8
5
PORTVERSION=	1.9
6
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
7
MASTER_SITES=	http://bitbucket.org/multicoreware/${PORTNAME}/get/
7
MASTER_SITES=	http://bitbucket.org/multicoreware/${PORTNAME}/get/
8
DISTNAME=	${PORTVERSION}
8
DISTNAME=	${PORTVERSION}
Lines 19-25 Link Here
19
USES=		cmake tar:bz2
19
USES=		cmake tar:bz2
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
WRKSRC=		${WRKDIR}/multicoreware-${PORTNAME}-e27327f5da35/source
22
WRKSRC=		${WRKDIR}/multicoreware-${PORTNAME}-1d3b6e448e01/source
23
23
24
post-patch:
24
post-patch:
25
	@${REINPLACE_CMD} -e \
25
	@${REINPLACE_CMD} -e \
Lines 26-29 Link Here
26
		's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
26
		's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
27
		${WRKSRC}/CMakeLists.txt
27
		${WRKSRC}/CMakeLists.txt
28
28
29
test regression-test check: build
30
	${WRKSRC}/test/TestBench
31
29
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (x265/1.8.tar.bz2) = 3d36472d9b41cdf04ae92eede1f1da2198432d0ebc2c29ec2da36d8bddaafb7e
1
SHA256 (x265/1.9.tar.bz2) = e1e4de6ead44e21c15378675e09c39ef192f2b7c844dd369d2ba1e979aca1ebb
2
SIZE (x265/1.8.tar.bz2) = 739692
2
SIZE (x265/1.9.tar.bz2) = 774118
(-)files/patch-tests (+12 lines)
Line 0 Link Here
1
--- CMakeLists.txt	2016-02-02 12:41:24.710193000 -0500
2
+++ CMakeLists.txt	2016-02-02 12:46:38.073745000 -0500
3
@@ -582,8 +582,3 @@
4
 endif(ENABLE_CLI)
5
 
6
-if(ENABLE_ASSEMBLY AND NOT XCODE)
7
-    option(ENABLE_TESTS "Enable Unit Tests" OFF)
8
-    if(ENABLE_TESTS)
9
-        add_subdirectory(test)
10
-    endif()
11
-endif()
12
+add_subdirectory(test)
(-)pkg-plist (-1 / +1 lines)
Lines 3-7 Link Here
3
include/x265_config.h
3
include/x265_config.h
4
lib/libx265.a
4
lib/libx265.a
5
lib/libx265.so
5
lib/libx265.so
6
lib/libx265.so.68
6
lib/libx265.so.79
7
libdata/pkgconfig/x265.pc
7
libdata/pkgconfig/x265.pc

Return to bug 206864