Received: by mail.netbsd.org (Postfix, from userid 605) id D132384D55; Wed, 31 Jan 2018 10:31:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D8F184D52 for ; Wed, 31 Jan 2018 10:31:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MEl8dtkK5o8b for ; Wed, 31 Jan 2018 10:31:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3A3984D3B for ; Wed, 31 Jan 2018 10:31:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD258FB40; Wed, 31 Jan 2018 10:31:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517394694197420" MIME-Version: 1.0 Date: Wed, 31 Jan 2018 10:31:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/chmlib To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180131103134.DD258FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1517394694197420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 31 10:31:34 UTC 2018 Modified Files: pkgsrc/devel/chmlib: Makefile PLIST Log Message: chmlib: enable example programs. Based on patch by trebol. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/chmlib/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/chmlib/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517394694197420 Content-Disposition: inline Content-Length: 1515 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/chmlib/Makefile diff -u pkgsrc/devel/chmlib/Makefile:1.22 pkgsrc/devel/chmlib/Makefile:1.23 --- pkgsrc/devel/chmlib/Makefile:1.22 Wed Aug 16 20:45:34 2017 +++ pkgsrc/devel/chmlib/Makefile Wed Jan 31 10:31:34 2018 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.22 2017/08/16 20:45:34 wiz Exp $ -# +# $NetBSD: Makefile,v 1.23 2018/01/31 10:31:34 wiz Exp $ DISTNAME= chmlib-0.40 +PKGREVISION= 1 CATEGORIES= devel -#MASTER_SITES= http://morte.jedrea.com/~jedwin/projects/chmlib/ +MASTER_SITES= http://www.jedrea.com/chmlib/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://morte.jedrea.com/~jedwin/projects/chmlib/ +HOMEPAGE= http://www.jedrea.com/chmlib/ COMMENT= Library for dealing with Microsoft ITSS/CHM format files LICENSE= gnu-lgpl-v2.1 @@ -17,8 +17,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-io64 - -INSTALLATION_DIRS= include lib +CONFIGURE_ARGS+= --enable-examples .include "../../mk/pthread.buildlink3.mk" Index: pkgsrc/devel/chmlib/PLIST diff -u pkgsrc/devel/chmlib/PLIST:1.3 pkgsrc/devel/chmlib/PLIST:1.4 --- pkgsrc/devel/chmlib/PLIST:1.3 Fri Jun 23 12:56:26 2006 +++ pkgsrc/devel/chmlib/PLIST Wed Jan 31 10:31:34 2018 @@ -1,4 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2006/06/23 12:56:26 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2018/01/31 10:31:34 wiz Exp $ +bin/chm_http +bin/enum_chmLib +bin/enumdir_chmLib +bin/extract_chmLib +bin/test_chmLib include/chm_lib.h include/lzx.h lib/libchm.la --_----------=_1517394694197420--