ports/168043: net/latd: Update to version 1.29

KATO Tsuguru tkato432 at yahoo.com
Thu May 17 18:10:09 UTC 2012


>Number:         168043
>Category:       ports
>Synopsis:       net/latd: Update to version 1.29
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 17 18:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 1.29

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/latd/Makefile net/latd/Makefile
--- /usr/ports/net/latd/Makefile	2012-04-11 04:01:48.000000000 +0900
+++ net/latd/Makefile	2012-05-03 22:39:17.000000000 +0900
@@ -6,26 +6,28 @@
 #
 
 PORTNAME=	latd
-PORTVERSION=	1.25
+PORTVERSION=	1.29
 CATEGORIES=	net
 MASTER_SITES=	SF/linux-decnet/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The linux-decnet project LAT protocol suite
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
+LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-CFLAGS+=	-Wno-deprecated
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		llogin.1
 MAN5=		latd.conf.5
 MAN8=		latd.8 latcp.8 moprc.8
+PLIST_FILES=	bin/llogin etc/latd.conf.sample sbin/latcp sbin/latd sbin/moprc
 
-.include <bsd.port.pre.mk>
+post-extract:
+	@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
 
-.if ${OSVERSION} > 900007
-BROKEN=		fails to build with new utmpx
-.endif
+post-patch:
+	@${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} ${REINPLACE_CMD} -e \
+		'/<utmp.h>/s|^|// |'
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/net/latd/distinfo net/latd/distinfo
--- /usr/ports/net/latd/distinfo	2011-03-20 21:51:37.000000000 +0900
+++ net/latd/distinfo	2012-05-03 22:19:36.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (latd-1.25.tar.gz) = c963afd31e65a5de6139fbbf4b188a04b9f7db711804a23890812a1546551e04
-SIZE (latd-1.25.tar.gz) = 207959
+SHA256 (latd-1.29.tar.gz) = a7d604c66aaa8f366930ae8745e126d61f3472eb31f7d8d68fa64c77d77bb368
+SIZE (latd-1.29.tar.gz) = 214715
diff -urN /usr/ports/net/latd/pkg-plist net/latd/pkg-plist
--- /usr/ports/net/latd/pkg-plist	2003-12-24 07:43:07.000000000 +0900
+++ net/latd/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,5 +0,0 @@
-sbin/latd
-sbin/latcp
-sbin/moprc
-bin/llogin
-etc/latd.conf.sample
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list