summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2006-12-18 13:02:58 +0000
committeroliver <oliver@FreeBSD.org>2006-12-18 13:02:58 +0000
commitb67e0c15c602789c7b726d1c140a045f305f7124 (patch)
treee2844fef4a5fa1b6f8bdac58b2fa0f5f59cec6b7 /graphics
parentbd3d4bfae74c30a56d9d098659af7b2df8b2d7b4 (diff)
downloadFreeBSD-ports-b67e0c15c602789c7b726d1c140a045f305f7124.zip
FreeBSD-ports-b67e0c15c602789c7b726d1c140a045f305f7124.tar.gz
update to 0.2.0
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sage/Makefile18
-rw-r--r--graphics/sage/distinfo6
-rw-r--r--graphics/sage/pkg-plist5
3 files changed, 13 insertions, 16 deletions
diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile
index 210df0f..61cc119 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 14a9673..860f2a1 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 ab00c38..cdc5522 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
OpenPOWER on IntegriCloud