FreeBSD Bugzilla – Attachment 10838 Details for
Bug 21591
Fix port: textproc/man2html
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.44 KB, created by
Dima Sivachenko
on 2000-09-27 07:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dima Sivachenko
Created:
2000-09-27 07:50:00 UTC
Size:
1.44 KB
patch
obsolete
>diff -Nur man2html.old/Makefile man2html/Makefile >--- man2html.old/Makefile Mon Apr 10 01:52:51 2000 >+++ man2html/Makefile Wed Sep 27 10:36:32 2000 >@@ -11,7 +11,7 @@ > MASTER_SITES= ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ > DISTNAME= ${PORTNAME}${PORTVERSION} > >-MAINTAINER= demon@gpad.ac.ru >+MAINTAINER= dima@Chg.RU > > USE_PERL5= yes > NO_BUILD= yes >@@ -20,13 +20,7 @@ > MAN1= man2html.1 > > post-patch: >- >- @ if [ -f ${CGIDIR} ] ; then \ >- @ ${MV} ${WRKSRC}/man.cgi ${WRKSRC}/man.cgi.pre_sed ; \ >- @ ${CAT} ${WRKSRC}/man.cgi.pre_sed | \ >- @ ${GREP} -Ev -e "/opt/|/openwin/" \ >- > ${WRKSRC}/man.cgi ; \ >- fi >+ ${PERL} -pi -e "s#/usr/local/bin/perl#${PERL5}#" ${WRKSRC}/man.cgi > > do-install: > >diff -Nur man2html.old/patches/patch-aa man2html/patches/patch-aa >--- man2html.old/patches/patch-aa Wed Dec 23 20:23:05 1998 >+++ man2html/patches/patch-aa Wed Sep 27 10:34:58 2000 >@@ -1,5 +1,5 @@ > --- man.cgi.orig Tue Aug 12 21:19:18 1997 >-+++ man.cgi Mon Nov 30 17:18:04 1998 >++++ man.cgi Wed Sep 27 10:34:40 2000 > @@ -59,8 +59,8 @@ > ## systems. If using Tom Christiansen's Perl man program, than > ## define use "". >@@ -50,3 +50,12 @@ > /bin > /usr/bin > ); >+@@ -270,7 +269,7 @@ >+ >+ # Convert output from man to html >+ #-------------------------------- >+- close(STDERR); >++ open(STDERR, ">&/dev/null"); >+ open(MANPRG, "-|") or exec($ManPrg, @manargs); >+ $Man2Html::InFH = \*MANPRG; # set input filehandle >+ require $ManConvPrg or
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 21591
: 10838