1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 2.40.

This commit is contained in:
Maxim Sobolev 2001-05-08 08:21:19 +00:00
parent a0108e0352
commit 420f2a7cf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42392
4 changed files with 29 additions and 21 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pysol-sound-server
PORTVERSION= 2.30
PORTVERSION= 2.40
CATEGORIES= audio games
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-server/
@ -16,10 +16,13 @@ LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
smpeg.1:${PORTSDIR}/graphics/smpeg \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_BZIP2= yes
USE_PYTHON= yes
HAS_CONFIGURE= yes
ALL_TARGET= pysolsoundservermodule.so
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (pysol-sound-server-2.30.tar.gz) = e57a4e2f6fd4b8c3bff5b738711c2b36
MD5 (pysol-sound-server-2.40.tar.bz2) = 5613db153e0228039487114b822d6c0a

View File

@ -1,18 +1,14 @@
--- configure.orig Tue Jan 25 13:35:32 2000
+++ configure Mon Apr 24 14:48:53 2000
@@ -1,12 +1,12 @@
#! /bin/sh
-SDL_CONFIG="sdl-config"
+SDL_CONFIG="sdl11-config"
$FreeBSD$
--- configure.orig Thu Mar 1 01:36:41 2001
+++ configure Tue May 8 10:33:36 2001
@@ -15,7 +15,7 @@
fi
SDL_VERSION=`$SDL_CONFIG --version`
SDL_CFLAGS=`$SDL_CONFIG --cflags`
-SDL_LIBS=`$SDL_CONFIG --libs`
+SDL_LIBS=`$SDL_CONFIG --libs | sed 's/-pthread//'`
SMPEG_CFLAGS=""
-SMPEG_LIBS="-lsmpeg"
+SMPEG_LIBS="-lsmpeg"
sed -e "s|@SDL_VERSION@|$SDL_VERSION|g" -e "s|@SDL_CFLAGS@|$SDL_CFLAGS|g" -e "s|@SDL_LIBS@|$SDL_LIBS|g" -e "s|@SMPEG_CFLAGS@|$SMPEG_CFLAGS|g" -e "s|@SMPEG_LIBS@|$SMPEG_LIBS|g" < Setup.pre.in > Setup.in
SMPEG_LIBS="-lsmpeg"

View File

@ -1,15 +1,24 @@
--- Setup.pre.in.orig Tue Feb 15 13:15:48 2000
+++ Setup.pre.in Tue May 30 16:49:15 2000
@@ -9,7 +9,7 @@
CFLAGS = $(EXTRA_CFLAGS) $(CFLAGS__$(CC)) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
$FreeBSD$
--- Setup.pre.in.orig Wed Jan 31 02:03:12 2001
+++ Setup.pre.in Tue May 8 10:35:22 2001
@@ -6,11 +6,11 @@
CFLAGS__gcc = -Wall -O2 -finline-functions -ffast-math
##CFLAGS = $(OPT) $(EXTRA_CFLAGS) $(CFLAGS__$(CC)) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
-CFLAGS = $(EXTRA_CFLAGS) $(CFLAGS__$(CC)) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
+CFLAGS += $(EXTRA_CFLAGS) $(CFLAGS__$(CC)) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
##CFLAGS__gcc = -Wall -O2 -finline-functions -ffast-math
-CFLAGS__gcc = -Wall -O2 -ffast-math
-EXTRA_CFLAGS = -I$(srcdir) -I$(srcdir)/mikmod $(SDL_CFLAGS) $(SMPEG_CFLAGS)
+CFLAGS__gcc = -Wall -ffast-math
+EXTRA_CFLAGS = $(SDL_CFLAGS) -I$(srcdir) $(SMPEG_CFLAGS)
SMPEG_LIBS = @SMPEG_LIBS@
SMPEG_CFLAGS = @SMPEG_CFLAGS@
@@ -19,32 +19,6 @@
@@ -20,32 +20,6 @@
pysolsoundserver \
command.c \
module.c \