aboutsummaryrefslogtreecommitdiffstats
path: root/net/latd
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-09 03:19:53 +0800
committerantoine <antoine@FreeBSD.org>2014-01-09 03:19:53 +0800
commit5f39847c8674481daa11da411ba768a65a7ff72b (patch)
tree580296db7cad566d2f256425fc83116e64c34d67 /net/latd
parentc38cc962d08fd9a5e0e60fbec4e29292f3253dd4 (diff)
downloadfreebsd-ports-gnome-5f39847c8674481daa11da411ba768a65a7ff72b.tar.gz
freebsd-ports-gnome-5f39847c8674481daa11da411ba768a65a7ff72b.tar.zst
freebsd-ports-gnome-5f39847c8674481daa11da411ba768a65a7ff72b.zip
- Stage support
- Fix build with libc++ PR: ports/185507 Submitted by: KATO Tsuguru
Diffstat (limited to 'net/latd')
-rw-r--r--net/latd/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/net/latd/Makefile b/net/latd/Makefile
index c6e2a0052069..7aa71f5b9e21 100644
--- a/net/latd/Makefile
+++ b/net/latd/Makefile
@@ -7,23 +7,24 @@ CATEGORIES= net
MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= The Linux-DECnet project LAT protocol suite
+COMMENT= Linux-DECnet project LAT protocol suite
LICENSE= GPLv2
GNU_CONFIGURE= 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
+PLIST_FILES= bin/llogin etc/latd.conf.sample \
+ man/man1/llogin.1.gz man/man5/latd.conf.5.gz \
+ man/man8/latd.8.gz man/man8/latcp.8.gz man/man8/moprc.8.gz \
+ sbin/latcp sbin/latd sbin/moprc
-NO_STAGE= yes
post-extract:
@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
post-patch:
@${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} ${REINPLACE_CMD} -e \
- '/<utmp.h>/s|^|// |'
+ '/<utmp.h>/s|^|// | ; \
+ s| \(setiosflags\)| std::\1| ; \
+ s| \(resetiosflags\)| std::\1|'
.include <bsd.port.mk>