Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 19:03:12 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370105 - in head/misc/chmlib: . files
Message-ID:  <201410051903.s95J3C8a054500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410051903.s95J3C8a054500>