svn commit: r310046 - in head/comms/thebridge: . files
Diane Bruce
db at svn.freebsd.org
Mon Jan 7 14:28:12 UTC 2013
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 at 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 at 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 <bsd.port.options.mk>
+
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 at tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a \
- at LINK_BOX_FALSE@ $(top_builddir)/zlib/libzlib.a \
+ at LINK_BOX_FALSE@ -lz -lm \
@LINK_BOX_FALSE@ $(am__DEPENDENCIES_1)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ DEFAULT_INCLUDES = -I. at 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 at AM_CFLAGS = -Wall $(am__append_2)
@LINK_BOX_TRUE at 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 <zlib.h>
+ #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 <zlib.h>
+ #include "sf.h"
+
+ #ifdef USE_DMALLOC
More information about the svn-ports-head
mailing list