mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
- Fix build with libc++ PR: ports/185507 Submitted by: KATO Tsuguru
This commit is contained in:
parent
92bd52ca14
commit
4298a41aa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339165
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user