diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-12-18 13:02:58 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-12-18 13:02:58 +0000 |
commit | 413c1c83e751231d8df763f4aa9ca9b42ac24e62 (patch) | |
tree | 3fd320b6d4668bfce0eb3312d01b4ebfb874e129 /graphics/sage | |
parent | 6ad083ad0a3f02d93c6a25b8c92c600a59d6c00f (diff) | |
download | ports-413c1c83e751231d8df763f4aa9ca9b42ac24e62.tar.gz ports-413c1c83e751231d8df763f4aa9ca9b42ac24e62.zip |
update to 0.2.0
Notes
Notes:
svn path=/head/; revision=180071
Diffstat (limited to 'graphics/sage')
-rw-r--r-- | graphics/sage/Makefile | 18 | ||||
-rw-r--r-- | graphics/sage/distinfo | 6 | ||||
-rw-r--r-- | graphics/sage/pkg-plist | 5 |
3 files changed, 13 insertions, 16 deletions
diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index 210df0f54c35..61cc1199a9bd 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sage -PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTVERSION= 0.2.0 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge @@ -15,19 +14,18 @@ MASTER_SITE_SUBDIR= worldforge MAINTAINER= oliver@FreeBSD.org COMMENT= OpenGL extension library -USE_SDL= sdl -USE_GL= yes +CONFIGURE_ARGS= --program-transform-name= GNU_CONFIGURE= yes -USE_LDCONFIG= yes +USE_GL= yes USE_GNOME= gnomehack -CONFIGURE_ARGS= --program-transform-name= +USE_LDCONFIG= yes +USE_SDL= sdl + MAN3= sage.3 sage_init.3 -CFLAGS+= -I${X11BASE}/include -CONFIGURE_ENV= "CFLAGS=${CFLAGS}" +CONFIGURE_ENV= "CFLAGS=${CFLAGS} -I${X11BASE}/include" post-patch: - @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g; \ - s|-DSAGE_COMPILE||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/graphics/sage/distinfo b/graphics/sage/distinfo index 14a9673c9383..860f2a16a302 100644 --- a/graphics/sage/distinfo +++ b/graphics/sage/distinfo @@ -1,3 +1,3 @@ -MD5 (sage-0.1.2.tar.gz) = 4eea72b30a88dbe5d512009913462fc3 -SHA256 (sage-0.1.2.tar.gz) = 22677b8fd8a823300d945886449093b1fac0c584da5d5759a5e79f4b450ce501 -SIZE (sage-0.1.2.tar.gz) = 452601 +MD5 (sage-0.2.0.tar.gz) = fbeb372c8096ea9cbdeb5152900bb313 +SHA256 (sage-0.2.0.tar.gz) = 9be861636b52cf978ac009261f133990d332ab4b82331fa6f3fb25e69bd375a3 +SIZE (sage-0.2.0.tar.gz) = 449052 diff --git a/graphics/sage/pkg-plist b/graphics/sage/pkg-plist index ab00c384ca4f..cdc5522c953f 100644 --- a/graphics/sage/pkg-plist +++ b/graphics/sage/pkg-plist @@ -1,11 +1,10 @@ lib/libsage.a lib/libsage.la lib/libsage.so -lib/libsage.so.1 +lib/libsage.so.2 include/sage/sage.h include/sage/utility.h -include/sage/undefs.h -include/sage/glext_sage.h +include/sage/sage_fptr.h include/sage/GL.h include/sage/GLU.h include/sage/header.h |