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

(-)cln.new/Makefile (-2 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	cln
9
PORTNAME=	cln
10
PORTVERSION=	1.1.13
10
PORTVERSION=	1.2.2
11
CATEGORIES=	math devel
11
CATEGORIES=	math devel
12
MASTER_SITES=	http://www.ginac.de/CLN/ \
12
MASTER_SITES=	http://www.ginac.de/CLN/ \
13
		http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
13
		http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
Lines 29-35 Link Here
29
MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
29
MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
31
32
MAN1=		cln-config.1
33
INFO=		cln
32
INFO=		cln
34
33
35
STRIP=		# none
34
STRIP=		# none
(-)cln.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cln-1.1.13.tar.bz2) = 1f3d227360003b389bba14c8a5c3695a
1
MD5 (cln-1.2.2.tar.bz2) = 6b479281fec86314b4c7a9357bd83ef8
2
SHA256 (cln-1.1.13.tar.bz2) = fb570c0ac44aef1ffe251fdf2a9b40448c95aa21398b492566203dd982b18c03
2
SHA256 (cln-1.2.2.tar.bz2) = 3de70896cb9eaa7d4cb957890adb88cd7d7a9ce84c0e2a87cd18afde017392e5
3
SIZE (cln-1.1.13.tar.bz2) = 1708927
3
SIZE (cln-1.2.2.tar.bz2) = 1742427
(-)cln.new/files/patch-autoconf-ltmain.sh (-15 lines)
Lines 1-15 Link Here
1
--- autoconf/ltmain.sh.orig	Tue Sep  7 04:46:35 2004
2
+++ autoconf/ltmain.sh	Sat Jun  4 16:54:55 2005
3
@@ -5547,10 +5547,12 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false ; then
8
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
9
 	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)cln.new/files/patch-doc::Makefile.in (-18 lines)
Lines 1-18 Link Here
1
--- doc/Makefile.in.orig	Mon Feb 14 15:24:29 2005
2
+++ doc/Makefile.in	Mon Feb 14 15:25:14 2005
3
@@ -86,14 +86,11 @@
4
 	  echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$(PACKAGE).info";\
5
 	  install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$(PACKAGE).info || :;\
6
 	else : ; fi
