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

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185311: commit references a PR
Date: Wed,  8 Jan 2014 20:55:59 +0000 (UTC)

 Author: antoine
 Date: Wed Jan  8 20:55:51 2014
 New Revision: 339176
 URL: http://svnweb.freebsd.org/changeset/ports/339176
 
 Log:
   MFH: r339175
   
   - Fix build with clang
   - Stage support
   
   PR:		ports/185311
   Submitted by:	KATO Tsuguru
   Approved by:	portmgr (implicit)
 
 Modified:
   branches/2014Q1/x11-clocks/wmtime/Makefile
 Directory Properties:
   branches/2014Q1/   (props changed)
 
 Modified: branches/2014Q1/x11-clocks/wmtime/Makefile
 ==============================================================================
 --- branches/2014Q1/x11-clocks/wmtime/Makefile	Wed Jan  8 20:54:35 2014	(r339175)
 +++ branches/2014Q1/x11-clocks/wmtime/Makefile	Wed Jan  8 20:55:51 2014	(r339176)
 @@ -12,12 +12,13 @@ MASTER_SITES=	http://web.cs.mun.ca/~gsta
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Time/Date applet for WindowMaker
  
 -PLIST_FILES=	bin/wmtime
  WRKSRC=		${WRKDIR}/wmtime.app/wmtime
  USES=		imake
  USE_XORG=	xpm
 +USE_CSTD=	gnu89
 +
 +PLIST_FILES=	bin/wmtime
  
 -NO_STAGE=	yes
  post-extract:
  	${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
  
 _______________________________________________
 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?201401082100.s08L01MY080366>