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

(-)devel/lightning/Makefile (-5 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/devel/lightning/Makefile 366449 2014-08-28 19:29:30Z tijl $
2
# $FreeBSD: head/devel/lightning/Makefile 366449 2014-08-28 19:29:30Z tijl $
3
3
4
PORTNAME=	lightning
4
PORTNAME=	lightning
5
PORTVERSION=	2.0.4
5
PORTVERSION=	2.0.5
6
PORTREVISION=	1
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
9
8
Lines 13-29 Link Here
13
LICENSE=	GPLv3 LGPL3
12
LICENSE=	GPLv3 LGPL3
14
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
15
14
15
USES=		libtool
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--enable-disassembler=no
17
CONFIGURE_ARGS=	--enable-disassembler=no
18
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
19
USES=		libtool
20
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
21
20
22
INFO=		lightning
21
PLIST_SUB=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:S/powerpc/ppc/}
23
PLIST_SUB+=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:S/powerpc/ppc/}
24
22
25
ONLY_FOR_ARCHS=	i386 amd64 arm ia64 powerpc sparc64 mips
23
ONLY_FOR_ARCHS=	i386 amd64 arm ia64 powerpc sparc64 mips
26
24
25
INFO=		lightning
26
27
OPTIONS_DEFINE=	ASSERTIONS
27
OPTIONS_DEFINE=	ASSERTIONS
28
28
29
ASSERTIONS_DESC=Enable runtime code generation assertions
29
ASSERTIONS_DESC=Enable runtime code generation assertions
(-)devel/lightning/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lightning-2.0.4.tar.gz) = be312cd182dfd1373087048cbc89e55cbcb3487329b165ccceb0b4507a9e2cd3
1
SHA256 (lightning-2.0.5.tar.gz) = 65b66a86aef8772e8c6813868da5174c4977c65b9e6cff3d4c3bb0de1a52a94a
2
SIZE (lightning-2.0.4.tar.gz) = 882734
2
SIZE (lightning-2.0.5.tar.gz) = 902646
(-)devel/lightning/pkg-descr (-4 / +4 lines)
Lines 1-6 Link Here
1
GNU lightning is a library that generates assembly language code at run-time;
1
GNU lightning is a library that generates assembly language code at
2
it is very fast, making it ideal for Just-In-Time compilers, and it abstracts
2
run-time; it is very fast, making it ideal for Just-In-Time compilers,
3
over the target CPU, as it exposes to the clients a standardized RISC
3
and it abstracts over the target CPU, as it exposes to the clients a
4
instruction set inspired by the MIPS and SPARC chips.
4
standardized RISC instruction set inspired by the MIPS and SPARC chips.
5
5
6
WWW: http://www.gnu.org/software/lightning/
6
WWW: http://www.gnu.org/software/lightning/
(-)devel/lightning/pkg-plist (-1 lines)
Lines 4-7 Link Here
4
lib/liblightning.so
4
lib/liblightning.so
5
lib/liblightning.so.0
5
lib/liblightning.so.0
6
lib/liblightning.so.0.0.0
6
lib/liblightning.so.0.0.0
7
@dirrm include/lightning

Return to bug 193897