summaryrefslogtreecommitdiffstats
path: root/graphics/utah-glx
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-20 12:24:54 +0000
committersobomax <sobomax@FreeBSD.org>2001-03-20 12:24:54 +0000
commit781923561959f1928fe4ae96362d642e5048eca2 (patch)
tree5d4d24f6832eeb0820c437ffb0cbdf901b91f3fa /graphics/utah-glx
parent2fcb1c79467319b14affe02daafe4787950d0b87 (diff)
downloadFreeBSD-ports-781923561959f1928fe4ae96362d642e5048eca2.zip
FreeBSD-ports-781923561959f1928fe4ae96362d642e5048eca2.tar.gz
Remove dependency on Mesa3. This would allow to upgrade Mesa3 to more recent
version. Prompted by: many
Diffstat (limited to 'graphics/utah-glx')
-rw-r--r--graphics/utah-glx/Makefile13
-rw-r--r--graphics/utah-glx/distinfo2
2 files changed, 11 insertions, 4 deletions
diff --git a/graphics/utah-glx/Makefile b/graphics/utah-glx/Makefile
index 34d3c40..f3a07e6 100644
--- a/graphics/utah-glx/Makefile
+++ b/graphics/utah-glx/Makefile
@@ -8,20 +8,25 @@
PORTNAME= utah-glx
PORTVERSION= 0.9.20001128
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/mesa3d/g}
MASTER_SITE_SUBDIR= sobomax
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ MesaLib-${MESA_VER}${EXTRACT_SUFX} \
+ MesaDemos-${MESA_VER}${EXTRACT_SUFX}
MAINTAINER= 3d@FreeBSD.org
BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 \
- autoconf:${PORTSDIR}/devel/autoconf \
- nonexistent:${PORTSDIR}/graphics/Mesa3:patch
+ autoconf:${PORTSDIR}/devel/autoconf
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
+MESA_VER= 3.2.1
+
GLVER?= 14
GLUTVER?= 3
@@ -30,7 +35,7 @@ AGP_DEVICE= /dev/agpgart
CFLAGS+= -DAGP_DEVICE=\\\"${AGP_DEVICE}\\\"
CONFIGURE_SCRIPT=autogen.sh
CONFIGURE_ARGS= --enable-extra \
- --with-mesa=${WRKDIRPREFIX}${.CURDIR}/../../graphics/Mesa3/work/Mesa-3.2.1 \
+ --with-mesa=${WRKDIR}/Mesa-${MESA_VER} \
--sysconfdir=${PREFIX}/etc \
--with-moduledir=${PREFIX}/lib/modules
CONFIGURE_ENV= TCLSH="tclsh8.3"
diff --git a/graphics/utah-glx/distinfo b/graphics/utah-glx/distinfo
index 2d8aa28..5e35f9b 100644
--- a/graphics/utah-glx/distinfo
+++ b/graphics/utah-glx/distinfo
@@ -1 +1,3 @@
MD5 (utah-glx-0.9.20001128.tar.bz2) = 926c61c22c659802e044de85bb8dd9cb
+MD5 (MesaLib-3.2.1.tar.bz2) = dcd5a6aa77b3bdb400c8179419473e58
+MD5 (MesaDemos-3.2.1.tar.bz2) = 621bd95ed9f93467f4dfa615e2f27c16
OpenPOWER on IntegriCloud