Bug 185600 - maintainer update: misc/libeatmydata
Summary: maintainer update: misc/libeatmydata
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 08:10 UTC by nagy.attila
Modified: 2014-01-25 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (346 bytes, patch)
2014-01-09 08:10 UTC, nagy.attila
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nagy.attila 2014-01-09 08:10:00 UTC
Fix building libeatmydata on FreeBSD 10 with clang.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-09 08:10:09 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-01-16 20:55:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-17 14:10:23 UTC
Author: miwi
Date: Fri Jan 17 14:10:15 2014
New Revision: 340041
URL: http://svnweb.freebsd.org/changeset/ports/340041
QAT: https://qat.redports.org/buildarchive/r340041/

Log:
  - Unbreak build
  
  PR:		185600
  Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)

Modified:
  head/misc/libeatmydata/Makefile   (contents, props changed)

Modified: head/misc/libeatmydata/Makefile
==============================================================================
--- head/misc/libeatmydata/Makefile	Fri Jan 17 14:09:17 2014	(r340040)
+++ head/misc/libeatmydata/Makefile	Fri Jan 17 14:10:15 2014	(r340041)
@@ -18,6 +18,9 @@ PLIST_FILES=	lib/libeatmydata.so \
 		lib/libeatmydata.so.1.0
 
 NO_STAGE=	yes
+post-patch:
+	${SED} -i '' -e 's/gcc/${CC}/' ${WRKSRC}/Makefile
+
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libeatmydata.so.1.0 ${PREFIX}/lib
 
_______________________________________________
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 4 Martin Wilke freebsd_committer freebsd_triage 2014-01-17 14:10:33 UTC
State Changed
From-To: open->closed
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-01-25 10:34:47 UTC
Author: miwi
Date: Sat Jan 25 10:34:39 2014
New Revision: 341002
URL: http://svnweb.freebsd.org/changeset/ports/341002
QAT: https://qat.redports.org/buildarchive/r341002/

Log:
  MFH: r340041
  
  - Unbreak build
  
  PR:		185600
  Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)

Modified:
  branches/2014Q1/misc/libeatmydata/Makefile   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/misc/libeatmydata/Makefile
==============================================================================
--- branches/2014Q1/misc/libeatmydata/Makefile	Sat Jan 25 10:32:51 2014	(r341001)
+++ branches/2014Q1/misc/libeatmydata/Makefile	Sat Jan 25 10:34:39 2014	(r341002)
@@ -18,6 +18,9 @@ PLIST_FILES=	lib/libeatmydata.so \
 		lib/libeatmydata.so.1.0
 
 NO_STAGE=	yes
+post-patch:
+	${SED} -i '' -e 's/gcc/${CC}/' ${WRKSRC}/Makefile
+
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libeatmydata.so.1.0 ${PREFIX}/lib
 
_______________________________________________
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"