diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-04-25 20:25:55 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-04-25 20:25:55 +0000 |
commit | 8fe0a46c2aeba3f7797c497b3314b01cb96f3533 (patch) | |
tree | 581b20afabfa80c63456fe7b35a4ee0cfe3463e5 /graphics/mesagl | |
parent | 6e0a25dd397c6304a1bf64c1c72b087ae6ee487f (diff) | |
download | ports-8fe0a46c2aeba3f7797c497b3314b01cb96f3533.tar.gz ports-8fe0a46c2aeba3f7797c497b3314b01cb96f3533.zip |
Notes
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 7 | ||||
-rw-r--r-- | graphics/mesagl/distinfo | 4 | ||||
-rw-r--r-- | graphics/mesagl/files/patch-aa | 18 | ||||
-rw-r--r-- | graphics/mesagl/pkg-plist | 2 |
4 files changed, 15 insertions, 16 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 8923de91b682..b3c652aa9542 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mesa -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/mesa3d/ \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ @@ -16,6 +16,8 @@ DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= jseger@FreeBSD.org +USE_BZIP2= yes + .if defined(WANT_GGI) LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi CONFIGURE_ARGS+=--with-ggi=${LOCALBASE} @@ -23,10 +25,9 @@ CONFIGURE_ARGS+=--with-ggi=${LOCALBASE} GLVER= 14 GLUTVER= 3 -WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_GMAKE= yes CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}" PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}" diff --git a/graphics/mesagl/distinfo b/graphics/mesagl/distinfo index 80a26e0c3900..dd4de7eb9495 100644 --- a/graphics/mesagl/distinfo +++ b/graphics/mesagl/distinfo @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.1.tar.gz) = 39af22bdf42f280f20afcacfa7ba4599 -MD5 (MesaDemos-3.1.tar.gz) = c788d5206acf290439f718d5f447724c +MD5 (MesaLib-3.2.tar.bz2) = 96bde293baafc203d4d8936cc856a7a5 +MD5 (MesaDemos-3.2.tar.bz2) = f561df86199a429f32f641ce771406e6 diff --git a/graphics/mesagl/files/patch-aa b/graphics/mesagl/files/patch-aa index 37fef9a37850..0c4ebf03a0fa 100644 --- a/graphics/mesagl/files/patch-aa +++ b/graphics/mesagl/files/patch-aa @@ -1,12 +1,12 @@ ---- configure Tue Dec 14 14:20:48 1999 -+++ configure.new Sat Feb 26 00:34:51 2000 -@@ -815,9 +815,9 @@ - - - # CURRENT:REVISION:AGE --LIBGL_VERSION=3:0:2 --LIBGLU_VERSION=3:0:2 --LIBGLUT_VERSION=10:0:7 +--- configure.orig Mon Apr 24 09:53:56 2000 ++++ configure Tue Apr 25 10:51:16 2000 +@@ -817,9 +817,9 @@ + MESA_MAJOR=3 + MESA_MINOR=2 + MESA_TINY=0 +-LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} +-LIBGLU_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} +-LIBGLUT_VERSION=3:7:0 +LIBGL_VERSION=${GLVER}:0 +LIBGLU_VERSION=${GLVER}:0 +LIBGLUT_VERSION=${GLUTVER}:0 diff --git a/graphics/mesagl/pkg-plist b/graphics/mesagl/pkg-plist index 5cc62af5e9fc..ae680bbaeacc 100644 --- a/graphics/mesagl/pkg-plist +++ b/graphics/mesagl/pkg-plist @@ -18,6 +18,4 @@ lib/libMesaGL.so lib/libMesaGLU.so lib/libglut.so lib/libglut.so.%%GLUTVER%% -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/GL |