From owner-svn-ports-all@FreeBSD.ORG Mon Jan 7 14:28:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8163A85D for ; Mon, 7 Jan 2013 14:28:12 +0000 (UTC) (envelope-from db@svn.freebsd.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6A8A2D60 for ; Mon, 7 Jan 2013 14:28:12 +0000 (UTC) Received: from db (uid 1123) (envelope-from db@svn.freebsd.org) id 7286 by svn.freebsd.org (DragonFly Mail Agent v0.7); Mon, 07 Jan 2013 14:28:11 +0000 From: Diane Bruce Date: Mon, 7 Jan 2013 14:28:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310046 - in head/comms/thebridge: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <50eadb7b.7286.6a0a9d76@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 14:28:12 -0000 Author: db Date: Mon Jan 7 14:28:10 2013 New Revision: 310046 URL: http://svnweb.freebsd.org/changeset/ports/310046 Log: - Update to release 1.09 [1] - Clean up header - Tidy up make patches - remove bash dependancy PR: ports/174931 [1] Submitted by: takefu@airport.fm Added: head/comms/thebridge/files/patch-configure.in (contents, props changed) head/comms/thebridge/files/patch-src_conference.c (contents, props changed) head/comms/thebridge/files/patch-src_dirclient.c (contents, props changed) Deleted: head/comms/thebridge/files/patch-configure Modified: head/comms/thebridge/Makefile (contents, props changed) head/comms/thebridge/distinfo (contents, props changed) head/comms/thebridge/files/patch-Makefile.in (contents, props changed) head/comms/thebridge/files/patch-src_Makefile.in (contents, props changed) Modified: head/comms/thebridge/Makefile ============================================================================== --- head/comms/thebridge/Makefile Mon Jan 7 13:43:11 2013 (r310045) +++ head/comms/thebridge/Makefile Mon Jan 7 14:28:10 2013 (r310046) @@ -1,13 +1,9 @@ -# ports collection makefile for: thebridge -# Date created: 22 June 2004 -# Whom: db -# +# Created by: db # $FreeBSD$ # PORTNAME= thebridge -PORTVERSION= 1.06 -PORTREVISION= 1 +PORTVERSION= 1.09 CATEGORIES= comms hamradio MASTER_SITES= SF/cqinet/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -15,23 +11,25 @@ EXTRACT_SUFX= .tgz MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio Echolink conference bridge -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes PORTDOCS= README USE_RC_SUBR= tbd +USE_AUTOTOOLS= autoconf +CONFIGURE_ENV= AUTOMAKE=/usr/bin/true MAKE_JOBS_SAFE= yes +.include + post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},; \ s,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/addons/usermgmt.cgi post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif Modified: head/comms/thebridge/distinfo ============================================================================== --- head/comms/thebridge/distinfo Mon Jan 7 13:43:11 2013 (r310045) +++ head/comms/thebridge/distinfo Mon Jan 7 14:28:10 2013 (r310046) @@ -1,2 +1,2 @@ -SHA256 (thebridge-1.06.tgz) = 401646f336b052555abc776e40e94b3990b7c198f2a9ec65bf45ee45acbab6a2 -SIZE (thebridge-1.06.tgz) = 412875 +SHA256 (thebridge-1.09.tgz) = 0d7b068a78601c89f89cd1d920f2bfe1072ea27b54ed4949ee3278933a209334 +SIZE (thebridge-1.09.tgz) = 440359 Modified: head/comms/thebridge/files/patch-Makefile.in ============================================================================== --- head/comms/thebridge/files/patch-Makefile.in Mon Jan 7 13:43:11 2013 (r310045) +++ head/comms/thebridge/files/patch-Makefile.in Mon Jan 7 14:28:10 2013 (r310046) @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2008-03-06 23:42:41.000000000 +0900 -+++ Makefile.in 2008-03-21 11:53:08.000000000 +0900 -@@ -201,7 +201,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- Makefile.in.orig 2012-12-10 01:05:20.000000000 -0500 ++++ Makefile.in 2013-01-03 20:39:17.000000000 -0500 +@@ -253,7 +253,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ -SUBDIRS = common zlib src inc tbdcmd addons +SUBDIRS = common src inc tbdcmd addons - EXTRA_DIST = theBridge.dsp tbd.conf.sample README.txt FreeBSD RedHat SCRIPTING.txt - sysconf_DATA = tbd.conf.sample - all: config.h + EXTRA_DIST = theBridge.dsp tbd.conf.sample README.txt FreeBSD RedHat \ + SCRIPTING.txt Debian + Added: head/comms/thebridge/files/patch-configure.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/thebridge/files/patch-configure.in Mon Jan 7 14:28:10 2013 (r310046) @@ -0,0 +1,9 @@ +--- configure.in.orig 2013-01-03 19:17:41.000000000 -0500 ++++ configure.in 2013-01-03 19:18:21.000000000 -0500 +@@ -84,5 +84,5 @@ + [Set to a text string describing your operating system and hardware]) + + AC_OUTPUT(Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile +-zlib/Makefile addons/Makefile) ++ addons/Makefile) + Modified: head/comms/thebridge/files/patch-src_Makefile.in ============================================================================== --- head/comms/thebridge/files/patch-src_Makefile.in Mon Jan 7 13:43:11 2013 (r310045) +++ head/comms/thebridge/files/patch-src_Makefile.in Mon Jan 7 14:28:10 2013 (r310046) @@ -1,15 +1,15 @@ ---- 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 @@ +--- src/Makefile.in.orig 2012-12-10 01:00:44.000000000 -0500 ++++ src/Makefile.in 2013-01-03 18:54:09.000000000 -0500 +@@ -115,7 +115,7 @@ tbd_OBJECTS = $(am_tbd_OBJECTS) am__DEPENDENCIES_1 = @LINK_BOX_FALSE@tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a \ -@LINK_BOX_FALSE@ $(top_builddir)/zlib/libzlib.a \ +@LINK_BOX_FALSE@ -lz -lm \ @LINK_BOX_FALSE@ $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/config/depcomp -@@ -226,12 +226,12 @@ +@@ -233,12 +233,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 @@ -24,7 +24,7 @@ @LINK_BOX_TRUE@ -DSYSCON_DIR=\"$(sysconfdir)\" $(am__append_1) @LINK_BOX_FALSE@AM_CFLAGS = -Wall $(am__append_2) @LINK_BOX_TRUE@AM_CFLAGS = -Wall $(am__append_2) -@@ -239,7 +239,7 @@ +@@ -246,7 +246,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 Added: head/comms/thebridge/files/patch-src_conference.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/thebridge/files/patch-src_conference.c Mon Jan 7 14:28:10 2013 (r310046) @@ -0,0 +1,11 @@ +--- src/conference.c.orig 2013-01-03 21:44:25.000000000 -0500 ++++ src/conference.c 2013-01-03 21:44:51.000000000 -0500 +@@ -784,7 +784,7 @@ + #include "ilink.h" + #include "sf.h" + #include "hostfile.h" +-#include "zlib.h" ++#include + #include "tbd.h" + + #if defined _WIN32GUI || defined _X11GUI Added: head/comms/thebridge/files/patch-src_dirclient.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/thebridge/files/patch-src_dirclient.c Mon Jan 7 14:28:10 2013 (r310046) @@ -0,0 +1,11 @@ +--- src/dirclient.c.orig 2013-01-03 21:44:33.000000000 -0500 ++++ src/dirclient.c 2013-01-03 21:45:03.000000000 -0500 +@@ -222,7 +222,7 @@ + #include "dirclient.h" + #include "hostfile.h" + #include "eventhook.h" +-#include "zlib.h" ++#include + #include "sf.h" + + #ifdef USE_DMALLOC