FreeBSD Bugzilla – Attachment 95535 Details for
Bug 133944
[PATCH] print/latex-prettyref: [SUMMARIZE CHANGES]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
latex-prettyref-3.0_1.patch
latex-prettyref-3.0_1.patch (text/plain), 1.80 KB, created by
Koji Yokota
on 2009-04-23 11:00:01 UTC
(
hide
)
Description:
latex-prettyref-3.0_1.patch
Filename:
MIME Type:
Creator:
Koji Yokota
Created:
2009-04-23 11:00:01 UTC
Size:
1.80 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/print/latex-prettyref.orig/Makefile /usr/ports/print/latex-prettyref/Makefile >--- /usr/ports/print/latex-prettyref.orig/Makefile 2007-12-19 01:43:24.000000000 +0900 >+++ /usr/ports/print/latex-prettyref/Makefile 2009-04-23 18:46:41.000000000 +0900 >@@ -7,6 +7,7 @@ > > PORTNAME= latex-prettyref > PORTVERSION= 3.0 >+PORTREVISION= 1 > CATEGORIES= print > MASTER_SITES= ${MASTER_SITE_TEX_CTAN} > MASTER_SITE_SUBDIR= macros/latex/contrib >@@ -20,23 +21,26 @@ > RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base > > USE_ZIP= yes >+PLIST_SUB= MKTEXLSR=${MKTEXLSR} > >-TEXMFDIR= share/texmf >-STYDIR= tex/latex/${PORTNAME:S/^latex-//} >-DOCSDIR= doc/latex/${PORTNAME:S/^latex-//} >+TEXMFDIR?= share/texmf >+STYDIR?= tex/latex/${PORTNAME:S/^latex-//} >+DOCSDIR?= doc/latex/${PORTNAME:S/^latex-//} > INSFILE= ${PORTNAME:S/^latex-//}.ins > STYFILE= ${PORTNAME:S/^latex-//}.sty > PDFFILE= ${PORTNAME:S/^latex-//}.pdf >-MKTEXLSR= ${LOCALBASE}/bin/mktexlsr >+MKTEXLSR?= ${LOCALBASE}/bin/mktexlsr > > do-build: > @( cd ${WRKSRC} && tex ${INSFILE} ) > > do-install: > @( cd ${WRKSRC} && \ >+ ${MKDIR} ${PREFIX}/${TEXMFDIR}/${STYDIR} && \ > ${COPYTREE_SHARE} "${STYFILE}" ${PREFIX}/${TEXMFDIR}/${STYDIR} ) > .if !defined(NOPORTDOCS) > @( cd ${WRKSRC} && \ >+ ${MKDIR} ${PREFIX}/${TEXMFDIR}/${DOCSDIR} && \ > ${COPYTREE_SHARE} "${PDFFILE}" ${PREFIX}/${TEXMFDIR}/${DOCSDIR} ) > .endif > >diff -ruN --exclude=CVS /usr/ports/print/latex-prettyref.orig/pkg-plist /usr/ports/print/latex-prettyref/pkg-plist >--- /usr/ports/print/latex-prettyref.orig/pkg-plist 2007-12-19 01:43:24.000000000 +0900 >+++ /usr/ports/print/latex-prettyref/pkg-plist 2009-04-23 18:47:00.000000000 +0900 >@@ -2,3 +2,4 @@ > share/texmf/tex/latex/prettyref/prettyref.sty > %%PORTDOCS%%@dirrm share/texmf/doc/latex/prettyref > @dirrm share/texmf/tex/latex/prettyref >+@unexec %%MKTEXLSR%%
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 133944
: 95535