FreeBSD Bugzilla – Attachment 23734 Details for
Bug 40769
Update port: textproc/dtdparse - don't generate catalog chain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.04 KB, created by
Kimura Fuyuki
on 2002-07-19 13:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kimura Fuyuki
Created:
2002-07-19 13:30:01 UTC
Size:
4.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/textproc/dtdparse/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 2002/02/06 07:37:00 1.1 >+++ Makefile 2002/07/19 12:20:15 >@@ -7,20 +7,21 @@ > > PORTNAME= dtdparse > PORTVERSION= 2.0.b6 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= dtdparse >-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} >+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} > >-MAINTAINER= fuyuki@mj.0038.net >+MAINTAINER= fuyuki@hadaly.org > > RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/DelimMatch.pm:${PORTSDIR}/textproc/p5-DelimMatch \ >- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \ >- ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog >+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM > > USE_PERL5= yes > >-NO_BUILD= yes >+# pod's are broken >+#MAN1= dtdformat.1 dtdparse.1 > > SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} > XMLDIR= ${PREFIX}/share/xml/${PORTNAME} >@@ -28,32 +29,32 @@ > SCRIPTS= dtdflatten dtdformat dtdparse \ > tools/contentmodel tools/dtdstats tools/elements > >-MKCATALOG= ${LOCALBASE}/sbin/mkcatalog >-PLIST_SUB= MKCATALOG=${MKCATALOG} >- > post-patch: > cd ${WRKSRC}; \ > ${PERL} -pi -e 's,/usr/local/bin/perl5,${PERL},' ${SCRIPTS} >+ ${PERL} -pi -e 's,modules/,XML/DTDParse/,' ${WRKSRC}/dtdformat >+ >+do-build: >+#.for i in dtdformat dtdparse >+# cd ${WRKSRC}; pod2man ${i} >${i}.1 >+#.endfor > > do-install: > cd ${WRKSRC}; ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin > ${MKDIR} ${SITE_PERL}/XML/DTDParse > ${INSTALL_DATA} ${WRKSRC}/XML/DTDParse/*.pm ${SITE_PERL}/XML/DTDParse >- ${MKDIR} ${SITE_PERL}/modules >- ${INSTALL_DATA} ${WRKSRC}/modules/*.pl ${SITE_PERL}/modules >+ ${INSTALL_DATA} ${WRKSRC}/modules/*.pl ${SITE_PERL}/XML/DTDParse > ${MKDIR} ${XMLDIR} > ${INSTALL_DATA} ${WRKSRC}/dtd.dtd ${XMLDIR} > ${ECHO_CMD} \ > 'PUBLIC "-//Norman Walsh//DTD DTDParse V2.0//EN" "dtd.dtd"' \ > >${XMLDIR}/catalog >+# cd ${WRKSRC}; ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 > > post-install: >- ${MKCATALOG} -c ${PREFIX}/share/xml/catalog -q install dtdparse > ${MKDIR} ${EXAMPLESDIR} > cd ${WRKSRC}/sample; \ > ${INSTALL_DATA} sample* simple* ${EXAMPLESDIR} >-# README is not 'additional' documentation because it's the only file >-# that contains copyright notice > ${MKDIR} ${DOCSDIR} > cd ${WRKSRC}; ${INSTALL_DATA} README WhatsNew ${DOCSDIR} > >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/textproc/dtdparse/pkg-descr,v >retrieving revision 1.1 >diff -u -r1.1 pkg-descr >--- pkg-descr 2002/02/06 07:37:00 1.1 >+++ pkg-descr 2002/07/19 12:20:15 >@@ -5,4 +5,4 @@ > WWW: http://sourceforge.net/projects/dtdparse/ > > - Kimura Fuyuki >-fuyuki@mj.0038.net >+fuyuki@hadaly.org >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/textproc/dtdparse/pkg-plist,v >retrieving revision 1.2 >diff -u -r1.2 pkg-plist >--- pkg-plist 2002/02/25 20:58:37 1.2 >+++ pkg-plist 2002/07/19 12:20:15 >@@ -8,15 +8,12 @@ > lib/perl5/site_perl/%%PERL_VER%%/XML/DTDParse/ContentModel.pm > lib/perl5/site_perl/%%PERL_VER%%/XML/DTDParse/DTD.pm > lib/perl5/site_perl/%%PERL_VER%%/XML/DTDParse/Tokenizer.pm >+lib/perl5/site_perl/%%PERL_VER%%/XML/DTDParse/html.pl >+lib/perl5/site_perl/%%PERL_VER%%/XML/DTDParse/plain.pl >+lib/perl5/site_perl/%%PERL_VER%%/XML/DTDParse/refentry.pl > @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/DTDParse > @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true >-lib/perl5/site_perl/%%PERL_VER%%/modules/html.pl >-lib/perl5/site_perl/%%PERL_VER%%/modules/plain.pl >-lib/perl5/site_perl/%%PERL_VER%%/modules/refentry.pl >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/modules >-@unexec %%MKCATALOG%% -c %D/share/xml/catalog -q deinstall dtdparse > share/xml/dtdparse/catalog >-@exec %%MKCATALOG%% -c %D/share/xml/catalog -q install dtdparse > share/xml/dtdparse/dtd.dtd > @dirrm share/xml/dtdparse > share/examples/dtdparse/sample.dtd >cvs server: Diffing files
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 40769
: 23734