diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-18 21:58:16 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-18 21:58:16 +0000 |
commit | 8ebd67d7fc9bb79fa45026ce407074e20f80240b (patch) | |
tree | f8dc3528284019200a89ec6e9b8647c3949fb1f2 | |
parent | a885159bcc252dd98ab9ed163dbd79fbeccdd250 (diff) | |
download | FreeBSD-ports-8ebd67d7fc9bb79fa45026ce407074e20f80240b.zip FreeBSD-ports-8ebd67d7fc9bb79fa45026ce407074e20f80240b.tar.gz |
update to 0.1.2
-rw-r--r-- | graphics/sage/Makefile | 12 | ||||
-rw-r--r-- | graphics/sage/distinfo | 4 | ||||
-rw-r--r-- | graphics/sage/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | graphics/sage/pkg-plist | 3 |
4 files changed, 11 insertions, 27 deletions
diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index d417cda..060f8a8 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 f564b0b..8913923 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 86bf602..0000000 --- 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 dd12db7..0db63ec 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 |