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

(-)math/cln/Makefile (-10 / +3 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	cln
9
PORTNAME=	cln
10
PORTVERSION=	1.1.9
10
PORTVERSION=	1.1.10
11
CATEGORIES=	math devel
11
CATEGORIES=	math devel
12
MASTER_SITES=	ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
12
MASTER_SITES=	ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
13
13
Lines 17-23 Link Here
17
LIB_DEPENDS=	gmp.6:${PORTSDIR}/math/libgmp4
17
LIB_DEPENDS=	gmp.6:${PORTSDIR}/math/libgmp4
18
18
19
USE_BZIP2=	yes
19
USE_BZIP2=	yes
20
USE_GCC=	3.4
20
USE_GCC=	3.4+
21
USE_GNOME=	gnomehack gnometarget pkgconfig
21
USE_GNOME=	gnomehack gnometarget pkgconfig
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
Lines 32-44 Link Here
32
32
33
STRIP=		# none
33
STRIP=		# none
34
34
35
CFLAGS+=	-fPIC
35
CPPFLAGS=	-I${LOCALBASE}/include
36
CPPFLAGS=	-I${LOCALBASE}/include
36
LDFLAGS=	-L${LOCALBASE}/lib
37
LDFLAGS=	-L${LOCALBASE}/lib
37
38
38
.if !defined(NOPORTDOCS)
39
PORTDOCS=	*
40
.endif
41
42
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
43
40
44
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
41
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
Lines 52-60 Link Here
52
	@${MKDIR} ${DOCSDIR}/html
49
	@${MKDIR} ${DOCSDIR}/html
53
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html
50
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html
54
.endif
51
.endif
55
	@${FIND} ${PREFIX}/include/cln -type f | \
56
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
57
	@${FIND} ${PREFIX}/include/cln ! -type f | ${SORT} -r | \
58
		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
59
52
60
.include <bsd.port.post.mk>
53
.include <bsd.port.post.mk>
(-)math/cln/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (cln-1.1.9.tar.bz2) = 76fbeeeeac1559e482b404b4674915e2
1
MD5 (cln-1.1.10.tar.bz2) = f194811dadcd2b1dca5f78a62370eb56
2
SIZE (cln-1.1.9.tar.bz2) = 1661135
2
SIZE (cln-1.1.10.tar.bz2) = 1702241
(-)math/cln/pkg-plist (-1 / +104 lines)
Lines 1-6 Link Here
1
bin/cln-config
1
bin/cln-config
2
include/cln/GV.h
3
include/cln/GV_complex.h
4
include/cln/GV_integer.h
5
include/cln/GV_modinteger.h
6
include/cln/GV_number.h
7
include/cln/GV_rational.h
8
include/cln/GV_real.h
9
include/cln/SV.h
10
include/cln/SV_complex.h
11
include/cln/SV_integer.h
12
include/cln/SV_number.h
13
include/cln/SV_rational.h
14
include/cln/SV_real.h
15
include/cln/SV_ringelt.h
16
include/cln/V.h
17
include/cln/abort.h
18
include/cln/cln.h
19
include/cln/complex.h
20
include/cln/complex_class.h
21
include/cln/complex_io.h
22
include/cln/complex_ring.h
23
include/cln/condition.h
24
include/cln/config.h
25
include/cln/dfloat.h
26
include/cln/dfloat_class.h
27
include/cln/dfloat_io.h
28
include/cln/ffloat.h
29
include/cln/ffloat_class.h
30
include/cln/ffloat_io.h
31
include/cln/float.h
32
include/cln/float_class.h
33
include/cln/float_io.h
34
include/cln/floatformat.h
35
include/cln/floatparam.h
36
include/cln/input.h
37
include/cln/integer.h
38
include/cln/integer_class.h
39
include/cln/integer_io.h
40
include/cln/integer_ring.h
41
include/cln/intparam.h
42
include/cln/io.h
43
include/cln/lfloat.h
44
include/cln/lfloat_class.h
45
include/cln/lfloat_io.h
46
include/cln/malloc.h
47
include/cln/modinteger.h
48
include/cln/modules.h
49
include/cln/null_ring.h
50
include/cln/number.h
51
include/cln/number_io.h
52
include/cln/numtheory.h
53
include/cln/object.h
54
include/cln/output.h
55
include/cln/proplist.h
56
include/cln/random.h
57
include/cln/rational.h
58
include/cln/rational_class.h
59
include/cln/rational_io.h
60
include/cln/rational_ring.h
61
include/cln/real.h
62
include/cln/real_class.h
63
include/cln/real_io.h
64
include/cln/real_ring.h
65
include/cln/ring.h
66
include/cln/sfloat.h
67
include/cln/sfloat_class.h
68
include/cln/sfloat_io.h
69
include/cln/string.h
70
include/cln/symbol.h
71
include/cln/timing.h
72
include/cln/types.h
73
include/cln/univpoly.h
74
include/cln/univpoly_complex.h
75
include/cln/univpoly_integer.h
76
include/cln/univpoly_modint.h
77
include/cln/univpoly_rational.h
78
include/cln/univpoly_real.h
79
include/cln/version.h
2
lib/libcln.a
80
lib/libcln.a
3
lib/libcln.so
81
lib/libcln.so
4
lib/libcln.so.3
82
lib/libcln.so.4
5
libdata/pkgconfig/cln.pc
83
libdata/pkgconfig/cln.pc
6
share/aclocal/cln.m4
84
share/aclocal/cln.m4
85
%%PORTDOCS%%%%DOCSDIR%%/dvi/cln.dvi
86
%%PORTDOCS%%%%DOCSDIR%%/html/cln.html
87
%%PORTDOCS%%%%DOCSDIR%%/html/cln_1.html
88
%%PORTDOCS%%%%DOCSDIR%%/html/cln_10.html
89
%%PORTDOCS%%%%DOCSDIR%%/html/cln_11.html
90
%%PORTDOCS%%%%DOCSDIR%%/html/cln_12.html
91
%%PORTDOCS%%%%DOCSDIR%%/html/cln_13.html
92
%%PORTDOCS%%%%DOCSDIR%%/html/cln_14.html
93
%%PORTDOCS%%%%DOCSDIR%%/html/cln_15.html
94
%%PORTDOCS%%%%DOCSDIR%%/html/cln_16.html
95
%%PORTDOCS%%%%DOCSDIR%%/html/cln_2.html
96
%%PORTDOCS%%%%DOCSDIR%%/html/cln_3.html
97
%%PORTDOCS%%%%DOCSDIR%%/html/cln_4.html
98
%%PORTDOCS%%%%DOCSDIR%%/html/cln_5.html
99
%%PORTDOCS%%%%DOCSDIR%%/html/cln_6.html
100
%%PORTDOCS%%%%DOCSDIR%%/html/cln_7.html
101
%%PORTDOCS%%%%DOCSDIR%%/html/cln_8.html
102
%%PORTDOCS%%%%DOCSDIR%%/html/cln_9.html
103
%%PORTDOCS%%%%DOCSDIR%%/html/cln_abt.html
104
%%PORTDOCS%%%%DOCSDIR%%/html/cln_ovr.html
105
%%PORTDOCS%%%%DOCSDIR%%/html/cln_toc.html
106
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
107
%%PORTDOCS%%@dirrm %%DOCSDIR%%/dvi
108
%%PORTDOCS%%@dirrm %%DOCSDIR%%
109
@dirrm include/cln

Return to bug 88347