From owner-svn-ports-all@FreeBSD.ORG Thu May 8 21:58:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0EDFC3D; Thu, 8 May 2014 21:58:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B26929FE; Thu, 8 May 2014 21:58:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48LwVq6058458; Thu, 8 May 2014 21:58:31 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48LwVXK058434; Thu, 8 May 2014 21:58:31 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405082158.s48LwVXK058434@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 8 May 2014 21:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353357 - in head/sysutils/fusefs-ntfs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 21:58:32 -0000 Author: amdmi3 Date: Thu May 8 21:58:30 2014 New Revision: 353357 URL: http://svnweb.freebsd.org/changeset/ports/353357 QAT: https://qat.redports.org/buildarchive/r353357/ Log: - Switch to USES=libtool - Strip library Modified: head/sysutils/fusefs-ntfs/Makefile head/sysutils/fusefs-ntfs/files/patch-configure head/sysutils/fusefs-ntfs/pkg-plist Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Thu May 8 21:48:08 2014 (r353356) +++ head/sysutils/fusefs-ntfs/Makefile Thu May 8 21:58:30 2014 (r353357) @@ -17,9 +17,9 @@ LICENSE= GPLv2 CONFLICTS_BUILD= bonobo-1.* CONFLICTS_INSTALL= ntfsprogs-* -USES= fuse pkgconfig iconv +USES= fuse pkgconfig iconv libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \ --disable-mtab --with-fuse=external --disable-ldconfig CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include @@ -50,10 +50,11 @@ post-patch: ${WRKSRC}/libntfs-3g/object_id.c \ ${WRKSRC}/libntfs-3g/reparse.c \ ${WRKSRC}/libntfs-3g/security.c - @${REINPLACE_CMD} -e 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|' \ - ${WRKSRC}/libntfs-3g/Makefile.in + @${REINPLACE_CMD} -e 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|; \ + /install-exec-hook:/,/^$$/ s|^@.*||' ${WRKSRC}/libntfs-3g/Makefile.in post-install: ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libntfs-3g.so .include Modified: head/sysutils/fusefs-ntfs/files/patch-configure ============================================================================== --- head/sysutils/fusefs-ntfs/files/patch-configure Thu May 8 21:48:08 2014 (r353356) +++ head/sysutils/fusefs-ntfs/files/patch-configure Thu May 8 21:58:30 2014 (r353357) @@ -9,15 +9,6 @@ *) enable_mount_helper="no" ;; esac -@@ -7991,7 +7991,7 @@ - LIBTOOL_DEPS="$ltmain" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) /usr/local/bin/libtool' - - - @@ -9527,7 +9527,7 @@ hardcode_shlibpath_var=no ;; Modified: head/sysutils/fusefs-ntfs/pkg-plist ============================================================================== --- head/sysutils/fusefs-ntfs/pkg-plist Thu May 8 21:48:08 2014 (r353356) +++ head/sysutils/fusefs-ntfs/pkg-plist Thu May 8 21:58:30 2014 (r353357) @@ -46,9 +46,9 @@ include/ntfs-3g/unistr.h include/ntfs-3g/volume.h include/ntfs-3g/xattrs.h lib/libntfs-3g.a -lib/libntfs-3g.la lib/libntfs-3g.so lib/libntfs-3g.so.85 +lib/libntfs-3g.so.85.0.0 libdata/pkgconfig/libntfs-3g.pc man/man8/mkntfs.8.gz man/man8/ntfs-3g.8.gz @@ -75,5 +75,5 @@ sbin/ntfsresize sbin/ntfsundelete %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/ntfs-3g +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%