FreeBSD Bugzilla – Attachment 171945 Details for
Bug 210637
archivers/gtar: remove unused flags, fix license
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
gtar.patch (text/plain), 976 bytes, created by
Dmitry Marakasov
on 2016-06-29 12:59:57 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-06-29 12:59:57 UTC
Size:
976 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 417674) >+++ Makefile (working copy) >@@ -10,17 +10,16 @@ > MAINTAINER= naddy@FreeBSD.org > COMMENT= GNU version of the traditional tape archiver > >-LICENSE= GPLv3 >+LICENSE= GPLv3+ >+LICENSE_FILE= ${WRKSRC}/COPYING > > INFO= tar > >-USES= charsetfix cpe iconv:${STATIC_ARGS} makeinfo tar:xz >+USES= charsetfix cpe iconv:${STATIC_ARGS} localbase makeinfo tar:xz > CPE_VENDOR= gnu > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --program-prefix=g \ > --disable-silent-rules >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib > CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \ > DEFAULT_RMT_COMMAND=/etc/rmt > # supply result to skip a test that will abort configure if run as root >@@ -43,6 +42,6 @@ > > # do not rebuild tar.info > post-patch: >- touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure >+ ${TOUCH} -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure > > .include <bsd.port.mk>
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
Actions:
View
|
Diff
Attachments on
bug 210637
:
171882
| 171945
Working