FreeBSD Bugzilla – Attachment 138417 Details for
Bug 184366
[PATCH] archivers/unzip: fix portlint(1) compliant
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unzip-6.0_1.patch
unzip-6.0_1.patch (text/plain), 1.60 KB, created by
takefu
on 2013-11-29 02:40:00 UTC
(
hide
)
Description:
unzip-6.0_1.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2013-11-29 02:40:00 UTC
Size:
1.60 KB
patch
obsolete
>diff -ruN /usr/ports/archivers/unzip/Makefile ./Makefile >--- /usr/ports/archivers/unzip/Makefile 2013-10-28 22:26:35.000000000 +0900 >+++ ./Makefile 2013-11-29 11:15:13.000000000 +0900 >@@ -14,9 +14,9 @@ > COMMENT?= List, test, and extract compressed files in a ZIP archive > > LICENSE= Info-ZIP >-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > LICENSE_NAME= Info-ZIP license > LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > CONFLICTS?= unzip-iconv-[0-9]* zh-unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* > >@@ -88,8 +88,8 @@ > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/unzip ${STAGEDIR}${PREFIX}/bin/${UNZIP_NAME} >-.for file in funzip unzipsfx >- ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin >+.for f in funzip unzipsfx >+ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin > .endfor > ${LN} -sf ${UNZIP_NAME} ${STAGEDIR}${PREFIX}/bin/zipinfo > ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${STAGEDIR}${PREFIX}/bin >@@ -97,7 +97,7 @@ > .for f in ${MAN1:Nunzip.1:Ninfo-unzip.1} > ${INSTALL_MAN} ${WRKSRC}/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1 > .endfor >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for f in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} >diff -ruN /usr/ports/korean/unzip/Makefile ./Makefile >--- /usr/ports/korean/unzip/Makefile 2013-09-21 04:49:59.000000000 +0900 >+++ ./Makefile 2013-11-29 11:05:07.000000000 +0900 >@@ -11,5 +11,4 @@ > EXTRA_PATCHES= ${.CURDIR}/files/patch-* > MASTERDIR= ${.CURDIR}/../../archivers/unzip > >-NO_STAGE= yes > .include "${MASTERDIR}/Makefile"
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 184366
: 138417