aboutsummaryrefslogtreecommitdiff
path: root/graphics/sage
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-10-18 21:58:16 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-10-18 21:58:16 +0000
commit6d5308d7440b831720b4f07500a6179b7cf32597 (patch)
tree6afbc54335cbf8424834104c402eb054e0b08286 /graphics/sage
parent2de4c9b38302a99169d6d9b13e713cf527bc35a5 (diff)
downloadports-6d5308d7440b831720b4f07500a6179b7cf32597.tar.gz
ports-6d5308d7440b831720b4f07500a6179b7cf32597.zip
update to 0.1.2
Notes
Notes: svn path=/head/; revision=145815
Diffstat (limited to 'graphics/sage')
-rw-r--r--graphics/sage/Makefile12
-rw-r--r--graphics/sage/distinfo4
-rw-r--r--graphics/sage/files/patch-Makefile.in19
-rw-r--r--graphics/sage/pkg-plist3
4 files changed, 11 insertions, 27 deletions
diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile
index d417cda4a790..060f8a884026 100644
--- a/graphics/sage/Makefile
+++ b/graphics/sage/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= sage
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.2
CATEGORIES= graphics devel
-MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/sage/ \
- http://purple.worldforge.org/downloads/libs/sage/ \
- ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= worldforge
MAINTAINER= oliver@FreeBSD.org
@@ -21,11 +19,15 @@ USE_GL= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
+USE_GNOME= gnomehack
+CONFIGURE_ARGS= --program-transform-name=
+MAN3= sage.3 sage_init.3
CFLAGS= -I${X11BASE}/include
CONFIGURE_ENV= "CFLAGS=${CFLAGS}"
post-patch:
- ${REINPLACE_CMD} s/sdl-config/sdl11-config/g ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g; \
+ s|-DSAGE_COMPILE||g' ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/graphics/sage/distinfo b/graphics/sage/distinfo
index f564b0bcb01f..89139238223d 100644
--- a/graphics/sage/distinfo
+++ b/graphics/sage/distinfo
@@ -1,2 +1,2 @@
-MD5 (sage-0.1.1.tar.gz) = 6443d9bfc5fed7da5608b05f40c9fc0d
-SIZE (sage-0.1.1.tar.gz) = 403561
+MD5 (sage-0.1.2.tar.gz) = 4eea72b30a88dbe5d512009913462fc3
+SIZE (sage-0.1.2.tar.gz) = 452601
diff --git a/graphics/sage/files/patch-Makefile.in b/graphics/sage/files/patch-Makefile.in
deleted file mode 100644
index 86bf602da8d9..000000000000
--- a/graphics/sage/files/patch-Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.in.orig Fri Feb 4 05:47:36 2005
---- Makefile.in Fri Feb 4 05:47:48 2005
-***************
-*** 169,175 ****
-
- EXTRA_DIST = sage.spec sage.pc autogen.sh build_sage.pl
-
-! pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = sage.pc
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
---- 169,175 ----
-
- EXTRA_DIST = sage.spec sage.pc autogen.sh build_sage.pl
-
-! pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = sage.pc
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/graphics/sage/pkg-plist b/graphics/sage/pkg-plist
index dd12db70085a..0db63eced5bc 100644
--- a/graphics/sage/pkg-plist
+++ b/graphics/sage/pkg-plist
@@ -1,8 +1,9 @@
lib/libsage.a
lib/libsage.so
-lib/libsage.so.0
+lib/libsage.so.1
include/sage/sage.h
include/sage/utility.h
+include/sage/undefs.h
include/sage/glext_sage.h
include/sage/GL.h
include/sage/GLU.h