mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.9.4
- Engage OPTIONS - Drop maintainership PR: ports/77788 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
This commit is contained in:
parent
801dfabd27
commit
8f35e218cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129381
3 changed files with 12 additions and 18 deletions
|
@ -6,22 +6,25 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ntfsprogs
|
PORTNAME= ntfsprogs
|
||||||
PORTVERSION= 1.9.2
|
PORTVERSION= 1.9.4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= linux-ntfs
|
MASTER_SITE_SUBDIR= linux-ntfs
|
||||||
|
|
||||||
MAINTAINER= flz@xbsd.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Utilities and library to manipulate NTFS partitions
|
COMMENT= Utilities and library to manipulate NTFS partitions
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GCC= 3.4
|
USE_GCC= 3.4
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
USE_GETOPT_LONG= yes
|
USE_GETOPT_LONG= yes
|
||||||
|
USE_INC_LIBTOOL_VER= 13
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
|
OPTIONS= GNOMEVFS2 "Install Gnome-VFS-2.0 libntfs interface" off
|
||||||
|
|
||||||
MAN8= libntfs-gnomevfs.8 \
|
MAN8= libntfs-gnomevfs.8 \
|
||||||
mkntfs.8 \
|
mkntfs.8 \
|
||||||
ntfscat.8 \
|
ntfscat.8 \
|
||||||
|
@ -35,28 +38,19 @@ MAN8= libntfs-gnomevfs.8 \
|
||||||
ntfsresize.8 \
|
ntfsresize.8 \
|
||||||
ntfsundelete.8
|
ntfsundelete.8
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(WITH_GNOMEVFS2)
|
.if defined(WITH_GNOMEVFS2)
|
||||||
USE_GNOME= gnomevfs2
|
USE_GNOME= gnomevfs2
|
||||||
PLIST_SUB= GNOMEVFS2=""
|
PLIST_SUB= GNOMEVFS2=""
|
||||||
MAN8+= libntfs-gnomevfs.8
|
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS= --disable-gnome-vfs
|
CONFIGURE_ARGS= --disable-gnome-vfs
|
||||||
PLIST_SUB= GNOMEVFS2="@comment "
|
PLIST_SUB= GNOMEVFS2="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(WITH_GNOMEVFS2)
|
|
||||||
pre-everything::
|
|
||||||
@${ECHO_MSG} ""
|
|
||||||
@${ECHO_MSG} "You can define the following for additional features:"
|
|
||||||
@${ECHO_MSG} ""
|
|
||||||
@${ECHO_MSG} "WITH_GNOMEVFS2 - Installs Gnome-VFS-2.0 libntfs interface.
|
|
||||||
@${ECHO_MSG} ""
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|^transform.*||' ${WRKSRC}/Makefile.in \
|
@${REINPLACE_CMD} -e 's|^transform.*||' ${WRKSRC}/Makefile.in \
|
||||||
${WRKSRC}/libntfs/Makefile.in \
|
${WRKSRC}/libntfs/Makefile.in \
|
||||||
${WRKSRC}/ntfsprogs/Makefile.in
|
${WRKSRC}/ntfsprogs/Makefile.in
|
||||||
${REINPLACE_CMD} -e 's| bswap_| bswap|' ${WRKSRC}/include/ntfs/endians.h
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (ntfsprogs-1.9.2.tar.gz) = 7afa40d1764dc5427533734925f8adf7
|
MD5 (ntfsprogs-1.9.4.tar.gz) = 6fb6465e75582fc70d50966a08dd3ec1
|
||||||
SIZE (ntfsprogs-1.9.2.tar.gz) = 655502
|
SIZE (ntfsprogs-1.9.4.tar.gz) = 701154
|
||||||
|
|
|
@ -37,7 +37,7 @@ include/ntfs/volume.h
|
||||||
lib/libntfs.a
|
lib/libntfs.a
|
||||||
lib/libntfs.la
|
lib/libntfs.la
|
||||||
lib/libntfs.so
|
lib/libntfs.so
|
||||||
lib/libntfs.so.5
|
lib/libntfs.so.6
|
||||||
sbin/mkntfs
|
sbin/mkntfs
|
||||||
sbin/ntfsclone
|
sbin/ntfsclone
|
||||||
sbin/ntfslabel
|
sbin/ntfslabel
|
||||||
|
|
Loading…
Add table
Reference in a new issue