diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-06-05 01:14:14 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-06-05 01:14:14 +0000 |
commit | 189ef38fecaef38eb9edb21b783b4da1d79f8917 (patch) | |
tree | f89e434cefe34645640f0c2ffe27b2e99e03c297 /x11 | |
parent | 866ff1f7ebc54246a2e32453a21de8c5c908d803 (diff) | |
download | freebsd-ports-189ef38fecaef38eb9edb21b783b4da1d79f8917.zip |
Disable the build with WITH_MATROX_GXX_DRIVER. It does not work with 4.1.0
Reported by: Goran Runfeldt <goranrunfeldt@home.se>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/Makefile | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index ef20fec6c0a4..d57abe881ece 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -64,10 +64,10 @@ pre-fetch: .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == NO pre-fetch: -.ifndef WITH_MATROX_GXX_DRIVER - @${ECHO} Define WITH_MATROX_GXX_DRIVER if you want to enable Matrox driver for - @${ECHO} G200, G400 and G450 graphic adapters -.endif +#.ifndef WITH_MATROX_GXX_DRIVER +# @${ECHO} Define WITH_MATROX_GXX_DRIVER if you want to enable Matrox driver for +# @${ECHO} G200, G400 and G450 graphic adapters +#.endif MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \ ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/ \ ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/ @@ -77,10 +77,10 @@ IGNOREFILES= Wraphelp.c pre-fetch: @${ECHO} @${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c. -.ifndef WITH_MATROX_GXX_DRIVER - @${ECHO} Define WITH_MATROX_GXX_DRIVER if you want to enable Matrox driver for - @${ECHO} G200, G400 and G450 graphic adapters -.endif +#.ifndef WITH_MATROX_GXX_DRIVER +# @${ECHO} Define WITH_MATROX_GXX_DRIVER if you want to enable Matrox driver for +# @${ECHO} G200, G400 and G450 graphic adapters +#.endif .endif # ${USA_RESIDENT} .endif @@ -91,11 +91,11 @@ pre-fetch: BROKEN= "can't be compiled on this system (missing headers)" .endif -.if defined(WITH_MATROX_GXX_DRIVER) -MGA_DRIVER_VERSION= 1_2_0beta -MASTER_SITES+= ftp://ftp.matrox.com/pub/mga/archive/linux/2001/beta_${MGA_DRIVER_VERSION:S/beta//}/ -DISTFILES+= mga-${MGA_DRIVER_VERSION}.tgz -.endif # WITH_MATROX_GXX_DRIVER +#.if defined(WITH_MATROX_GXX_DRIVER) +#MGA_DRIVER_VERSION= 1_2_0beta +#MASTER_SITES+= ftp://ftp.matrox.com/pub/mga/archive/linux/2001/beta_${MGA_DRIVER_VERSION:S/beta//}/ +#DISTFILES+= mga-${MGA_DRIVER_VERSION}.tgz +#.endif # WITH_MATROX_GXX_DRIVER .if ${OSVERSION} > 500012 post-patch: @@ -104,17 +104,17 @@ post-patch: ${SED} -e 52d -e 54d < ${WRKSRC}/include/Xarch.h.orig > \ ${WRKSRC}/include/Xarch.h; fi .endif # ${OSVERSION} > 500012 -.if defined(WITH_MATROX_GXX_DRIVER) -.if !target(post-patch) -post-patch: -.endif # !target(post-patch) - @${MV} ${WRKSRC}/programs/Xserver/hw/xfree86/drivers/mga \ - ${WRKSRC}/programs/Xserver/hw/xfree86/drivers/mga.old - @${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/mga-${MGA_DRIVER_VERSION}.tgz \ - -C ${WRKSRC}/programs/Xserver/hw/xfree86/drivers - @${CP} ${WRKSRC}/config/cf/xf86site.def ${WRKSRC}/config/cf/host.def - @${ECHO} "#define HaveMatroxHal YES" >> ${WRKSRC}/config/cf/host.def -.endif # WITH_MATROX_GXX_DRIVER +#.if defined(WITH_MATROX_GXX_DRIVER) +#.if !target(post-patch) +#post-patch: +#.endif # !target(post-patch) +# @${MV} ${WRKSRC}/programs/Xserver/hw/xfree86/drivers/mga \ +# ${WRKSRC}/programs/Xserver/hw/xfree86/drivers/mga.old +# @${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/mga-${MGA_DRIVER_VERSION}.tgz \ +# -C ${WRKSRC}/programs/Xserver/hw/xfree86/drivers +# @${CP} ${WRKSRC}/config/cf/xf86site.def ${WRKSRC}/config/cf/host.def +# @${ECHO} "#define HaveMatroxHal YES" >> ${WRKSRC}/config/cf/host.def +#.endif # WITH_MATROX_GXX_DRIVER pre-install: ${MKDIR} ${PREFIX} |