From owner-svn-ports-all@freebsd.org Tue Dec 26 09:00:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25619EAB6A5; Tue, 26 Dec 2017 09:00:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 ED6DE6B3CD; Tue, 26 Dec 2017 09:00:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBQ90d5W083397; Tue, 26 Dec 2017 09:00:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBQ90cpx083395; Tue, 26 Dec 2017 09:00:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712260900.vBQ90cpx083395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 26 Dec 2017 09:00:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457269 - head/sysutils/fusefs-ntfs X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/fusefs-ntfs X-SVN-Commit-Revision: 457269 X-SVN-Commit-Repository: ports 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.25 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: Tue, 26 Dec 2017 09:00:40 -0000 Author: amdmi3 Date: Tue Dec 26 09:00:38 2017 New Revision: 457269 URL: https://svnweb.freebsd.org/changeset/ports/457269 Log: - Fix LICENSE - Switch to USES=localbase - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/sysutils/fusefs-ntfs/Makefile head/sysutils/fusefs-ntfs/pkg-descr Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Tue Dec 26 04:40:27 2017 (r457268) +++ head/sysutils/fusefs-ntfs/Makefile Tue Dec 26 09:00:38 2017 (r457269) @@ -11,40 +11,33 @@ DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION} MAINTAINER= freebsd@dussan.org COMMENT= Mount NTFS partitions (read/write) and disk images -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid + CONFLICTS_BUILD= bonobo-1.* CONFLICTS_INSTALL= ntfsprogs-* -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid -USES= fuse pkgconfig iconv libtool tar:tgz + +USES= fuse pkgconfig iconv libtool localbase:ldflags tar:tgz USE_LDCONFIG= yes 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 -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ OPTIONS_DEFINE= LOCK UBLIO DOCS OPTIONS_DEFAULT=LOCK UBLIO LOCK_DESC= Lock the device when mounting (avoids access) +LOCK_CFLAGS= -DUSE_LOCK UBLIO_DESC= Enable user space cache for improved speed +UBLIO_EXTRA_PATCHES= ${FILESDIR}/extra-patch-ublio +UBLIO_LIB_DEPENDS= libublio.so:devel/libublio +UBLIO_CFLAGS= -DUSE_UBLIO SUB_FILES= pkg-message DOCSDIR= ${PREFIX}/share/doc/ntfs-3g -.include - -.if ${PORT_OPTIONS:MLOCK} -CFLAGS+= -DUSE_LOCK -.endif - -.if ${PORT_OPTIONS:MUBLIO} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ublio -LIB_DEPENDS+= libublio.so:devel/libublio -CFLAGS+= -DUSE_UBLIO -.endif - post-patch: @${REINPLACE_CMD} -e 's|ENODATA|ENOATTR|' \ ${WRKSRC}/libntfs-3g/object_id.c \ @@ -54,7 +47,9 @@ post-patch: /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 +post-install-DOCS-on: + ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/ + +.include Modified: head/sysutils/fusefs-ntfs/pkg-descr ============================================================================== --- head/sysutils/fusefs-ntfs/pkg-descr Tue Dec 26 04:40:27 2017 (r457268) +++ head/sysutils/fusefs-ntfs/pkg-descr Tue Dec 26 09:00:38 2017 (r457269) @@ -5,4 +5,4 @@ and Windows 8 NTFS file systems. Almost the full POSIX functionality is supported, the major exceptions are changing the file ownerships and the access rights. -WWW: http://www.tuxera.com/community/open-source-ntfs-3g/ +WWW: https://www.tuxera.com/community/open-source-ntfs-3g/