summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-09-28 09:13:59 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-09-28 09:13:59 +0000
commit8e5b2e3d68b7dfa2df1fce39fd8f9d3334219b50 (patch)
tree37d8ca0f978eb3f55c9e2736f03f91d5bf27e430 /audio
parentNew Port: ASDF, a Common Lisp library manager (CMUCL Binaries) (diff)
Update to 0.8.6. Note brokenness on -CURRENT.
Notes
Notes: svn path=/head/; revision=89615
Diffstat (limited to 'audio')
-rw-r--r--audio/nogger/Makefile11
-rw-r--r--audio/nogger/distinfo3
-rw-r--r--audio/nogger/files/patch-Makefile19
3 files changed, 20 insertions, 13 deletions
diff --git a/audio/nogger/Makefile b/audio/nogger/Makefile
index 4e29c70c3f5f..7fd16f2bef9a 100644
--- a/audio/nogger/Makefile
+++ b/audio/nogger/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nogger
-PORTVERSION= 0.8.2
-PORTREVISION= 1
+PORTVERSION= 0.8.6
CATEGORIES= audio
MASTER_SITES= http://www.efd.lth.se/~d00jkr/nogger/
@@ -17,6 +16,12 @@ COMMENT= No-frills, GTK-based Ogg Vorbis player
LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
vorbis.2:${PORTSDIR}/audio/libvorbis
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+#BROKEN= "just makes a humming noise"
+.endif
+
PLIST= ${WRKDIR}/plist
USE_GMAKE= y
ALL_TARGET= nogger
@@ -39,4 +44,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/audio/nogger/distinfo b/audio/nogger/distinfo
index ed84699a1732..8eb0771ceab6 100644
--- a/audio/nogger/distinfo
+++ b/audio/nogger/distinfo
@@ -1 +1,2 @@
-MD5 (nogger-0.8.2.tar.gz) = cc300875f84fb36646b0faa31f263c31
+$FreeBSD$
+MD5 (nogger-0.8.6.tar.gz) = 3fdab257cb27683c2f067baa8b366ca4
diff --git a/audio/nogger/files/patch-Makefile b/audio/nogger/files/patch-Makefile
index de3912479c65..4187ff656138 100644
--- a/audio/nogger/files/patch-Makefile
+++ b/audio/nogger/files/patch-Makefile
@@ -1,11 +1,12 @@
---- Makefile.orig Mon Oct 14 06:54:50 2002
-+++ Makefile Sun Oct 27 12:33:42 2002
-@@ -2,7 +2,7 @@
- NAME = nogger
- VERSION = 0.8.2
- DESTDIR = /usr
+$FreeBSD$
+--- Makefile.orig Tue Jan 28 13:26:20 2003
++++ Makefile Sun Sep 28 09:08:39 2003
+@@ -4,7 +4,7 @@ VERSION = 0.8.6
+ PREFIX = usr
+ AO_PREFIX = /usr
+ ALSA_PREFIX = /usr
-CC = gcc
+CC? = gcc
- CFLAGS += `pkg-config --cflags gtk+-2.0` -D_VERSION=\"$(VERSION)\" \
- -Wall -g
- LDFLAGS = `pkg-config --libs gtk+-2.0 --libs gthread-2.0` -lvorbis \
+ CFLAGS += $(shell pkg-config --cflags gtk+-2.0) -Wall -g \
+ -D_VERSION=\"$(VERSION)\"
+ LDFLAGS = $(shell pkg-config --libs gtk+-2.0 --libs gthread-2.0) \