FreeBSD Bugzilla – Attachment 226416 Details for
Bug 256966
japanese/another-htmllint: Install intended (modified) htmllint instead of default one
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch file
japanese_another-htmllint.patch (text/plain), 1.43 KB, created by
Yasuhiro Kimura
on 2021-07-13 04:09:51 UTC
(
hide
)
Description:
Updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2021-07-13 04:09:51 UTC
Size:
1.43 KB
patch
obsolete
>From 5bf7d06a128d2fc6a4c860b7b47c080ae18fd258 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@utahime.org> >Date: Tue, 13 Jul 2021 12:59:24 +0900 >Subject: [PATCH] japanese/another-htmllint: Install right 'htmllint' file > >Install right 'htmllint' file. Currently one included in original >archive is installed. But to work correctly one generated from >file/htmllint.in need to be installed. So change 'do-install' target >so it installs the latter instead of the former. >--- > japanese/another-htmllint/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile >index d9beb243b13e..03cd26cb8765 100644 >--- a/japanese/another-htmllint/Makefile >+++ b/japanese/another-htmllint/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= another-htmllint > PORTVERSION= 20111128 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= japanese www > MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ > DISTNAME= htmllint >@@ -50,7 +50,7 @@ do-build-W3M-on: > > do-install: > ${MKDIR} ${STAGEDIR}${DATADIR}/rule ${STAGEDIR}${DATADIR}/html >- cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${STAGEDIR}${PREFIX}/bin >+ cd ${WRKSRC} && ${INSTALL_SCRIPT} ../htmllint ${STAGEDIR}${PREFIX}/bin > cd ${WRKSRC} && ${INSTALL_SCRIPT} ${HTML} ${STAGEDIR}${DATADIR}/html > cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${STAGEDIR}${DATADIR} > cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${STAGEDIR}${DATADIR}/rule >-- >2.32.0 >
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:
yasu
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 256966
:
226205
| 226416