aboutsummaryrefslogtreecommitdiff
path: root/comms/thebridge
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-09 17:10:44 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-09 17:10:44 +0000
commit05561aadc8bbb2788f61d8f09e1c4b8f2da1b3c8 (patch)
treef8f9adbee62ae723321edcbdce6f8bed6eb313c4 /comms/thebridge
parent9aff6c985bbeb97ecfd823abcb6a0950962fe45b (diff)
downloadports-05561aadc8bbb2788f61d8f09e1c4b8f2da1b3c8.tar.gz
ports-05561aadc8bbb2788f61d8f09e1c4b8f2da1b3c8.zip
- Update to 0.81
- portlint(1) PR: 96996 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=161825
Diffstat (limited to 'comms/thebridge')
-rw-r--r--comms/thebridge/Makefile8
-rw-r--r--comms/thebridge/distinfo6
-rw-r--r--comms/thebridge/files/patch-FreeBSD-tbd.sh11
-rw-r--r--comms/thebridge/files/patch-Makefile.in23
-rw-r--r--comms/thebridge/files/patch-configure39
-rw-r--r--comms/thebridge/files/patch-src-Makefile.in21
-rw-r--r--comms/thebridge/files/patch-src_Makefile.in27
7 files changed, 60 insertions, 75 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile
index 3f887fcc28cd..5b29b74c6333 100644
--- a/comms/thebridge/Makefile
+++ b/comms/thebridge/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= thebridge
-PORTVERSION= 0.72
+PORTVERSION= 0.81
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cqinet
@@ -19,13 +19,9 @@ GNU_CONFIGURE= yes
PORTDOCS= README
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/FreeBSD/tbd.sh
- @${MV} ${WRKSRC}/tbd.conf ${WRKSRC}/tbd.conf.sample
-
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/tbd.sh ${PREFIX}/etc/rc.d/tbd.sh.sample
diff --git a/comms/thebridge/distinfo b/comms/thebridge/distinfo
index e1a5714e1405..e39dcb45a49b 100644
--- a/comms/thebridge/distinfo
+++ b/comms/thebridge/distinfo
@@ -1,3 +1,3 @@
-MD5 (thebridge-0.72.tgz) = 29b934c6f28c72de1e8fc24027cf2f3a
-SHA256 (thebridge-0.72.tgz) = ae645c103bf84b2dbf041acec3bf73f076b823f497d851bf3391adfd867f4bd3
-SIZE (thebridge-0.72.tgz) = 286396
+MD5 (thebridge-0.81.tgz) = 3b531a67a3b39f80542b477db1deaf07
+SHA256 (thebridge-0.81.tgz) = 8cd855ce03ec864f7ffed539ef7cb4f37f380e346cff360562c3ac8278cfdb68
+SIZE (thebridge-0.81.tgz) = 343532
diff --git a/comms/thebridge/files/patch-FreeBSD-tbd.sh b/comms/thebridge/files/patch-FreeBSD-tbd.sh
deleted file mode 100644
index 6a32ae0835bc..000000000000
--- a/comms/thebridge/files/patch-FreeBSD-tbd.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- FreeBSD/tbd.sh.orig Wed Jun 23 16:02:28 2004
-+++ FreeBSD/tbd.sh Wed Jun 23 16:02:59 2004
-@@ -2,7 +2,7 @@
- # $Id: tbd.sh,v 1.1.1.1 2002/08/10 20:33:40 wb6ymh Exp $
-
- pidfiledir=/var/run
--tbd=/usr/local/libexec/tbd
-+tbd=%%PREFIX%%/libexec/tbd
-
- # start
- if [ "x$1" = "x" -o "x$1" = "xstart" ]; then
diff --git a/comms/thebridge/files/patch-Makefile.in b/comms/thebridge/files/patch-Makefile.in
index 4e99ac3cf636..c2dec60d3024 100644
--- a/comms/thebridge/files/patch-Makefile.in
+++ b/comms/thebridge/files/patch-Makefile.in
@@ -1,16 +1,11 @@
---- Makefile.in.orig Tue Sep 9 17:06:55 2003
-+++ Makefile.in Wed Jun 23 17:50:24 2004
-@@ -85,10 +85,10 @@
- RANLIB = @RANLIB@
- VERSION = @VERSION@
-
+--- Makefile.in.orig Mon May 8 15:47:37 2006
++++ Makefile.in Mon May 8 15:47:49 2006
+@@ -138,7 +138,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+
-SUBDIRS = common zlib src inc tbdcmd
--EXTRA_DIST = theBridge.dsp tbd.conf README.txt FreeBSD RedHat config SCRIPTING.txt
+SUBDIRS = common src inc tbdcmd
-+EXTRA_DIST = theBridge.dsp tbd.conf.sample README.txt FreeBSD RedHat config SCRIPTING.txt
-
--sysconf_DATA = tbd.conf
-+sysconf_DATA = tbd.conf.sample
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
- CONFIG_HEADER = config.h
+ EXTRA_DIST = theBridge.dsp tbd.conf.sample README.txt FreeBSD RedHat config SCRIPTING.txt
+
+ sysconf_DATA = tbd.conf.sample
diff --git a/comms/thebridge/files/patch-configure b/comms/thebridge/files/patch-configure
index 0396c744ee62..0bafdd28ae94 100644
--- a/comms/thebridge/files/patch-configure
+++ b/comms/thebridge/files/patch-configure
@@ -1,20 +1,19 @@
---- configure.orig Thu Jun 24 14:32:44 2004
-+++ configure Thu Jun 24 14:33:09 2004
-@@ -1961,7 +1961,7 @@
- ac_given_srcdir=$srcdir
- ac_given_INSTALL="$INSTALL"
-
--trap 'rm -fr `echo "Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile zlib/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
-+trap 'rm -fr `echo "Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
- EOF
- cat >> $CONFIG_STATUS <<EOF
-
-@@ -2054,7 +2054,7 @@
-
- cat >> $CONFIG_STATUS <<EOF
-
--CONFIG_FILES=\${CONFIG_FILES-"Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile zlib/Makefile"}
-+CONFIG_FILES=\${CONFIG_FILES-"Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile "}
- EOF
- cat >> $CONFIG_STATUS <<\EOF
- for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
+--- configure.orig Mon May 8 15:46:41 2006
++++ configure Mon May 8 15:47:02 2006
+@@ -4352,7 +4352,7 @@
+ _ACEOF
+
+
+- ac_config_files="$ac_config_files Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile zlib/Makefile"
++ ac_config_files="$ac_config_files Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile"
+ cat >confcache <<\_ACEOF
+ # This file is a shell script that caches the results of configure
+ # tests run on this system so they can be shared between configure
+@@ -4906,7 +4906,6 @@
+ "common/Makefile" ) CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
+ "inc/Makefile" ) CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
+ "tbdcmd/Makefile" ) CONFIG_FILES="$CONFIG_FILES tbdcmd/Makefile" ;;
+- "zlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES zlib/Makefile" ;;
+ "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+ "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+ *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
diff --git a/comms/thebridge/files/patch-src-Makefile.in b/comms/thebridge/files/patch-src-Makefile.in
deleted file mode 100644
index 9a3adda8f580..000000000000
--- a/comms/thebridge/files/patch-src-Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/Makefile.in.orig Tue Sep 9 23:06:56 2003
-+++ src/Makefile.in Sun Jun 27 15:46:18 2004
-@@ -86,7 +86,7 @@
- tbd_SOURCES = conference.c conference.h configvars.c configvars.h dirclient.c dirclient.h thebridge.c users.c users.h hostfile.c hostfile.h eventhook.c eventhook.h
-
-
--tbd_LDADD = $(top_builddir)/common/libcommon.a $(top_builddir)/zlib/libzlib.a
-+tbd_LDADD = $(top_builddir)/common/libcommon.a -lz
-
- AM_CPPFLAGS = -I$(top_srcdir)/inc
- AM_CFLAGS = -Wall -DSYSCON_DIR=\"$(sysconfdir)\"
-@@ -102,8 +102,7 @@
- LIBS = @LIBS@
- tbd_OBJECTS = conference.o configvars.o dirclient.o thebridge.o users.o \
- hostfile.o eventhook.o
--tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a \
--$(top_builddir)/zlib/libzlib.a
-+tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a
- tbd_LDFLAGS =
- CFLAGS = @CFLAGS@
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff --git a/comms/thebridge/files/patch-src_Makefile.in b/comms/thebridge/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..9bd27ffea31a
--- /dev/null
+++ b/comms/thebridge/files/patch-src_Makefile.in
@@ -0,0 +1,27 @@
+--- src/Makefile.in.orig Sat Jan 8 19:01:27 2005
++++ src/Makefile.in Mon May 8 15:53:09 2006
+@@ -145,11 +145,11 @@
+ eventhook.c eventhook.h avrs.c avrs.h
+
+
+-tbd_LDADD = $(top_builddir)/common/libcommon.a $(top_builddir)/zlib/libzlib.a \
+- -lm
++tbd_LDADD = $(top_builddir)/common/libcommon.a \
++ -lz -lm
+
+
+-AM_CPPFLAGS = -I$(top_srcdir)/inc -I$(top_srcdir)/zlib
++AM_CPPFLAGS = -I$(top_srcdir)/inc -Izlib
+ AM_CFLAGS = -Wall -DSYSCON_DIR=\"$(sysconfdir)\"
+ subdir = src
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+@@ -163,8 +163,7 @@
+ dirclient.$(OBJEXT) thebridge.$(OBJEXT) users.$(OBJEXT) \
+ hostfile.$(OBJEXT) eventhook.$(OBJEXT) avrs.$(OBJEXT)
+ tbd_OBJECTS = $(am_tbd_OBJECTS)
+-tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a \
+- $(top_builddir)/zlib/libzlib.a
++tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a
+ tbd_LDFLAGS =
+
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)