mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Switch to USES=libtool
- Strip library
This commit is contained in:
parent
3627a7323c
commit
d70b51ab0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353357
3 changed files with 7 additions and 15 deletions
|
@ -17,9 +17,9 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
CONFLICTS_BUILD= bonobo-1.*
|
CONFLICTS_BUILD= bonobo-1.*
|
||||||
CONFLICTS_INSTALL= ntfsprogs-*
|
CONFLICTS_INSTALL= ntfsprogs-*
|
||||||
USES= fuse pkgconfig iconv
|
USES= fuse pkgconfig iconv libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_AUTOTOOLS= libtool
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \
|
CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \
|
||||||
--disable-mtab --with-fuse=external --disable-ldconfig
|
--disable-mtab --with-fuse=external --disable-ldconfig
|
||||||
CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include
|
CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include
|
||||||
|
@ -50,10 +50,11 @@ post-patch:
|
||||||
${WRKSRC}/libntfs-3g/object_id.c \
|
${WRKSRC}/libntfs-3g/object_id.c \
|
||||||
${WRKSRC}/libntfs-3g/reparse.c \
|
${WRKSRC}/libntfs-3g/reparse.c \
|
||||||
${WRKSRC}/libntfs-3g/security.c
|
${WRKSRC}/libntfs-3g/security.c
|
||||||
@${REINPLACE_CMD} -e 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|' \
|
@${REINPLACE_CMD} -e 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|; \
|
||||||
${WRKSRC}/libntfs-3g/Makefile.in
|
/install-exec-hook:/,/^$$/ s|^@.*||' ${WRKSRC}/libntfs-3g/Makefile.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/
|
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libntfs-3g.so
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -9,15 +9,6 @@
|
||||||
*) enable_mount_helper="no" ;;
|
*) enable_mount_helper="no" ;;
|
||||||
esac
|
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 @@
|
@@ -9527,7 +9527,7 @@
|
||||||
hardcode_shlibpath_var=no
|
hardcode_shlibpath_var=no
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -46,9 +46,9 @@ include/ntfs-3g/unistr.h
|
||||||
include/ntfs-3g/volume.h
|
include/ntfs-3g/volume.h
|
||||||
include/ntfs-3g/xattrs.h
|
include/ntfs-3g/xattrs.h
|
||||||
lib/libntfs-3g.a
|
lib/libntfs-3g.a
|
||||||
lib/libntfs-3g.la
|
|
||||||
lib/libntfs-3g.so
|
lib/libntfs-3g.so
|
||||||
lib/libntfs-3g.so.85
|
lib/libntfs-3g.so.85
|
||||||
|
lib/libntfs-3g.so.85.0.0
|
||||||
libdata/pkgconfig/libntfs-3g.pc
|
libdata/pkgconfig/libntfs-3g.pc
|
||||||
man/man8/mkntfs.8.gz
|
man/man8/mkntfs.8.gz
|
||||||
man/man8/ntfs-3g.8.gz
|
man/man8/ntfs-3g.8.gz
|
||||||
|
@ -75,5 +75,5 @@ sbin/ntfsresize
|
||||||
sbin/ntfsundelete
|
sbin/ntfsundelete
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD
|
%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
||||||
@dirrm include/ntfs-3g
|
@dirrm include/ntfs-3g
|
||||||
|
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue