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

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libotf
8
PORTNAME=	libotf
9
PORTVERSION=	0.9
9
PORTVERSION=	0.9.2
10
CATEGORIES=	print devel
10
CATEGORIES=	print devel
11
MASTER_SITES=	http://tsukuba.m17n.org/libotf/
11
MASTER_SITES=	http://tsukuba.m17n.org/libotf/
12
12
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libotf-0.9.tar.gz) = 09fd82c268718f95cd367c3b6faddfe2
1
MD5 (libotf-0.9.2.tar.gz) = 579f088d64844c00a1f1036a04b53a0a
2
SIZE (libotf-0.9.tar.gz) = 256323
2
SIZE (libotf-0.9.2.tar.gz) = 338447
(-)files/patch-ltmain.sh (-15 lines)
Removed Link Here
1
--- ltmain.sh.orig	Wed May 19 11:37:50 2004
2
+++ ltmain.sh	Wed May 19 11:38:28 2004
3
@@ -4247,10 +4247,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"

Return to bug 70569