svn commit: r370105 - in head/misc/chmlib: . files

Tijl Coosemans tijl at FreeBSD.org
Sun Oct 5 19:03:13 UTC 2014


Author: tijl
Date: Sun Oct  5 19:03:12 2014
New Revision: 370105
URL: https://svnweb.freebsd.org/changeset/ports/370105
QAT: https://qat.redports.org/buildarchive/r370105/

Log:
  - Add USES=libtool and INSTALL_TARGET=install-strip
  - Remove pthread patching

Deleted:
  head/misc/chmlib/files/patch-ltmain.sh
Modified:
  head/misc/chmlib/Makefile
  head/misc/chmlib/pkg-plist

Modified: head/misc/chmlib/Makefile
==============================================================================
--- head/misc/chmlib/Makefile	Sun Oct  5 19:00:23 2014	(r370104)
+++ head/misc/chmlib/Makefile	Sun Oct  5 19:03:12 2014	(r370105)
@@ -3,18 +3,17 @@
 
 PORTNAME=	chmlib
 PORTVERSION=	0.40
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	http://www.jedrea.com/chmlib/
 
 MAINTAINER=	fluffy at FreeBSD.org
 COMMENT=	Library for dealing with Microsoft ITSS/CHM format files
 
-USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool tar:bzip2
 USE_LDCONFIG=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
-
 .include <bsd.port.mk>

Modified: head/misc/chmlib/pkg-plist
==============================================================================
--- head/misc/chmlib/pkg-plist	Sun Oct  5 19:00:23 2014	(r370104)
+++ head/misc/chmlib/pkg-plist	Sun Oct  5 19:03:12 2014	(r370105)
@@ -7,3 +7,4 @@ include/chm_lib.h
 include/lzx.h
 lib/libchm.so
 lib/libchm.so.0
+lib/libchm.so.0.0.0


More information about the svn-ports-all mailing list