- Update to 7.0.

- Use amd64-specific configuration file for amd64 build.  It gives slightly
better performance because it uses amd64 assembly code in some places.

Approved by:	x11 (no objection)
This commit is contained in:
Jung-uk Kim
2007-07-02 17:02:43 +00:00
parent 7f0a739c67
commit 4774dbb562
2 changed files with 5 additions and 6 deletions

View File

@@ -6,8 +6,7 @@
#
PORTNAME?= libGL
PORTVERSION?= 6.5.3
PORTREVISION= 3
PORTVERSION?= 7.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/
@@ -65,7 +64,7 @@ ALL_TARGET= freebsd-dri-x86
.elif ${ARCH} == amd64
PLIST_SUB+= I386="@comment "
PLIST_SUB+= I386_AMD64=""
ALL_TARGET= freebsd-dri
ALL_TARGET= freebsd-dri-amd64
.else
PLIST_SUB+= I386="@comment "
PLIST_SUB+= I386_AMD64="@comment "

View File

@@ -1,3 +1,3 @@
MD5 (MesaLib-6.5.3.tar.bz2) = 46359457147c469745f24b5074a186f0
SHA256 (MesaLib-6.5.3.tar.bz2) = f8b09b40b59d6951dcd9889d19a67d1995c5f558bafa1e978f4b0e88035a96b3
SIZE (MesaLib-6.5.3.tar.bz2) = 3351899
MD5 (MesaLib-7.0.tar.bz2) = 50c371455fa7532c04aa0a970f9bc51f
SHA256 (MesaLib-7.0.tar.bz2) = dc4dcd24712c4bdafc430f281e7200b9b7d9a6de1995223275def1d1bf012c08
SIZE (MesaLib-7.0.tar.bz2) = 3366124