Bug 184728 - [MAINTAINER] www/libmicrohttpd: Fix compatibility for fbsd 10
Summary: [MAINTAINER] www/libmicrohttpd: Fix compatibility for fbsd 10
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 19:10 UTC by Hung-Yi Chen
Modified: 2013-12-13 07:30 UTC (History)
0 users

See Also:


Attachments
libmicrohttpd-0.9.31.patch (1.89 KB, patch)
2013-12-12 19:10 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2013-12-12 19:10:00 UTC
- Fix compatibility for FreeBSD 10.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-12 19:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-13 07:27:28 UTC
Author: sunpoet
Date: Fri Dec 13 07:27:20 2013
New Revision: 336318
URL: http://svnweb.freebsd.org/changeset/ports/336318

Log:
  - Fix build on 10
  
  PR:		ports/184728
  Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)

Modified:
  head/www/libmicrohttpd/Makefile

Modified: head/www/libmicrohttpd/Makefile
==============================================================================
--- head/www/libmicrohttpd/Makefile	Fri Dec 13 04:13:41 2013	(r336317)
+++ head/www/libmicrohttpd/Makefile	Fri Dec 13 07:27:20 2013	(r336318)
@@ -31,6 +31,9 @@ PLIST_FILES=	include/microhttpd.h \
 		libdata/pkgconfig/libmicrohttpd.pc \
 		man/man3/libmicrohttpd.3.gz
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|-ldl|-lc|' ${WRKSRC}/src/examples/Makefile.in
+
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/src/microhttpd/.libs/libmicrohttpd.so.30
 
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-13 07:28:05 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!