1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Update to 0.9.1

PR:		142981
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2010-01-21 21:14:35 +00:00
parent 4e1eaa3339
commit 81fe443fe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248310
4 changed files with 29 additions and 26 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= reallyslick
PORTVERSION= 0.9.0
PORTREVISION= 1
PORTVERSION= 0.9.1
CATEGORIES= graphics
MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION}
DISTNAME= rss-glx_${PORTVERSION}
@ -15,13 +14,14 @@ DISTNAME= rss-glx_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenGL screensaver collection
LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick \
GLC.0:${PORTSDIR}/graphics/quesoglc
OPTIONS= FREEALUT "Enable freealut support" off \
GLEW "Enable GLEW support" off
USE_BZIP2= yes
USE_GL= glu
USE_GL= glut
USE_GNOME= gnomehack
USE_GMAKE= yes
GNU_CONFIGURE= yes
@ -30,8 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= biof.1 busyspheres.1 colorfire.1 cyclone.1 drempels.1 \
euphoria.1 feedback.1 fieldlines.1 flocks.1 flux.1 \
helios.1 hufo_smoke.1 hufo_tunnel.1 hyperspace.1 lattice.1 \
lorenz.1 matrixview.1 plasma.1 skyrocket.1 solarwinds.1 \
spirographx.1 sundancer2.1
lorenz.1 matrixview.1 pixelcity.1 plasma.1 skyrocket.1 \
solarwinds.1 spirographx.1 sundancer2.1
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib

View File

@ -1,3 +1,3 @@
MD5 (rss-glx_0.9.0.tar.bz2) = a8dad80cd33b11443e9d06b33a85fb32
SHA256 (rss-glx_0.9.0.tar.bz2) = 04383a49f3c57d27708c314ece750dbe7f873aecff6a83a6803635dbeaf720f6
SIZE (rss-glx_0.9.0.tar.bz2) = 5379720
MD5 (rss-glx_0.9.1.tar.bz2) = a772bd143cd8d141edf4d9eff9860ab3
SHA256 (rss-glx_0.9.1.tar.bz2) = 8f8d773864695fd57e6ff21f430994369ad74c69a5e66ce510bbba8ca55333aa
SIZE (rss-glx_0.9.1.tar.bz2) = 5435799

View File

@ -1,6 +1,6 @@
--- configure.bak 2009-05-22 00:53:12.000000000 +0900
+++ configure 2009-05-22 00:55:34.000000000 +0900
@@ -3357,7 +3357,7 @@
--- configure.orig 2010-01-06 15:31:47.000000000 +0900
+++ configure 2010-01-06 15:34:50.000000000 +0900
@@ -3784,7 +3784,7 @@
fi
else
if test "$GCC" = yes; then
@ -9,7 +9,7 @@
else
CFLAGS=
fi
@@ -5047,7 +5047,7 @@
@@ -5002,7 +5002,7 @@
if test "x$GCC" = xyes; then
@ -17,8 +17,8 @@
+ CFLAGS="$CFLAGS"
fi
# Check whether --enable-debug was given.
if test "${enable_debug+set}" = set; then
@@ -5411,7 +5411,7 @@
if test "${enable_debug+set}" = set; then :
@@ -5259,7 +5259,7 @@
fi
else
if test "$GXX" = yes; then
@ -27,7 +27,7 @@
else
CXXFLAGS=
fi
@@ -5532,7 +5532,7 @@
@@ -5399,7 +5399,7 @@
if test "x$GXX" = xyes; then
@ -35,22 +35,22 @@
+ CXXFLAGS="$CXXFLAGS"
fi
# Check whether --enable-debug was given.
if test "${enable_debug+set}" = set; then
@@ -7080,7 +7080,7 @@
if test "${enable_debug+set}" = set; then :
@@ -8211,7 +8211,7 @@
fi
else
if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-O2"
+ FFLAGS="$FFLAGS"
if test "$GXX" = yes; then
- CXXFLAGS="-O2"
+ CXXFLAGS="$CXXFLAGS"
else
FFLAGS=
CXXFLAGS=
fi
@@ -22414,7 +22414,7 @@
@@ -15920,7 +15920,7 @@
fi
-if test "x${ac_cv_have_x:0:10}" != "xhave_x=yes"; then
+if test "x${ac_cv_have_x+set}" = set; then
{ { echo "$as_me:$LINENO: error: X11 is missing but required." >&5
echo "$as_me: error: X11 is missing but required." >&2;}
{ (exit 1); exit 1; }; }
as_fn_error "X11 is missing but required." "$LINENO" 5
fi

View File

@ -15,6 +15,7 @@ bin/hyperspace
bin/lattice
bin/lorenz
bin/matrixview
bin/pixelcity
bin/plasma
bin/rss-glx_install.pl
bin/skyrocket
@ -23,5 +24,7 @@ bin/spirographx
bin/sundancer2
lib/libImplicit.a
lib/libImplicit.la
lib/libPixelCity.a
lib/libPixelCity.la
lib/librsMath.a
lib/librsMath.la