Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2008 07:49:23 GMT
From:      Takefu Kenji <takefu@airport.fm>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120525: comms/thebridge for release 0.89.
Message-ID:  <200802110749.m1B7nNh4052509@www.freebsd.org>
Resent-Message-ID: <200802110800.m1B802Zm093341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120525
>Category:       ports
>Synopsis:       comms/thebridge for release 0.89.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 11 08:00:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Takefu Kenji
>Release:        FreeBSD 6.3-RELEASE
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
Update to release 0.89.
>How-To-Repeat:

>Fix:
diff -rubN /usr/ports/comms/thebridge/Makefile ./Makefile
--- /usr/ports/comms/thebridge/Makefile	2007-09-24 09:10:10.000000000 +0900
+++ ./Makefile	2008-02-11 16:15:29.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	thebridge
-PORTVERSION=	0.85
+PORTVERSION=	0.89
 CATEGORIES=	comms hamradio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	cqinet
diff -rubN /usr/ports/comms/thebridge/distinfo ./distinfo
--- /usr/ports/comms/thebridge/distinfo	2007-09-24 09:10:10.000000000 +0900
+++ ./distinfo	2008-02-11 16:17:19.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (thebridge-0.85.tgz) = e001cebc039033396f35dd948336563f
-SHA256 (thebridge-0.85.tgz) = 91ac79a6d12e8e88548598351b4fde55ce5583cca0de0fdd01e1b0eaeeee2c4c
-SIZE (thebridge-0.85.tgz) = 369714
+MD5 (thebridge-0.89.tgz) = 718616900eda6de62018c19b5f2b67c8
+SHA256 (thebridge-0.89.tgz) = 5e8fbe8b04bae437295c74c3069db459980dbf2570a2839588dc2d38947c033b
+SIZE (thebridge-0.89.tgz) = 383412
diff -rubN /usr/ports/comms/thebridge/files/patch-src_Makefile.in ./files/patch-src_Makefile.in
--- /usr/ports/comms/thebridge/files/patch-src_Makefile.in	2007-09-24 09:10:10.000000000 +0900
+++ ./files/patch-src_Makefile.in	2008-02-11 16:27:36.000000000 +0900
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig	Mon Jul  2 22:45:43 2007
-+++ src/Makefile.in	Sat Jul 21 00:59:05 2007
-@@ -105,7 +105,7 @@
+--- src/Makefile.in.orig	2008-02-10 02:05:09.000000000 +0900
++++ src/Makefile.in	2008-02-11 16:26:34.000000000 +0900
+@@ -109,7 +109,7 @@
  @LINK_BOX_FALSE@	avrs.$(OBJEXT)
  tbd_OBJECTS = $(am_tbd_OBJECTS)
  @LINK_BOX_FALSE@tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a \
@@ -9,19 +9,22 @@
  DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  am__depfiles_maybe = depfiles
-@@ -207,9 +207,9 @@
+@@ -214,12 +214,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 -Izlib -I$(top_srcdir)/spandsp
- @LINK_BOX_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/inc -I$(top_srcdir)/gsm/inc -DLINK_BOX \
--@LINK_BOX_TRUE@        -I$(top_srcdir)/zlib -I$(top_srcdir)/linkbox
-+@LINK_BOX_TRUE@        -Izlib -I$(top_srcdir)/linkbox
+-@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 -Izlib -I$(top_srcdir)/spandsp \
+ @LINK_BOX_FALSE@                -DSYSCON_DIR=\"$(sysconfdir)\"
  
- @LINK_BOX_FALSE@AM_CFLAGS = -Wall -DSYSCON_DIR=\"$(sysconfdir)\" -lm
- @LINK_BOX_TRUE@AM_CFLAGS = -Wall -DSYSCON_DIR=\"$(sysconfdir)\"
-@@ -217,7 +217,7 @@
+ @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@	-Izlib -I$(top_srcdir)/linkbox \
+ @LINK_BOX_TRUE@	-DSYSCON_DIR=\"$(sysconfdir)\" $(am__append_1)
+ @LINK_BOX_FALSE@AM_CFLAGS = -Wall  -lm
+ @LINK_BOX_TRUE@AM_CFLAGS = -Wall 
+@@ -227,7 +227,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
  




>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802110749.m1B7nNh4052509>