Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2011 21:56:15 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155734: [Maintainer-Update] comms/syncterm to 0.9.4 (Cryptlib API fix)
Message-ID:  <201103202156.p2KLuFjk047018@red.freebsd.org>
Resent-Message-ID: <201103202200.p2KM049R044572@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155734
>Category:       ports
>Synopsis:       [Maintainer-Update] comms/syncterm to 0.9.4 (Cryptlib API fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 20 22:00:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        8.2-RC3
>Organization:
>Environment:
FreeBSD stephen.hurd.local 8.2-RC3 FreeBSD 8.2-RC3 #0: Sun Jan 30 06:52:51 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Update fixed build error with security/cryptlib-3.4.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur comms/syncterm.orig/Makefile comms/syncterm/Makefile
--- comms/syncterm.orig/Makefile	2011-03-20 14:12:00.000000000 -0700
+++ comms/syncterm/Makefile	2011-03-20 14:52:21.000000000 -0700
@@ -8,7 +8,7 @@
 PORTNAME=	syncterm
 PORTVERSION=	0.9.${PORTVER}
 CATEGORIES=	comms
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9.4
 DISTNAME=	syncterm-src-${PORTVER}
 EXTRACT_SUFX=	.tgz
 
@@ -18,7 +18,7 @@
 WRKSRC=		${WRKDIR}/syncterm-${PORTVER}
 USE_GMAKE=	yes
 MAKEFILE=	GNUmakefile
-PORTVER=	20080406
+PORTVER=	20110320
 MAN1=		syncterm.1
 MANCOMPRESSED=	yes
 
@@ -28,7 +28,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386"
+.if ${ARCH} == "i386" || ${ARCH} == "amd64"
  LIB_DEPENDS+=	cl:${PORTSDIR}/security/cryptlib
 .else
  MAKE_ARGS+=	WITHOUT_CRYPTLIB=yes
diff -ur comms/syncterm.orig/distinfo comms/syncterm/distinfo
--- comms/syncterm.orig/distinfo	2011-03-20 14:12:00.000000000 -0700
+++ comms/syncterm/distinfo	2011-03-20 14:47:31.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (syncterm-src-20080406.tgz) = cf41d19384b98fefaceff12cfab0de8da9b2ca58fbc8b86026eb241cf11e50f4
-SIZE (syncterm-src-20080406.tgz) = 500996
+SHA256 (syncterm-src-20110320.tgz) = b0733e97b487d91d81979be5ec144b0b2215028c915c8f85b9f1ff4e04e4181f
+SIZE (syncterm-src-20110320.tgz) = 2496504


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103202156.p2KLuFjk047018>