Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 19:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/185507: commit references a PR
Message-ID:  <201401081930.s08JU12b060835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185507; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401081930.s08JU12b060835>