FreeBSD Bugzilla – Attachment 243551 Details for
Bug 272636
sysutils/fusefs-nbt: Update to 20230720-4d49ab2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils-fusefs-nbt-20230720.diff (strip programs explicitly in 'post-install' target)
sysutils-fusefs-nbt-20230720.diff (text/plain), 1.62 KB, created by
WHR
on 2023-07-22 14:36:26 UTC
(
hide
)
Description:
sysutils-fusefs-nbt-20230720.diff (strip programs explicitly in 'post-install' target)
Filename:
MIME Type:
Creator:
WHR
Created:
2023-07-22 14:36:26 UTC
Size:
1.62 KB
patch
obsolete
>diff --git a/sysutils/fusefs-nbt/Makefile b/sysutils/fusefs-nbt/Makefile >index 6b602d481d04..ddb1723db077 100644 >--- a/sysutils/fusefs-nbt/Makefile >+++ b/sysutils/fusefs-nbt/Makefile >@@ -20,16 +20,26 @@ LICENSE_FILE_MPL20= ${WRKSRC}/MPL-2.0 > LICENSE_PERMS_BEERWARE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > USES= fuse tar:bz2 >+USE_LDCONFIG= yes > >-REVISION_DATE= 20220412 >-REVISION_HASH= 09b007a >+REVISION_DATE= 20230720 >+REVISION_HASH= 4d49ab2 > > MAKE_ENV= MANDIR=\${PREFIX}/man >-ALL_TARGET= libnbt.so all > INSTALL_TARGET= install-commands install-dev > CFLAGS+= ${CPPFLAGS} > CPPFLAGS+= -I ${LOCALBASE}/include > LDFLAGS+= -L ${LOCALBASE}/lib > NO_WRKSUBDIR= yes > >+do-build: >+ @cd ${BUILD_WRKSRC} && ${DO_MAKE_BUILD} libnbt.so && ${DO_MAKE_BUILD} all >+ >+post-install: >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnbt.so.1 >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nbtdump >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/regiondump >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/mkfs.nbt >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/mount.nbt >+ > .include <bsd.port.mk> >diff --git a/sysutils/fusefs-nbt/distinfo b/sysutils/fusefs-nbt/distinfo >index f388f04f50c3..f6c65938b58f 100644 >--- a/sysutils/fusefs-nbt/distinfo >+++ b/sysutils/fusefs-nbt/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1650298920 >-SHA256 (nbtfsutils-20220412-09b007a-src.tar.bz2) = f1c0155ba741357e90e83bd68f87ad4f501181b3a8cd02b461f9b60b361eb29c >-SIZE (nbtfsutils-20220412-09b007a-src.tar.bz2) = 1459524 >+TIMESTAMP = 1689916083 >+SHA256 (nbtfsutils-20230720-4d49ab2-src.tar.bz2) = b707c9cddc22249cac02fd9605f2ea19b8d919ab7eb4386375dbbc0296041ad6 >+SIZE (nbtfsutils-20230720-4d49ab2-src.tar.bz2) = 1459769
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
msl0000023508
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 272636
:
243519
|
243520
|
243549
| 243551