aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-03-25 16:27:17 +0800
committervs <vs@FreeBSD.org>2004-03-25 16:27:17 +0800
commitda2b07f94687c42a46ad82795b9badc2ed15aa88 (patch)
tree19b705fe9aab439b520be00eedaea4e74a53bd55 /audio
parent8667fdfcd6e77a1d05c52ee56c348be690b52f30 (diff)
downloadfreebsd-ports-gnome-da2b07f94687c42a46ad82795b9badc2ed15aa88.tar.gz
freebsd-ports-gnome-da2b07f94687c42a46ad82795b9badc2ed15aa88.tar.zst
freebsd-ports-gnome-da2b07f94687c42a46ad82795b9badc2ed15aa88.zip
Update to 0.3:
- Added scoring support PR: 64518 Submitted by: Ulrich Spoerlein (maintainer) Approved by: linimon (maintainer)
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-real-random/Makefile4
-rw-r--r--audio/xmms-real-random/distinfo4
-rw-r--r--audio/xmms-real-random/files/patch-Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/xmms-real-random/Makefile b/audio/xmms-real-random/Makefile
index 627a984fe32b..d878ad8b50b7 100644
--- a/audio/xmms-real-random/Makefile
+++ b/audio/xmms-real-random/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xmms-real-random
-PORTVERSION= 0.2
-PORTREVISION= 1
+PORTVERSION= 0.3
CATEGORIES= audio
MASTER_SITES= http://kingleo.home.pages.at/development/stuff/
DISTNAME= real_random-${PORTVERSION}
@@ -24,6 +23,7 @@ USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
USE_X_PREFIX= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS='${CFLAGS}'
post-patch:
diff --git a/audio/xmms-real-random/distinfo b/audio/xmms-real-random/distinfo
index 59c6593306b9..c0b07ecd11a6 100644
--- a/audio/xmms-real-random/distinfo
+++ b/audio/xmms-real-random/distinfo
@@ -1,2 +1,2 @@
-MD5 (real_random-0.2.tar.gz) = d50c70e8406b21582e7286747ac43981
-SIZE (real_random-0.2.tar.gz) = 172450
+MD5 (real_random-0.3.tar.gz) = f21b19c1485f7af4386e37c62e87df1e
+SIZE (real_random-0.3.tar.gz) = 174286
diff --git a/audio/xmms-real-random/files/patch-Makefile b/audio/xmms-real-random/files/patch-Makefile
index d75a6d835dd6..c8820a1c3ca8 100644
--- a/audio/xmms-real-random/files/patch-Makefile
+++ b/audio/xmms-real-random/files/patch-Makefile
@@ -3,7 +3,7 @@
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libreal_random.la
--CFLAGS = $$(xmms-config --cflags)
+-CFLAGS = $$(xmms-config --cflags) -O2
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
libreal_random_la_SOURCES = real_random.c
libreal_random_la_LDFLAGS= -module -avoid-version -nostdlib -lpthread
@@ -14,7 +14,7 @@
lib_LTLIBRARIES = libreal_random.la
--CFLAGS = $$(xmms-config --cflags)
+-CFLAGS = $$(xmms-config --cflags) -O2
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
libreal_random_la_SOURCES = real_random.c
libreal_random_la_LDFLAGS = -module -avoid-version -nostdlib -lpthread