FreeBSD Bugzilla – Attachment 7748 Details for
Bug 16616
Fix: A problem on search of installed file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 880 bytes, created by
Inagaki Kentaro
on 2000-02-09 17:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Inagaki Kentaro
Created:
2000-02-09 17:50:01 UTC
Size:
880 bytes
patch
obsolete
>diff -urN makejvf.old/Makefile makejvf/Makefile >--- makejvf.old/Makefile Fri Dec 24 20:15:05 1999 >+++ makejvf/Makefile Sat Feb 5 04:33:25 2000 >@@ -38,6 +38,8 @@ > ${TAR} -C ${WRKDIR}/ -zxf ${DISTDIR}/${DIST_SUBDIR}/$$i${EXTRACT_SUFX} ; \ > done > >+.include <bsd.port.pre.mk> >+ > post-install: > @${MKDIR} ${MAP_DIR} > @for i in ${PTEX_TFM} ; do \ >@@ -70,4 +72,8 @@ > done > .endif > >-.include <bsd.port.mk> >+.if exists(${PREFIX}/bin/mktexlsr) >+ @${PREFIX}/bin/mktexlsr >+.endif >+ >+.include <bsd.port.post.mk> >diff -urN makejvf.old/pkg/PLIST makejvf/pkg/PLIST >--- makejvf.old/pkg/PLIST Fri Dec 24 20:15:06 1999 >+++ makejvf/pkg/PLIST Sat Feb 5 04:35:34 2000 >@@ -136,3 +136,5 @@ > @dirrm share/texmf/fonts/tfm/makejvf > @dirrm share/texmf/fonts/vf/makejvf > @dirrm share/doc/makejvf-fkr >+@exec [ -x %D/bin/mktexlsr ] && %D/bin/mktexlsr >+@unexec [ -x %D/bin/mktexlsr ] && %D/bin/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 16616
: 7748