1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 0.81

- portlint(1)

PR:		96996
Submitted by:	maintainer
This commit is contained in:
Marcus Alves Grando 2006-05-09 17:10:44 +00:00
parent 9aff6c985b
commit 05561aadc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161825
7 changed files with 60 additions and 75 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)