7
-	$(INSTALL_DATA) $(srcdir)/$(PACKAGE)_*.html $(DESTDIR)$(htmldir)
8
-	$(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi
9
+	install-info $(DESTDIR)$(infodir)/$(PACKAGE).info $(DESTDIR)$(infodir)/dir
10
 
11
 installdirs : force
12
 	$(MKDIR) $(DESTDIR)$(datadir)
13
 	$(MKDIR) $(DESTDIR)$(infodir)
14
-	$(MKDIR) $(DESTDIR)$(htmldir)
15
-	$(MKDIR) $(DESTDIR)$(dvidir)
16
 
17
 uninstall : force
18
 	@if (install-info --version && \
(-)cln.new/pkg-plist (-27 / +30 lines)
Lines 1-4 Link Here
1
bin/cln-config
2
include/cln/GV.h
1
include/cln/GV.h
3
include/cln/GV_complex.h
2
include/cln/GV_complex.h
4
include/cln/GV_integer.h
3
include/cln/GV_integer.h
Lines 14-20 Link Here
14
include/cln/SV_real.h
13
include/cln/SV_real.h
15
include/cln/SV_ringelt.h
14
include/cln/SV_ringelt.h
16
include/cln/V.h
15
include/cln/V.h
17
include/cln/abort.h
18
include/cln/cln.h
16
include/cln/cln.h
19
include/cln/complex.h
17
include/cln/complex.h
20
include/cln/complex_class.h
18
include/cln/complex_class.h
Lines 25-30 Link Here
25
include/cln/dfloat.h
23
include/cln/dfloat.h
26
include/cln/dfloat_class.h
24
include/cln/dfloat_class.h
27
include/cln/dfloat_io.h
25
include/cln/dfloat_io.h
26
include/cln/exception.h
28
include/cln/ffloat.h
27
include/cln/ffloat.h
29
include/cln/ffloat_class.h
28
include/cln/ffloat_class.h
30
include/cln/ffloat_io.h
29
include/cln/ffloat_io.h
Lines 77-110 Link Here
77
include/cln/univpoly_rational.h
76
include/cln/univpoly_rational.h
78
include/cln/univpoly_real.h
77
include/cln/univpoly_real.h
79
include/cln/version.h
78
include/cln/version.h
79
info/dir
80
lib/libcln.a
80
lib/libcln.a
81
lib/libcln.la
81
lib/libcln.la
82
lib/libcln.so
82
lib/libcln.so
83
lib/libcln.so.4
83
lib/libcln.so.5
84
libdata/pkgconfig/cln.pc
84
lib/pkgconfig/cln.pc
85
share/aclocal/cln.m4
86
%%PORTDOCS%%%%DOCSDIR%%/dvi/cln.dvi
85
%%PORTDOCS%%%%DOCSDIR%%/dvi/cln.dvi
87
%%PORTDOCS%%%%DOCSDIR%%/html/cln.html
86
%%PORTDOCS%%%%DOCSDIR%%/html/cln.html
88
%%PORTDOCS%%%%DOCSDIR%%/html/cln_1.html
87
share/dvi/cln.dvi
89
%%PORTDOCS%%%%DOCSDIR%%/html/cln_10.html
88
share/html/cln.html
90
%%PORTDOCS%%%%DOCSDIR%%/html/cln_11.html
89
share/html/cln_1.html
91
%%PORTDOCS%%%%DOCSDIR%%/html/cln_12.html
90
share/html/cln_10.html
92
%%PORTDOCS%%%%DOCSDIR%%/html/cln_13.html
91
share/html/cln_11.html
93
%%PORTDOCS%%%%DOCSDIR%%/html/cln_14.html
92
share/html/cln_12.html
94
%%PORTDOCS%%%%DOCSDIR%%/html/cln_15.html
93
share/html/cln_13.html
95
%%PORTDOCS%%%%DOCSDIR%%/html/cln_16.html
94
share/html/cln_14.html
96
%%PORTDOCS%%%%DOCSDIR%%/html/cln_2.html
95
share/html/cln_15.html
97
%%PORTDOCS%%%%DOCSDIR%%/html/cln_3.html
96
share/html/cln_16.html
98
%%PORTDOCS%%%%DOCSDIR%%/html/cln_4.html
97
share/html/cln_2.html
99
%%PORTDOCS%%%%DOCSDIR%%/html/cln_5.html
98
share/html/cln_3.html
100
%%PORTDOCS%%%%DOCSDIR%%/html/cln_6.html
99
share/html/cln_4.html
101
%%PORTDOCS%%%%DOCSDIR%%/html/cln_7.html
100
share/html/cln_5.html
102
%%PORTDOCS%%%%DOCSDIR%%/html/cln_8.html
101
share/html/cln_6.html
103
%%PORTDOCS%%%%DOCSDIR%%/html/cln_9.html
102
share/html/cln_7.html
104
%%PORTDOCS%%%%DOCSDIR%%/html/cln_abt.html
103
share/html/cln_8.html
105
%%PORTDOCS%%%%DOCSDIR%%/html/cln_ovr.html
104
share/html/cln_9.html
106
%%PORTDOCS%%%%DOCSDIR%%/html/cln_toc.html
105
share/html/cln_abt.html
107
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
106
share/html/cln_fot.html
108
%%PORTDOCS%%@dirrm %%DOCSDIR%%/dvi
107
@dirrm share/html
109
%%PORTDOCS%%@dirrm %%DOCSDIR%%
108
@dirrm share/dvi
109
@dirrm %%PORTDOCS%%%%DOCSDIR%%/html
110
@dirrm %%PORTDOCS%%%%DOCSDIR%%/dvi
111
@dirrm %%PORTDOCS%%%%DOCSDIR%%
112
@dirrm lib/pkgconfig
110
@dirrm include/cln
113
@dirrm include/cln

Return to bug 122651