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

(-)security/pbc/Makefile (-2 / +11 lines)
Lines 2-19 Link Here
2
# $FreeBSD: head/security/pbc/Makefile 313828 2013-03-10 14:53:14Z wen $
2
# $FreeBSD: head/security/pbc/Makefile 313828 2013-03-10 14:53:14Z wen $
3
3
4
PORTNAME=	pbc
4
PORTNAME=	pbc
5
PORTVERSION=	0.5.13
5
PORTVERSION=	0.5.14
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://crypto.stanford.edu/pbc/files/
7
MASTER_SITES=	http://crypto.stanford.edu/pbc/files/
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Library of pairing-based cryptosystems
10
COMMENT=	Library of pairing-based cryptosystems
11
11
12
LICENSE=	LGPL3
13
12
LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
14
LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
13
15
16
USES=		bison
14
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
15
USE_GCC=	4.6+
16
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
20
CPPFLAGS+=	-I${LOCALBASE}/include
17
LDFLAGS+=	-L${LOCALBASE}/lib
21
LDFLAGS+=	-L${LOCALBASE}/lib
18
22
23
post-patch:
24
	@${REINPLACE_CMD} -e \
25
		's|^CFLAGS=$$|| ; \
26
		 s|-O3||' ${WRKSRC}/configure
27
19
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)security/pbc/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pbc-0.5.13.tar.gz) = 6207b7aea96e61df991c59a27ff9a954922954bc4b3cb9db325a37806b41dc89
1
SHA256 (pbc-0.5.14.tar.gz) = 772527404117587560080241cedaf441e5cac3269009cdde4c588a1dce4c23d2
2
SIZE (pbc-0.5.13.tar.gz) = 556424
2
SIZE (pbc-0.5.14.tar.gz) = 654515
(-)security/pbc/pkg-plist (-4 / +6 lines)
Lines 1-7 Link Here
1
lib/libpbc.a
2
lib/libpbc.la
3
lib/libpbc.so
4
lib/libpbc.so.1
5
include/pbc/pbc.h
1
include/pbc/pbc.h
6
include/pbc/pbc_a1_param.h
2
include/pbc/pbc_a1_param.h
7
include/pbc/pbc_a_param.h
3
include/pbc/pbc_a_param.h
Lines 14-19 Link Here
14
include/pbc/pbc_fp.h
10
include/pbc/pbc_fp.h
15
include/pbc/pbc_g_param.h
11
include/pbc/pbc_g_param.h
16
include/pbc/pbc_hilbert.h
12
include/pbc/pbc_hilbert.h
13
include/pbc/pbc_i_param.h
17
include/pbc/pbc_memory.h
14
include/pbc/pbc_memory.h
18
include/pbc/pbc_mnt.h
15
include/pbc/pbc_mnt.h
19
include/pbc/pbc_multiz.h
16
include/pbc/pbc_multiz.h
Lines 22-28 Link Here
22
include/pbc/pbc_poly.h
19
include/pbc/pbc_poly.h
23
include/pbc/pbc_random.h
20
include/pbc/pbc_random.h
24
include/pbc/pbc_singular.h
21
include/pbc/pbc_singular.h
22
include/pbc/pbc_ternary_extension_field.h
25
include/pbc/pbc_test.h
23
include/pbc/pbc_test.h
26
include/pbc/pbc_utils.h
24
include/pbc/pbc_utils.h
27
include/pbc/pbc_z.h
25
include/pbc/pbc_z.h
26
lib/libpbc.a
27
lib/libpbc.la
28
lib/libpbc.so
29
lib/libpbc.so.1
28
@dirrm include/pbc
30
@dirrm include/pbc

Return to bug 180520