Bug 185311 - x11-clocks/wmtime: Fix build with clang
Summary: x11-clocks/wmtime: Fix build with clang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 21:10 UTC by tkato432
Modified: 2014-01-08 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1009 bytes, patch)
2013-12-30 21:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-12-30 21:10:00 UTC
- Fix build with clang
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-08 20:54:47 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@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"
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-08 20:55:59 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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2014-01-08 20:56:15 UTC
State Changed
From-To: open->closed

Close: patch committed to head and 2014Q1 branch, thanks!