aboutsummaryrefslogtreecommitdiffstats
path: root/net/latd
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-05-22 23:24:40 +0800
committermiwi <miwi@FreeBSD.org>2012-05-22 23:24:40 +0800
commit11b9359ee48d662099b1018960ca195cd86fba1b (patch)
tree4ea2a5c1d8f968bab00e68e7f55c91ad1bb5e4f0 /net/latd
parentee418fd87770e5466b4ae03caf19171a959ff67b (diff)
downloadfreebsd-ports-gnome-11b9359ee48d662099b1018960ca195cd86fba1b.tar.gz
freebsd-ports-gnome-11b9359ee48d662099b1018960ca195cd86fba1b.tar.zst
freebsd-ports-gnome-11b9359ee48d662099b1018960ca195cd86fba1b.zip
- Update to version 1.29
PR: 168043 Submitted by: Ports Fury
Diffstat (limited to 'net/latd')
-rw-r--r--net/latd/Makefile18
-rw-r--r--net/latd/distinfo4
-rw-r--r--net/latd/pkg-plist5
3 files changed, 12 insertions, 15 deletions
diff --git a/net/latd/Makefile b/net/latd/Makefile
index 8020ed288b39..d37ccf7dba6c 100644
--- a/net/latd/Makefile
+++ b/net/latd/Makefile
@@ -6,26 +6,28 @@
#
PORTNAME= latd
-PORTVERSION= 1.25
+PORTVERSION= 1.29
CATEGORIES= net
MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@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 --git a/net/latd/distinfo b/net/latd/distinfo
index 3612c4ff02b6..b911a210ee15 100644
--- a/net/latd/distinfo
+++ b/net/latd/distinfo
@@ -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 --git a/net/latd/pkg-plist b/net/latd/pkg-plist
deleted file mode 100644
index bbfd153f4901..000000000000
--- a/net/latd/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-sbin/latd
-sbin/latcp
-sbin/moprc
-bin/llogin
-etc/latd.conf.sample