ports/185311: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Jan 8 21:00:02 UTC 2014


The following reply was made to PR ports/185311; it has been noted by GNATS.

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

 Author: antoine
 Date: Wed Jan  8 20:54:35 2014
 New Revision: 339175
 URL: http://svnweb.freebsd.org/changeset/ports/339175
 
 Log:
   - Fix build with clang
   - Stage support
   
   PR:		ports/185311
   Submitted by:	KATO Tsuguru
 
 Modified:
   head/x11-clocks/wmtime/Makefile
 
 Modified: head/x11-clocks/wmtime/Makefile
 ==============================================================================
 --- head/x11-clocks/wmtime/Makefile	Wed Jan  8 20:52:58 2014	(r339174)
 +++ head/x11-clocks/wmtime/Makefile	Wed Jan  8 20:54:35 2014	(r339175)
 @@ -12,12 +12,13 @@ MASTER_SITES=	http://web.cs.mun.ca/~gsta
  MAINTAINER=	ports at 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 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