Bug 182050 - [Patch] deskutils/wyrd - Fix build under HEAD
Summary: [Patch] deskutils/wyrd - Fix build under HEAD
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 20:50 UTC by Herbert J. Skuhra
Modified: 2013-09-13 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (446 bytes, patch)
2013-09-12 20:50 UTC, Herbert J. Skuhra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert J. Skuhra 2013-09-12 20:50:01 UTC
Fix build of desktutils/wyrd under HEAD.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-12 20:50:09 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-13 00:10:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-09-13 14:35:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-09-13 14:35:31 UTC
Author: wg
Date: Fri Sep 13 13:35:24 2013
New Revision: 327147
URL: http://svnweb.freebsd.org/changeset/ports/327147

Log:
  deskutils/wyrd: fix build with clang
  
  - Fix build with clang
  
  PR:		ports/182050
  Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)

Modified:
  head/deskutils/wyrd/Makefile

Modified: head/deskutils/wyrd/Makefile
==============================================================================
--- head/deskutils/wyrd/Makefile	Fri Sep 13 13:26:31 2013	(r327146)
+++ head/deskutils/wyrd/Makefile	Fri Sep 13 13:35:24 2013	(r327147)
@@ -27,6 +27,9 @@ UTF8_CONFIGURE_ENABLE=	utf8
 
 .include <bsd.port.options.mk>
 
+post-patch:
+	@${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/curses/curses.ml
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/wyrd.opt ${PREFIX}/bin/wyrd
 	${INSTALL_DATA} ${WRKSRC}/wyrdrc ${PREFIX}/etc/wyrdrc
_______________________________________________
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"