FreeBSD Bugzilla – Attachment 69669 Details for
Bug 101871
[PATCH] print/freetype-tools: Respect DESTDIR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
freetype-tools-1.3.1_2.patch
freetype-tools-1.3.1_2.patch (text/plain), 2.10 KB, created by
gslin
on 2006-08-12 08:30:13 UTC
(
hide
)
Description:
freetype-tools-1.3.1_2.patch
Filename:
MIME Type:
Creator:
gslin
Created:
2006-08-12 08:30:13 UTC
Size:
2.10 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/print/freetype-tools/Makefile /home/staff/gslin/work/ports/freetype-tools/Makefile >--- /usr/ports/print/freetype-tools/Makefile Fri Jun 30 19:05:49 2006 >+++ /home/staff/gslin/work/ports/freetype-tools/Makefile Sat Aug 12 15:28:40 2006 >@@ -22,14 +22,14 @@ > COMMENT= Tools for FreeType 1 > > LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype >-BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base >-RUN_DEPENDS= ${BUILD_DEPENDS} >+RUN_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base >+BUILD_DEPENDS= ${RUN_DEPENDS} > > USE_GMAKE= yes > USE_AUTOTOOLS= libtool:15 > CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared > >-TEXMFMAIN= ${PREFIX}/share/texmf >+TEXMFMAIN= ${TARGETDIR}/share/texmf > > MAN1= ttf2bdf.1 ttf2tfm.1 ttf2pk.1 > >@@ -38,13 +38,13 @@ > ${WRKSRC}/configure > @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ > 's|LIBTOOL =.*|LIBTOOL = ${LIBTOOL}|' >- @${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM} >+ @${FIND} ${WRKSRC} -name '*.orig' -delete > > post-build: >- @cd ${WRKSRC}/contrib/ttf2bdf && ./configure --prefix=${PREFIX} && ${GMAKE} >- @cd ${WRKSRC}/contrib/ttf2pfb && ./configure --prefix=${PREFIX} && ${GMAKE} >- @cd ${WRKSRC}/contrib/ttf2pk && ./configure --prefix=${PREFIX} --with-kpathsea-dir=${LOCALBASE} && ${GMAKE} >- @cd ${WRKSRC}/contrib/ttfbanner && ./configure --prefix=${PREFIX} && ${GMAKE} >+ @cd ${WRKSRC}/contrib/ttf2bdf && ./configure --prefix=${TARGETDIR} && ${GMAKE} >+ @cd ${WRKSRC}/contrib/ttf2pfb && ./configure --prefix=${TARGETDIR} && ${GMAKE} >+ @cd ${WRKSRC}/contrib/ttf2pk && ./configure --prefix=${TARGETDIR} --with-kpathsea-dir=${LOCALBASE} && ${GMAKE} >+ @cd ${WRKSRC}/contrib/ttfbanner && ./configure --prefix=${TARGETDIR} && ${GMAKE} > > do-install: > @cd ${WRKSRC}/contrib/ttf2bdf && ${GMAKE} install >@@ -53,7 +53,7 @@ > @cd ${WRKSRC}/contrib/ttfbanner && ${GMAKE} install > @${MKDIR} ${TEXMFMAIN}/ttf2pk > @for f in ${WRKSRC}/contrib/ttf2pk/data/*; do \ >- ${INSTALL_DATA} $$f ${TEXMFMAIN}/ttf2pk; \ >+ ${INSTALL_DATA} $$f ${TEXMFMAIN}/ttf2pk; \ > done > @${LN} -fs ${TEXMFMAIN}/ttf2pk ${TEXMFMAIN}/ttf2tfm
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 101871
: 69669