Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 02:56:23 +0800 (CST)
From:      Hung-Yi Chen <gaod@hychen.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184728: [MAINTAINER] www/libmicrohttpd: Fix compatibility for fbsd 10
Message-ID:  <201312121856.rBCIuNEN059880@cse.tw>
Resent-Message-ID: <201312121910.rBCJA0ao022363@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184728
>Category:       ports
>Synopsis:       [MAINTAINER] www/libmicrohttpd: Fix compatibility for fbsd 10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 12 19:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013
>Description:
- Fix compatibility for FreeBSD 10.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- libmicrohttpd-0.9.31.patch begins here ---
diff -ruN /usr/ports/www/libmicrohttpd/files/patch-src_examples_Makefile.am ./files/patch-src_examples_Makefile.am
--- /usr/ports/www/libmicrohttpd/files/patch-src_examples_Makefile.am	1970-01-01 08:00:00.000000000 +0800
+++ ./files/patch-src_examples_Makefile.am	2013-12-13 02:46:10.000000000 +0800
@@ -0,0 +1,29 @@
+--- src/examples/Makefile.am.orig	2013-12-12 18:44:38.000000000 +0000
++++ src/examples/Makefile.am	2013-12-12 18:45:00.000000000 +0000
+@@ -160,8 +160,7 @@
+   $(top_builddir)/src/microspdy/libmicrospdy.la \
+  -lssl \
+  -lcrypto \
+- -lz \
+- -ldl
++ -lz
+ 
+ spdy_fileserver_SOURCES = \
+  spdy_fileserver.c 
+@@ -169,8 +168,7 @@
+   $(top_builddir)/src/microspdy/libmicrospdy.la \
+  -lssl \
+  -lcrypto \
+- -lz \
+- -ldl
++ -lz
+ 
+ spdy_response_with_callback_SOURCES = \
+  spdy_response_with_callback.c 
+@@ -178,5 +176,4 @@
+   $(top_builddir)/src/microspdy/libmicrospdy.la \
+  -lssl \
+  -lcrypto \
+- -lz \
+- -ldl
++ -lz
diff -ruN /usr/ports/www/libmicrohttpd/files/patch-src_examples_Makefile.in ./files/patch-src_examples_Makefile.in
--- /usr/ports/www/libmicrohttpd/files/patch-src_examples_Makefile.in	1970-01-01 08:00:00.000000000 +0800
+++ ./files/patch-src_examples_Makefile.in	2013-12-13 02:45:51.000000000 +0800
@@ -0,0 +1,32 @@
+--- src/examples/Makefile.in.orig	2013-12-12 18:44:45.000000000 +0000
++++ src/examples/Makefile.in	2013-12-12 18:45:11.000000000 +0000
+@@ -601,8 +601,7 @@
+   $(top_builddir)/src/microspdy/libmicrospdy.la \
+  -lssl \
+  -lcrypto \
+- -lz \
+- -ldl
++ -lz
+ 
+ spdy_fileserver_SOURCES = \
+  spdy_fileserver.c 
+@@ -611,8 +610,7 @@
+   $(top_builddir)/src/microspdy/libmicrospdy.la \
+  -lssl \
+  -lcrypto \
+- -lz \
+- -ldl
++ -lz
+ 
+ spdy_response_with_callback_SOURCES = \
+  spdy_response_with_callback.c 
+@@ -621,8 +619,7 @@
+   $(top_builddir)/src/microspdy/libmicrospdy.la \
+  -lssl \
+  -lcrypto \
+- -lz \
+- -ldl
++ -lz
+ 
+ all: all-recursive
+ 
--- libmicrohttpd-0.9.31.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312121856.rBCIuNEN059880>