mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Regenerate patches with `make makepatch`
This commit is contained in:
parent
e71143f1fe
commit
dca4fb2c93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397831
3 changed files with 10 additions and 9 deletions
|
@ -10,6 +10,9 @@ MASTER_SITES= http://www.jedrea.com/chmlib/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Library for dealing with Microsoft ITSS/CHM format files
|
COMMENT= Library for dealing with Microsoft ITSS/CHM format files
|
||||||
|
|
||||||
|
LICENSE= LGPL21
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
|
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- src/chm_lib.c.orig Tue Apr 8 10:33:30 2003
|
--- src/chm_lib.c.orig 2009-05-23 14:43:31 UTC
|
||||||
+++ src/chm_lib.c Tue Apr 8 10:40:56 2003
|
+++ src/chm_lib.c
|
||||||
@@ -156,6 +156,17 @@
|
@@ -149,6 +149,17 @@ typedef unsigned __int32 UInt32;
|
||||||
typedef __int64 Int64;
|
typedef __int64 Int64;
|
||||||
typedef unsigned __int64 UInt64;
|
typedef unsigned __int64 UInt64;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- src/chm_lib.h.orig Fri Feb 25 21:26:09 2005
|
--- src/chm_lib.h.orig 2009-05-23 14:43:31 UTC
|
||||||
+++ src/chm_lib.h Fri Feb 25 21:26:57 2005
|
+++ src/chm_lib.h
|
||||||
@@ -78,6 +78,12 @@
|
@@ -82,6 +82,12 @@ struct chmUnitInfo
|
||||||
char path[CHM_MAX_PATHLEN+1];
|
char path[CHM_MAX_PATHLEN+1];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
/* open an ITS archive */
|
/* open an ITS archive */
|
||||||
#ifdef PPC_BSTR
|
#ifdef PPC_BSTR
|
||||||
/* RWE 6/12/2003 */
|
/* RWE 6/12/2003 */
|
||||||
@@ -133,6 +139,7 @@
|
@@ -137,6 +143,7 @@ int chm_enumerate_dir(struct chmFile *h,
|
||||||
CHM_ENUMERATOR e,
|
CHM_ENUMERATOR e,
|
||||||
void *context);
|
void *context);
|
||||||
|
|
||||||
|
@ -21,5 +21,3 @@
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue