ports/185507: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Jan 8 19:30:01 UTC 2014
The following reply was made to PR ports/185507; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/185507: commit references a PR
Date: Wed, 8 Jan 2014 19:20:01 +0000 (UTC)
Author: antoine
Date: Wed Jan 8 19:19:53 2014
New Revision: 339165
URL: http://svnweb.freebsd.org/changeset/ports/339165
Log:
- Stage support
- Fix build with libc++
PR: ports/185507
Submitted by: KATO Tsuguru
Modified:
head/net/latd/Makefile
Modified: head/net/latd/Makefile
==============================================================================
--- head/net/latd/Makefile Wed Jan 8 18:34:19 2014 (r339164)
+++ head/net/latd/Makefile Wed Jan 8 19:19:53 2014 (r339165)
@@ -7,23 +7,24 @@ CATEGORIES= net
MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports at 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>
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list