aboutsummaryrefslogtreecommitdiff
path: root/comms/thebridge
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2008-11-05 18:53:45 +0000
committerDiane Bruce <db@FreeBSD.org>2008-11-05 18:53:45 +0000
commitaa4fe765d27dad70dd9e60fd1bb34bba510ac8c2 (patch)
treee7c66ff7272242f124cbaffe791ff02ccb64bf62 /comms/thebridge
parent45fe94628a2065807e91190a0c9f1f6ea79c275a (diff)
downloadports-aa4fe765d27dad70dd9e60fd1bb34bba510ac8c2.tar.gz
ports-aa4fe765d27dad70dd9e60fd1bb34bba510ac8c2.zip
- Update to 1.06
PR: ports/128601
Notes
Notes: svn path=/head/; revision=222424
Diffstat (limited to 'comms/thebridge')
-rw-r--r--comms/thebridge/Makefile2
-rw-r--r--comms/thebridge/distinfo6
-rw-r--r--comms/thebridge/files/patch-src_Makefile.in24
-rw-r--r--comms/thebridge/files/tbd.in9
4 files changed, 25 insertions, 16 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile
index e768ce44671f..b2764a627209 100644
--- a/comms/thebridge/Makefile
+++ b/comms/thebridge/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= thebridge
-PORTVERSION= 0.96
+PORTVERSION= 1.06
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cqinet
diff --git a/comms/thebridge/distinfo b/comms/thebridge/distinfo
index e0eff41e00f2..582f58e206a0 100644
--- a/comms/thebridge/distinfo
+++ b/comms/thebridge/distinfo
@@ -1,3 +1,3 @@
-MD5 (thebridge-0.96.tgz) = 21f8754c61bbcc1d0ccaab20f05ca6b9
-SHA256 (thebridge-0.96.tgz) = 0e4d7dba7c049b6cbd3184cd6f802d6c9165f7197700eed9f6b9fe8d645d7f33
-SIZE (thebridge-0.96.tgz) = 400359
+MD5 (thebridge-1.06.tgz) = cbd0347d90a4156a806402f7875e7817
+SHA256 (thebridge-1.06.tgz) = 401646f336b052555abc776e40e94b3990b7c198f2a9ec65bf45ee45acbab6a2
+SIZE (thebridge-1.06.tgz) = 412875
diff --git a/comms/thebridge/files/patch-src_Makefile.in b/comms/thebridge/files/patch-src_Makefile.in
index afec861ff502..d0724f483d01 100644
--- a/comms/thebridge/files/patch-src_Makefile.in
+++ b/comms/thebridge/files/patch-src_Makefile.in
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig 2008-03-06 09:42:41.000000000 -0500
-+++ src/Makefile.in 2008-03-21 16:04:16.000000000 -0400
-@@ -114,7 +114,7 @@
+--- src/Makefile.in.orig 2008-09-15 02:08:08.000000000 +0900
++++ src/Makefile.in 2008-11-05 20:19:18.000000000 +0900
+@@ -117,7 +117,7 @@
tbd_OBJECTS = $(am_tbd_OBJECTS)
am__DEPENDENCIES_1 =
@LINK_BOX_FALSE@tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a \
@@ -9,27 +9,27 @@
@LINK_BOX_FALSE@ $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-@@ -223,12 +223,12 @@
- @LINK_BOX_TRUE@ dirclient.c dirclient.h thebridge.c users.c users.h \
- @LINK_BOX_TRUE@ hostfile.c hostfile.h eventhook.c eventhook.h avrs.c avrs.h
+@@ -226,12 +226,12 @@
+ @LINK_BOX_TRUE@ dirclient.c dirclient.h thebridge.c users.c users.h \
+ @LINK_BOX_TRUE@ hostfile.c hostfile.h eventhook.c eventhook.h avrs.c avrs.h
-@LINK_BOX_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/inc -I$(top_srcdir)/zlib -I$(top_srcdir)/spandsp \
+@LINK_BOX_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/inc -I$(top_srcdir)/spandsp \
- @LINK_BOX_FALSE@ -DSYSCON_DIR=\"$(sysconfdir)\"
+ @LINK_BOX_FALSE@ -DSYSCON_DIR=\"$(sysconfdir)\"
@LINK_BOX_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/inc \
@LINK_BOX_TRUE@ -I$(top_srcdir)/gsm/inc -DLINK_BOX \
-@LINK_BOX_TRUE@ -I$(top_srcdir)/zlib -I$(top_srcdir)/linkbox \
+@LINK_BOX_TRUE@ -I$(top_srcdir)/linkbox \
@LINK_BOX_TRUE@ -DSYSCON_DIR=\"$(sysconfdir)\" $(am__append_1)
- @LINK_BOX_FALSE@AM_CFLAGS = -Wall -lm $(am__append_2)
+ @LINK_BOX_FALSE@AM_CFLAGS = -Wall $(am__append_2)
@LINK_BOX_TRUE@AM_CFLAGS = -Wall $(am__append_2)
-@@ -236,7 +236,7 @@
- @LINK_BOX_FALSE@ dirclient.h thebridge.c users.c users.h hostfile.c hostfile.h \
- @LINK_BOX_FALSE@ eventhook.c eventhook.h avrs.c avrs.h
+@@ -239,7 +239,7 @@
+ @LINK_BOX_FALSE@ dirclient.h thebridge.c users.c users.h hostfile.c hostfile.h \
+ @LINK_BOX_FALSE@ eventhook.c eventhook.h avrs.c avrs.h
-@LINK_BOX_FALSE@tbd_LDADD = $(top_builddir)/common/libcommon.a $(top_builddir)/zlib/libzlib.a \
+@LINK_BOX_FALSE@tbd_LDADD = $(top_builddir)/common/libcommon.a -lz \
- @LINK_BOX_FALSE@ $(LIBDMALLOC)
+ @LINK_BOX_FALSE@ $(LIBDMALLOC) -lm
all: all-am
diff --git a/comms/thebridge/files/tbd.in b/comms/thebridge/files/tbd.in
index 1f4edfe38568..975181e26d1b 100644
--- a/comms/thebridge/files/tbd.in
+++ b/comms/thebridge/files/tbd.in
@@ -1,10 +1,19 @@
#!/bin/sh
+#
+# $FreeBSD$
+#
# PROVIDE: tbd
# REQUIRE: DAEMON
# BEFORE: LOGIN
# KEYWORD: shutdown
+#
+# Add the following line to /etc/rc.conf to enable tbd:
+#
+# tbd_enable="YES"
+#
+
tbd_enable=${tbd_enable-"NO"}
tbd_flags=${tbd_flags-""}