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

Collapse All | Expand All

(-)benchmarks/phoronix-test-suite/Makefile (-6 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	phoronix-test-suite
4
PORTNAME=	phoronix-test-suite
5
PORTVERSION=	6.8.0
5
PORTVERSION=	7.0.1
6
PORTREVISION=	3
7
CATEGORIES=	benchmarks
6
CATEGORIES=	benchmarks
8
MASTER_SITES=	http://www.phoronix-test-suite.com/releases/
7
MASTER_SITES=	http://www.phoronix-test-suite.com/releases/
9
8
Lines 52-67 post-patch: Link Here
52
		${WRKSRC}/pts-core/objects/phodevi/components/phodevi_system.php \
51
		${WRKSRC}/pts-core/objects/phodevi/components/phodevi_system.php \
53
		${WRKSRC}/pts-core/objects/client/pts_external_dependencies.php \
52
		${WRKSRC}/pts-core/objects/client/pts_external_dependencies.php \
54
		${WRKSRC}/pts-core/objects/client/pts_client.php \
53
		${WRKSRC}/pts-core/objects/client/pts_client.php \
55
		${WRKSRC}/pts-core/external-test-dependencies/scripts/install-dragonfly-packages.sh \
56
		${WRKSRC}/pts-core/external-test-dependencies/xml/freebsd-packages.xml
54
		${WRKSRC}/pts-core/external-test-dependencies/xml/freebsd-packages.xml
55
		#${WRKSRC}/pts-core/external-test-dependencies/scripts/install-dragonfly-packages.sh
57
	@${SED} -i '' -e "s|/usr/share/fonts|${LOCALBASE}/share/fonts| ; \
56
	@${SED} -i '' -e "s|/usr/share/fonts|${LOCALBASE}/share/fonts| ; \
58
		s|/usr/X11/lib|${LOCALBASE}/lib|" \
57
		s|/usr/X11/lib|${LOCALBASE}/lib|" \
59
		${WRKSRC}/pts-core/objects/pts_svg_dom_gd.php
58
		${WRKSRC}/pts-core/objects/pts_svg_dom_gd.php
60
	@${SED} -i '' -e "/fpdf.php/s|/usr/share/php|${PREFIX}/share|" \
59
	@${SED} -i '' -e "/fpdf.php/s|/usr/share/php|${PREFIX}/share|" \
61
		${WRKSRC}/pts-core/objects/pts_pdf_template.php
60
		${WRKSRC}/pts-core/objects/pts_pdf_template.php
62
		#${WRKSRC}/pts-core/pts-core.php \
63
		#${WRKSRC}/pts-core/commands/dump_documentation.php \
64
		#${WRKSRC}/pts-core/commands/result_file_to_pdf.php
65
61
66
do-install:
62
do-install:
67
	(cd ${WRKSRC} && ${CONFIGURE_ARGS} DESTDIR="${STAGEDIR}" ./install-sh ${PREFIX})
63
	(cd ${WRKSRC} && ${CONFIGURE_ARGS} DESTDIR="${STAGEDIR}" ./install-sh ${PREFIX})
(-)benchmarks/phoronix-test-suite/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1481129227
1
TIMESTAMP = 1493199092
2
SHA256 (phoronix-test-suite-6.8.0.tar.gz) = fe741336dbf251fc210367b20713b554b3fd4edf15cf1f5950ff8bcbb3b09aec
2
SHA256 (phoronix-test-suite-7.0.1.tar.gz) = 436d949af604248776d725afb0f4eba6b8f9b1bf134d1f97544baf00e67c9d78
3
SIZE (phoronix-test-suite-6.8.0.tar.gz) = 779872
3
SIZE (phoronix-test-suite-7.0.1.tar.gz) = 777651

Return to bug 219462