pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/chmlib



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.

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@localhost
-#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



Home | Main Index | Thread Index | Old Index