Changeset 79252
- Timestamp:
- 06/06/11 19:02:58 (4 years ago)
- Location:
- trunk/dports/x11/mesa
- Files:
-
- 1 added
- 1 deleted
- 1 edited
-
Portfile (modified) (5 diffs)
-
files/mesa-7.10.2-api-fixes.patch (added)
-
files/mesa_Makefile-gallium-suppression.diff (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/mesa/Portfile
r77876 r79252 10 10 # xquartz-dev mailing list, and let us know why. 11 11 12 version 7.8.2 13 revision 2 12 version 7.10.2 14 13 categories x11 graphics 15 14 maintainers jeremyhu openmaintainer … … 20 19 distfiles MesaLib-${version}.tar.bz2:mesa \ 21 20 MesaGLUT-${version}.tar.bz2:mesa \ 22 MesaApple-${version} -r1.tar.bz2:xquartz21 MesaApple-${version}.tar.bz2:xquartz 23 22 24 23 worksrcdir Mesa-${version} … … 28 27 ftp://ftp.freedesktop.org/pub/mesa/${version}/:mesa \ 29 28 http://static.macosforge.org/xquartz/downloads/src/:xquartz 30 checksums MesaLib-7. 8.2.tar.bz2 \31 sha1 21de672a1cbe307135d7f172dc6952041a38e1c7\32 rmd160 d06c95bc36304b8ef72211b5defd3ac338fe7956\33 MesaGLUT-7. 8.2.tar.bz2 \34 sha1 9592ea7778b38e9b7e35532e83d0ae170af3e85e\35 rmd160 0198676f3277fa6ef681e40e388fa5d69d86a25e \36 MesaApple-7. 8.2-r1.tar.bz2 \37 sha1 301808a80f4cdd7a9b9bf7e8e0d32e668bcd3f7d\38 rmd160 3a5091773e940a1e7b4857d8823d84287d0f56b529 checksums MesaLib-7.10.2.tar.bz2 \ 30 sha1 71bbb2686230f6334aa625a951b58b4b2d5d6aa0 \ 31 rmd160 4e5cfdf3b66f1b05d1aefd5267fe157e542f6ac2 \ 32 MesaGLUT-7.10.2.tar.bz2 \ 33 sha1 5f9dd67ec7b76458e1326338ca51c9aa6b5d5cd2 \ 34 rmd160 466f6b43c6c42717879f4f103e18022da6b0bace \ 35 MesaApple-7.10.2.tar.bz2 \ 36 sha1 8e3678af509f0668503d4be850332394c79ee009 \ 37 rmd160 603028f7f80225e0d54bfcff69d85a7e49a47893 39 38 40 39 depends_build \ … … 54 53 patch.pre_args -p1 55 54 patchfiles \ 56 mesa-7.2-drm_headers.patch 55 mesa-7.2-drm_headers.patch \ 56 mesa-7.10.2-api-fixes.patch 57 57 58 58 build.target default … … 130 130 platform darwin 8 { 131 131 patchfiles-append patch-Mesa_7.6-src-glu-sgi-glu.exports.darwin.diff 132 patchfiles-append mesa_Makefile-gallium-suppression.diff133 132 134 133 post-patch { 134 # These are being comented out to find out if they're still broken 135 # 6/6/2011 135 136 # http://trac.macports.org/ticket/24345 136 137 # http://trac.macports.org/ticket/24393 137 reinplace "/SRC_DIRS/ s/gallium//" ${worksrcpath}/configs/darwin138 reinplace "/SRC_DIRS/ s/mesa//" ${worksrcpath}/configs/darwin138 #reinplace "/SRC_DIRS/ s/gallium//" ${worksrcpath}/configs/darwin 139 #reinplace "/SRC_DIRS/ s/mesa//" ${worksrcpath}/configs/darwin 139 140 140 141 # libOSMesa fails on Tiger, too... 141 reinplace "/DRIVER_DIRS/ s/osmesa//" ${worksrcpath}/configs/darwin142 #reinplace "/DRIVER_DIRS/ s/osmesa//" ${worksrcpath}/configs/darwin 142 143 143 144 # http://trac.macports.org/ticket/24366
Note: See TracChangeset
for help on using the changeset viewer.

