Index: head/graphics/Mesa3/Makefile =================================================================== --- head/graphics/Mesa3/Makefile (revision 40111) +++ head/graphics/Mesa3/Makefile (revision 40112) @@ -1,70 +1,69 @@ # New ports collection makefile for: Mesa # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # # $FreeBSD$ # PORTNAME= Mesa -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.4.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ MASTER_SITE_SUBDIR= mesa3d DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ MesaDemos-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= sobomax@FreeBSD.org USE_BZIP2= yes .if defined(WANT_GGI) LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi CONFIGURE_ARGS+=--with-ggi=${LOCALBASE} .endif GLUTVER= 3 USE_X_PREFIX= yes USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}" PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}" .include .if ${XFREE86_VERSION} == 3 SUB_GL= src INCLUDE_GL= include GLVER= 14 PLIST_SUB+= XFREE3:="" .else SUB_GL= INCLUDE_GL= GLVER= 1 PLIST_SUB+= XFREE3:="@comment " MAKE_ENV= INCLUDES="-I${X11BASE}/include -I${WRKSRC}/include -DGLCALLBACKPCAST=\*" MAKE_ARGS= -e .endif MAKE_ENV+= SUB_GL=${SUB_GL} \ INCLUDE_GL=${INCLUDE_GL} pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure post-configure: @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/config.c post-install: .for lib in GL GLU @${LN} -sf ${PREFIX}/lib/lib${lib}.so ${PREFIX}/lib/libMesa${lib}.so .endfor .if ${XFREE86_VERSION} > 3 @${MKDIR} ${PREFIX}/include/GL @cd ${WRKSRC}/include/GL && \ ${INSTALL_DATA} glu.h glut.h ${PREFIX}/include/GL .endif .include Property changes on: head/graphics/Mesa3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/graphics/Mesa3/distinfo =================================================================== --- head/graphics/Mesa3/distinfo (revision 40111) +++ head/graphics/Mesa3/distinfo (revision 40112) @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.2.1.tar.bz2) = dcd5a6aa77b3bdb400c8179419473e58 -MD5 (MesaDemos-3.2.1.tar.bz2) = 621bd95ed9f93467f4dfa615e2f27c16 +MD5 (MesaLib-3.4.1.tar.bz2) = 76a304f2d25847f4a20e0ab12cbe139c +MD5 (MesaDemos-3.4.1.tar.bz2) = e7cd2ce193e44c7db30403ca26259288 Property changes on: head/graphics/Mesa3/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/Mesa3/files/patch-aa =================================================================== --- head/graphics/Mesa3/files/patch-aa (revision 40111) +++ head/graphics/Mesa3/files/patch-aa (revision 40112) @@ -1,15 +1,18 @@ ---- configure.orig Thu Jul 20 18:25:10 2000 -+++ configure Thu Aug 24 11:34:45 2000 -@@ -822,9 +822,9 @@ + +$FreeBSD$ + +--- configure.orig Tue Mar 20 15:53:14 2001 ++++ configure Tue Mar 20 15:55:11 2001 +@@ -823,9 +823,9 @@ MESA_MAJOR=3 - MESA_MINOR=2 + MESA_MINOR=4 MESA_TINY=1 -LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} -LIBGLU_VERSION=1:1: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 Property changes on: head/graphics/Mesa3/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/graphics/Mesa3/pkg-plist =================================================================== --- head/graphics/Mesa3/pkg-plist (revision 40111) +++ head/graphics/Mesa3/pkg-plist (revision 40112) @@ -1,21 +1,22 @@ %%XFREE3:%%etc/mesa.conf %%XFREE3:%%include/GL/gl.h %%XFREE3:%%include/GL/gl_mangle.h include/GL/glu.h %%XFREE3:%%include/GL/glu_mangle.h include/GL/glut.h %%XFREE3:%%include/GL/glx.h %%XFREE3:%%include/GL/glx_mangle.h +%%XFREE3:%%include/GL/glext.h %%XFREE3:%%include/GL/osmesa.h %%XFREE3:%%include/GL/xmesa.h %%XFREE3:%%include/GL/xmesa_x.h %%XFREE3:%%include/GL/xmesa_xf86.h %%XFREE3:%%lib/libGL.so %%XFREE3:%%lib/libGL.so.%%GLVER%% lib/libGLU.so lib/libGLU.so.%%GLVER%% lib/libMesaGL.so lib/libMesaGLU.so lib/libglut.so lib/libglut.so.%%GLUTVER%% %%XFREE3:%%@dirrm include/GL Property changes on: head/graphics/Mesa3/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/mesagl/Makefile =================================================================== --- head/graphics/mesagl/Makefile (revision 40111) +++ head/graphics/mesagl/Makefile (revision 40112) @@ -1,70 +1,69 @@ # New ports collection makefile for: Mesa # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # # $FreeBSD$ # PORTNAME= Mesa -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.4.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ MASTER_SITE_SUBDIR= mesa3d DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ MesaDemos-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= sobomax@FreeBSD.org USE_BZIP2= yes .if defined(WANT_GGI) LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi CONFIGURE_ARGS+=--with-ggi=${LOCALBASE} .endif GLUTVER= 3 USE_X_PREFIX= yes USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}" PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}" .include .if ${XFREE86_VERSION} == 3 SUB_GL= src INCLUDE_GL= include GLVER= 14 PLIST_SUB+= XFREE3:="" .else SUB_GL= INCLUDE_GL= GLVER= 1 PLIST_SUB+= XFREE3:="@comment " MAKE_ENV= INCLUDES="-I${X11BASE}/include -I${WRKSRC}/include -DGLCALLBACKPCAST=\*" MAKE_ARGS= -e .endif MAKE_ENV+= SUB_GL=${SUB_GL} \ INCLUDE_GL=${INCLUDE_GL} pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure post-configure: @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/config.c post-install: .for lib in GL GLU @${LN} -sf ${PREFIX}/lib/lib${lib}.so ${PREFIX}/lib/libMesa${lib}.so .endfor .if ${XFREE86_VERSION} > 3 @${MKDIR} ${PREFIX}/include/GL @cd ${WRKSRC}/include/GL && \ ${INSTALL_DATA} glu.h glut.h ${PREFIX}/include/GL .endif .include Property changes on: head/graphics/mesagl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/graphics/mesagl/distinfo =================================================================== --- head/graphics/mesagl/distinfo (revision 40111) +++ head/graphics/mesagl/distinfo (revision 40112) @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.2.1.tar.bz2) = dcd5a6aa77b3bdb400c8179419473e58 -MD5 (MesaDemos-3.2.1.tar.bz2) = 621bd95ed9f93467f4dfa615e2f27c16 +MD5 (MesaLib-3.4.1.tar.bz2) = 76a304f2d25847f4a20e0ab12cbe139c +MD5 (MesaDemos-3.4.1.tar.bz2) = e7cd2ce193e44c7db30403ca26259288 Property changes on: head/graphics/mesagl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/mesagl/files/patch-aa =================================================================== --- head/graphics/mesagl/files/patch-aa (revision 40111) +++ head/graphics/mesagl/files/patch-aa (revision 40112) @@ -1,15 +1,18 @@ ---- configure.orig Thu Jul 20 18:25:10 2000 -+++ configure Thu Aug 24 11:34:45 2000 -@@ -822,9 +822,9 @@ + +$FreeBSD$ + +--- configure.orig Tue Mar 20 15:53:14 2001 ++++ configure Tue Mar 20 15:55:11 2001 +@@ -823,9 +823,9 @@ MESA_MAJOR=3 - MESA_MINOR=2 + MESA_MINOR=4 MESA_TINY=1 -LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} -LIBGLU_VERSION=1:1: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 Property changes on: head/graphics/mesagl/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/graphics/mesagl/pkg-plist =================================================================== --- head/graphics/mesagl/pkg-plist (revision 40111) +++ head/graphics/mesagl/pkg-plist (revision 40112) @@ -1,21 +1,22 @@ %%XFREE3:%%etc/mesa.conf %%XFREE3:%%include/GL/gl.h %%XFREE3:%%include/GL/gl_mangle.h include/GL/glu.h %%XFREE3:%%include/GL/glu_mangle.h include/GL/glut.h %%XFREE3:%%include/GL/glx.h %%XFREE3:%%include/GL/glx_mangle.h +%%XFREE3:%%include/GL/glext.h %%XFREE3:%%include/GL/osmesa.h %%XFREE3:%%include/GL/xmesa.h %%XFREE3:%%include/GL/xmesa_x.h %%XFREE3:%%include/GL/xmesa_xf86.h %%XFREE3:%%lib/libGL.so %%XFREE3:%%lib/libGL.so.%%GLVER%% lib/libGLU.so lib/libGLU.so.%%GLVER%% lib/libMesaGL.so lib/libMesaGLU.so lib/libglut.so lib/libglut.so.%%GLUTVER%% %%XFREE3:%%@dirrm include/GL Property changes on: head/graphics/mesagl/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property