FreeBSD Bugzilla – Attachment 128205 Details for
Bug 172083
print/ghostscript9 configurable dependency for graphics/svgalib [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain), 1.06 KB, created by
dmitry2004
on 2012-11-24 16:58:35 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
dmitry2004
Created:
2012-11-24 16:58:35 UTC
Size:
1.06 KB
patch
obsolete
>--- Makefile.orig 2012-11-19 12:51:59.000000000 +0600 >+++ Makefile 2012-11-24 22:54:16.000000000 +0600 >@@ -69,8 +69,8 @@ > SUB_LIST= DATADIR=${DATADIR} PORTVERSION=${PORTVERSION} > PKGMESSAGE= ${WRKDIR}/pkg-message > >-OPTIONS_DEFINE= A4SIZE CUPS FONTCONFIG ICONV LIBPAPER GTK2 X11 >-OPTIONS_DEFAULT= CUPS FONTCONFIG ICONV LIBPAPER X11 >+OPTIONS_DEFINE= A4SIZE CUPS FONTCONFIG ICONV LIBPAPER GTK2 SVGALIB X11 >+OPTIONS_DEFAULT= CUPS FONTCONFIG ICONV LIBPAPER SVGALIB X11 > A4SIZE_DESC= Set A4 (not Letter) as the default paper size > FONTCONFIG_DESC=Enable fontconfig support > NO_OPTIONS_SORT=yes >--- files/Makefile.drivers_post.orig 2012-11-19 12:51:59.000000000 +0600 >+++ files/Makefile.drivers_post 2012-11-24 22:53:23.000000000 +0600 >@@ -51,12 +51,14 @@ > .undef _VGA_DEVS > > .for D in ${VGA_DEVS} >-.if ${PORT_OPTIONS:MGS_${D}} >+.if ${PORT_OPTIONS:MSVGALIB} && ${PORT_OPTIONS:MGS_${D}} > .if ${ARCH:Mamd64} || ${ARCH:Mi386} > _VGA_DEVS+= ${D} > .else > OPTIONS_UNSET+= ${PORT_OPTIONS:MGS_${D}} > .endif >+.else >+PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} > .endif > .endfor >
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 Raw
Actions:
View
Attachments on
bug 172083
:
128204
| 128205