diff options
author | Diane Bruce <db@FreeBSD.org> | 2008-02-15 16:45:28 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2008-02-15 16:45:28 +0000 |
commit | 705ed1872a645a31ed05490143abc96d3a9677e9 (patch) | |
tree | 47b2543b0cafb56f0e5499d0eb3a1fef3d96c310 /comms | |
parent | - Update to 0.9 (diff) |
- Update to 0.89
PR: ports/120525
Submitted by: Takefu Kenji <takefu@airport.fm>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/thebridge/Makefile | 2 | ||||
-rw-r--r-- | comms/thebridge/distinfo | 6 | ||||
-rw-r--r-- | comms/thebridge/files/patch-src_Makefile.in | 27 |
3 files changed, 19 insertions, 16 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index 93d305c84b99..30e88708c95c 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -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 --git a/comms/thebridge/distinfo b/comms/thebridge/distinfo index a881a3a542fa..c1d79388398f 100644 --- a/comms/thebridge/distinfo +++ b/comms/thebridge/distinfo @@ -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 --git a/comms/thebridge/files/patch-src_Makefile.in b/comms/thebridge/files/patch-src_Makefile.in index a08d09553e6d..919e9508b248 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 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 |