| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net/latd/ |
Upload File : |
PORTNAME= latd
PORTVERSION= 1.31
CATEGORIES= net
MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Linux-DECnet project LAT protocol suite
WWW= http://linux-decnet.sourceforge.net/
LICENSE= GPLv2
USES= alias compiler
GNU_CONFIGURE= yes
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
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
post-extract:
@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
post-patch:
@${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} ${REINPLACE_CMD} -e \
'/<utmp.h>/s|^|// | ; \
s| \(setiosflags\)| std::\1| ; \
s| \(resetiosflags\)| std::\1|'
.include <bsd.port.mk>