FreeBSD Bugzilla – Attachment 19637 Details for
Bug 34864
change request to allow teTeX to build WITHOUT_X11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.50 KB, created by
Steve Wills
on 2002-02-12 07:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2002-02-12 07:50:01 UTC
Size:
1.50 KB
patch
obsolete
>--- Makefile.orig Tue Feb 12 02:24:11 2002 >+++ Makefile Tue Feb 12 02:23:58 2002 >@@ -7,6 +7,7 @@ > > PORTNAME= teTeX > PORTVERSION= 1.0.7 >+PORTREVISION= 1 > CATEGORIES= print > MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/ \ > ${MASTER_SITE_TEX_CTAN} >@@ -18,7 +19,9 @@ > LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ > wwwcore.1:${PORTSDIR}/www/libwww > >+.if !defined(WITHOUT_X11) > USE_XLIB= yes >+.endif > DIST_SUBDIR= teTeX > WRKSRC= ${WRKDIR}/teTeX-1.0 > EXTRACT_ONLY= ${TETEX_SRC} >@@ -32,6 +35,9 @@ > --with-system-pnglib --with-pnglib-libdir=${LIBPNG_PREFIX}/lib \ > --with-pnglib-include=${LIBPNG_PREFIX}/include > CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}" >+.if defined(WITHOUT_X11) >+CONFIGURE_ARGS+= --without-x11 --without-oxdvik --without-xdvik >+.endif > INSTALL_TARGET= install strip > NOMANCOMPRESS= yes > NOMAN1= MakeTeXPK.1 access.1 afm2tfm.1 allcm.1 allec.1 allneeded.1 \ >@@ -46,13 +52,20 @@ > pktogf.1 pktype.1 pltotf.1 pooltype.1 ps2frag.1 ps2pk.1 \ > readlink.1 tangle.1 tex.1 texconfig.1 texhash.1 texi2html.1 \ > tftopl.1 tie.1 vftovp.1 virmf.1 virmpost.1 viromega.1 \ >- virtex.1 vptovf.1 weave.1 xdvi.1 >+ virtex.1 vptovf.1 weave.1 >+ >+.if !defined(WITHOUT_X11) >+NOMAN1+= xdvi.1 >+.endif > > TETEX_SRC= teTeX-src-1.0.7.tar.gz > TETEX_TEXMF= teTeX-texmf-1.0.2.tar.gz > LIBPNG_PREFIX?= ${LOCALBASE} > LIBWWW_PREFIX?= ${LOCALBASE} > TEXMF_TREE= ${PREFIX}/share/texmf >+.if defined(WITHOUT_X11) >+PLIST= ${PKGDIR}/pkg-plist.nox11 >+.endif > > pre-configure: > @${ECHO_MSG}
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 34864
: 19637 |
19638