FreeBSD Bugzilla – Attachment 192257 Details for
Bug 227304
[PATCH] devel/cgit: build proper manpage for cgitrc(5)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
cgit-build-proper-man-page-for-cgitrc.diff (text/plain), 1.71 KB, created by
Marko Turk
on 2018-04-05 19:49:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Marko Turk
Created:
2018-04-05 19:49:55 UTC
Size:
1.71 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 466506) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= cgit > PORTVERSION= 1.1 >-PORTREVISION= 17 >+PORTREVISION= 18 > CATEGORIES= devel www > MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ > https://www.kernel.org/pub/software/scm/git/:git >@@ -15,6 +15,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >+BUILD_DEPENDS= a2x:textproc/asciidoc > TEST_DEPENDS= msgfmt:devel/gettext-tools > > GIT_VERSION= 2.16.3 >@@ -33,8 +34,6 @@ > > SUB_FILES= pkg-message > >-PORTDOCS= ${PORTNAME}rc.5.txt >- > OPTIONS_DEFINE= DOCS > > post-extract: >@@ -54,7 +53,7 @@ > ${STRIP_CMD} ${STAGEDIR}${WWWDIR}/cgit.cgi > > post-install-DOCS-on: >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ a2x --doctype manpage --format manpage ${WRKSRC}/cgitrc.5.txt >+ ${INSTALL_MAN} ${WRKSRC}/cgitrc.5 ${STAGEDIR}${PREFIX}/man/man5 > > .include <bsd.port.mk> >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 466506) >+++ files/pkg-message.in (working copy) >@@ -10,5 +10,5 @@ > </Directory> > > Documentation and sample configuration can be found >-in %%DOCSDIR%%/cgitrc.5.txt. >+in cgitrc(5) manpage. > --------------------------------------------------- >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 466506) >+++ pkg-plist (working copy) >@@ -12,6 +12,7 @@ > lib/cgit/filters/simple-authentication.lua > lib/cgit/filters/syntax-highlighting.py > lib/cgit/filters/syntax-highlighting.sh >+man/man5/cgitrc.5.gz > %%WWWDIR%%/cgit.cgi > %%WWWDIR%%/cgit.css > %%WWWDIR%%/cgit.png
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 227304
:
192257
|
192527