ports/57034: update net/binkd
Dima Panov
redfox at Fluffy.Khv.RU
Sat Sep 20 15:10:20 UTC 2003
>Number: 57034
>Category: ports
>Synopsis: update net/binkd
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 20 08:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Dima Panov
>Release: FreeBSD 4.8-STABLE i386
>Organization:
Twilight Zone
>Environment:
System: FreeBSD Fluffy.Khv.RU 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Jul 18 17:36:13 VLAST 2003 root at Fluffy.Khv.RU:/usr/obj/usr/src/sys/FLUFFY i386
>Description:
BINKD-TEAM released new version, binkd-0.9.5,
with included ASO patch, daemon mode and other minor fixes.
>How-To-Repeat:
>Fix:
files/patch-aa need to be removed
Index: net/binkd/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/binkd/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- net/binkd/Makefile 21 Feb 2003 13:14:35 -0000 1.14
+++ net/binkd/Makefile 20 Sep 2003 14:54:07 -0000
@@ -6,10 +6,10 @@
#
PORTNAME= binkd
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.5
CATEGORIES= net
-MASTER_SITES= http://2f.ru/binkd/
-DISTNAME= binkd094
+MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/
+DISTNAME= binkd095
MAINTAINER= dsh at vlink.ru
COMMENT= Fidonet TCP/IP mailer
@@ -20,11 +20,13 @@
MAN8= binkd.8
-.if defined(WITH_AMIGA4D)
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= binkdaso.diff
-DEFINES+= -DAMIGADOS_4D_OUTBOUND
-MAKE_ENV+= DEFINES="${DEFINES}"
+
+.if !defined(WITHOUT_AMIGA4D)
+CONFIGURE_ARGS+= --with-aso
+.endif
+
+.if !defined(WITHOUT_HTTPS)
+CONFIGURE_ARGS+= --with-https
.endif
pre-configure:
Index: net/binkd/distinfo
===================================================================
RCS file: /home/ncvs/ports/net/binkd/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- net/binkd/distinfo 1 Aug 2000 23:57:30 -0000 1.5
+++ net/binkd/distinfo 20 Sep 2003 14:54:07 -0000
@@ -1,2 +1 @@
-MD5 (binkd094.zip) = 9330297ed00655da41a49784ab1a6d16
-MD5 (binkdaso.diff) = 8fc68563fb7243a80aa00044846db847
+MD5 (binkd095.zip) = b44515af62833e8011786e0a95daa1d7
Index: net/binkd/files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/net/binkd/files/patch-aa,v
retrieving revision 1.3
diff -u -u -r1.3 patch-aa
--- net/binkd/files/patch-aa 1 Aug 2000 23:57:30 -0000 1.3
+++ net/binkd/files/patch-aa 20 Sep 2003 14:54:07 -0000
@@ -1,13 +0,0 @@
---- mkfls/unix/Makefile.in.orig Tue Sep 21 12:17:18 1999
-+++ mkfls/unix/Makefile.in Thu Mar 30 10:54:46 2000
-@@ -12,8 +12,8 @@
- OBJS=${SRCS:.c=.o}
- AUTODEFS=@DEFS@
- AUTOLIBS=@LIBS@
--DEFINES=$(AUTODEFS) -DHTTPS -DHAVE_FORK -DUNIX -DOS="\"UNIX\""
--CFLAGS=$(DEFINES) -Wall
-+DEFINES+=$(AUTODEFS) -DHTTPS -DHAVE_FORK -DUNIX -DOS="\"UNIX\""
-+CFLAGS+=$(DEFINES) -Wall
- LIBS=$(AUTOLIBS)
-
- all: compile banner
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list