summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-20 17:04:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-20 17:04:20 +0000
commit0c31ba599115e67c2469f0df7853ea4ff22abb34 (patch)
tree65e1421fe979fa1e3621e4c6f564bff6e16220a7 /audio
parentThis project is a web-based front-end for the PowerDNS DNS server. (diff)
- Update to 0.8
PR: ports/76483 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
Notes
Notes: svn path=/head/; revision=126962
Diffstat (limited to 'audio')
-rw-r--r--audio/listener/Makefile6
-rw-r--r--audio/listener/distinfo4
-rw-r--r--audio/listener/files/patch-Makefile23
-rw-r--r--audio/listener/pkg-plist3
4 files changed, 19 insertions, 17 deletions
diff --git a/audio/listener/Makefile b/audio/listener/Makefile
index f1aa2266be4b..753a274610d1 100644
--- a/audio/listener/Makefile
+++ b/audio/listener/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= listener
-PORTVERSION= 0.6
-CATEGORIES= audio
+PORTVERSION= 0.8
+CATEGORIES= audio security
MASTER_SITES= http://www.vanheusden.com/listener/
EXTRACT_SUFX= .tgz
@@ -16,7 +16,7 @@ COMMENT= A program to listen for and record sound activity
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
-DOCS= INSTALL
+DOCS= manual.html
post-install:
diff --git a/audio/listener/distinfo b/audio/listener/distinfo
index c2eb192f7d5a..c5d66f0f4c6f 100644
--- a/audio/listener/distinfo
+++ b/audio/listener/distinfo
@@ -1,2 +1,2 @@
-MD5 (listener-0.6.tgz) = 6c71df6f7b32eeec9a4db487179e539d
-SIZE (listener-0.6.tgz) = 8402
+MD5 (listener-0.8.tgz) = bb99dc9d440bd6a1c08f3470f5163bda
+SIZE (listener-0.8.tgz) = 15272
diff --git a/audio/listener/files/patch-Makefile b/audio/listener/files/patch-Makefile
index 49b71d604223..576bf391d5cb 100644
--- a/audio/listener/files/patch-Makefile
+++ b/audio/listener/files/patch-Makefile
@@ -1,7 +1,7 @@
---- /tmp/Makefile Wed Nov 24 15:33:50 2004
-+++ Makefile Wed Nov 24 16:11:51 2004
+--- Makefile.old Wed Jan 19 09:19:02 2005
++++ Makefile Wed Jan 19 09:21:43 2005
@@ -1,8 +1,8 @@
- VERSION=0.6
+ VERSION=0.8
-INSTALL_PREFIX=/usr/local
+INSTALL_PREFIX=${PREFIX}
@@ -10,22 +10,23 @@
+CFLAGS+=-L${LOCALBASE}/lib -I${LOCALBASE}/include -Wall -DVERSION=\"$(VERSION)\"
OBJSsl=sl.o snd_dev.o error.o utils.o
- OBJSli=listener.o snd_dev.o error.o utils.o
-@@ -10,17 +10,17 @@
- all: setlistener listener
+ OBJSli=listener.o snd_dev.o error.o utils.o lib.o
+@@ -11,10 +11,10 @@
+ all: setlistener listener listenersoundpipe
setlistener: $(OBJSsl)
-- $(CC) -g -Wall -W $(OBJSsl) -lncurses -o setlistener
+- $(CC) -g -Wall -W $(OBJSsl) -ldl -lncurses -o setlistener
+ $(CC) $(CFLAGS) -g -Wall -W $(OBJSsl) -lncurses -o setlistener
- strip setlistener
listener: $(OBJSli)
-- $(CC) -g -Wall -W $(OBJSli) -lsndfile -o listener -DCONFIGFILE=$(INSTALL_PREFIX)/etc/listener.conf
+- $(CC) -g -Wall -W $(OBJSli) -ldl -lsndfile -o listener -DCONFIGFILE=$(INSTALL_PREFIX)/etc/listener.conf
+ $(CC) $(CFLAGS) -g -Wall -W $(OBJSli) -lsndfile -o listener -DCONFIGFILE=$(INSTALL_PREFIX)/etc/listener.conf
- strip listener
- install: setlistener listener
+ listenersoundpipe: $(OBJSsp)
+ $(CC) -g -Wall -W $(OBJSsp) -o listenersoundpipe
+@@ -23,7 +23,7 @@
cp setlistener $(INSTALL_PREFIX)/bin
+ cp listenersoundpipe $(INSTALL_PREFIX)/bin
cp listener $(INSTALL_PREFIX)/bin
- cp listener.conf $(INSTALL_PREFIX)/etc/
+ cp listener.conf $(INSTALL_PREFIX)/etc/listener.conf.sample
diff --git a/audio/listener/pkg-plist b/audio/listener/pkg-plist
index 5984ea479e2d..7f2c669db066 100644
--- a/audio/listener/pkg-plist
+++ b/audio/listener/pkg-plist
@@ -1,5 +1,6 @@
bin/setlistener
bin/listener
+bin/listenersoundpipe
etc/listener.conf.sample
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/manual.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%