summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2001-03-07 18:14:45 +0000
committerJim Mock <jim@FreeBSD.org>2001-03-07 18:14:45 +0000
commitde627dcb59b4c10915995a0f162110ebce462cb8 (patch)
tree591ad4477b6d7c36b378435444d24b843eaa7eb1 /net-im
parentUpdate the Hints notes about the MAP_NOSYNC issue. It's now fixed in (diff)
Fix a problem with the paths in the sound preferences by removing
patch-af. Bump PORTREVISION. Submitted by: Bob Van Valzah <bob@bgpbook.com>
Notes
Notes: svn path=/head/; revision=39195
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ayttm/Makefile2
-rw-r--r--net-im/ayttm/files/patch-af13
2 files changed, 1 insertions, 14 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile
index 4032fa9c2377..a29dbb52680a 100644
--- a/net-im/ayttm/Makefile
+++ b/net-im/ayttm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= everybuddy
PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.everybuddy.com/files/
diff --git a/net-im/ayttm/files/patch-af b/net-im/ayttm/files/patch-af
deleted file mode 100644
index f818a6acca79..000000000000
--- a/net-im/ayttm/files/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/config.sh.in.orig Mon Nov 13 22:35:30 2000
-+++ src/config.sh.in Mon Nov 13 22:36:18 2000
-@@ -1,6 +1,6 @@
- #!/bin/sh
- rm config.h 2>&1 > /dev/null
--echo \#define BuddyArriveDefault \"@prefix@/share/sounds/everybuddy/BuddyArrive.au\" >> config.h
--echo \#define BuddyLeaveDefault \"@prefix@/share/sounds/everybuddy/BuddyLeave.au\" >> config.h
--echo \#define SendDefault \"@prefix@/share/sounds/everybuddy/Send.au\" >> config.h
--echo \#define RecieveDefault \"@prefix@/share/sounds/everybuddy/Receive.au\" >> config.h
-+echo \#define BuddyArriveDefault \"@datadir@/sounds/everybuddy/BuddyArrive.au\" >> config.h
-+echo \#define BuddyLeaveDefault \"@datadir@/sounds/everybuddy/BuddyLeave.au\" >> config.h
-+echo \#define SendDefault \"@datadir@/sounds/everybuddy/Send.au\" >> config.h
-+echo \#define RecieveDefault \"@datadir@/sounds/everybuddy/Receive.au\" >> config.h