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

(-)misc/chmlib/Makefile (-3 / +2 lines)
Lines 7-18 Link Here
7
#
7
#
8
8
9
PORTNAME=	chmlib
9
PORTNAME=	chmlib
10
PORTVERSION=	0.39
10
PORTVERSION=	0.40
11
PORTREVISION=	2
12
CATEGORIES=	misc
11
CATEGORIES=	misc
13
MASTER_SITES=	http://www.jedrea.com/chmlib/
12
MASTER_SITES=	http://www.jedrea.com/chmlib/
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	fluffy@Fluffy.Khv.RU
16
COMMENT=	A library for dealing with Microsoft ITSS/CHM format files
15
COMMENT=	A library for dealing with Microsoft ITSS/CHM format files
17
16
18
USE_BZIP2=	yes
17
USE_BZIP2=	yes
(-)misc/chmlib/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (chmlib-0.39.tar.bz2) = debed1a0bdded7a12d3d967e497cea9c
1
MD5 (chmlib-0.40.tar.bz2) = 7ea49ed8c335215c1edc6fae83e6b912
2
SHA256 (chmlib-0.39.tar.bz2) = d2305d449eb5a2922ed3e61714074b09aae2491aa0cdbb783ab33a1744e0ff41
2
SHA256 (chmlib-0.40.tar.bz2) = 3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3
3
SIZE (chmlib-0.39.tar.bz2) = 263013
3
SIZE (chmlib-0.40.tar.bz2) = 252036
(-)misc/chmlib/files/patch-ltmain.sh (-15 lines)
Lines 1-15 Link Here
1
--- ltmain.sh.orig	Mon Jun 19 09:26:24 2006
2
+++ ltmain.sh	Mon Jun 19 09:26:40 2006
3
@@ -6003,10 +6003,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 135610