Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 19:28:13 -0700 (PDT)
From:      Julian Elischer <julian@pan.ironport.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99863: added patch file for www/libwww
Message-ID:  <200607070228.k672SD3e047110@pan.ironport.com>
Resent-Message-ID: <200607070230.k672UI69040379@freefall.freebsd.org>

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

>Number:         99863
>Category:       ports
>Synopsis:       added patch file for www/libwww
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 07 02:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Julian Elischer
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Ironport Inc.
>Environment:
System: FreeBSD pan.ironport.com 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Fri Jan 28 18:05:03 PST 2005 root@new-pan.ironport.com:/usr/obj/usr/src/sys/SMPno386 i386


>Description:
	libwww doesn't install it's stuff correctly without the following
        patch file:
>How-To-Repeat:
	install libwww with --with-ssl
        then try compile net/xmlrpc-c with --with-www-ssl
>Fix:

Add the following file as patch.ab
sorry about the wrap.. it's a long line.
I'll  put it  in ~julian on freefall as 'patch.ab'
This is from the libwww CVS tree but they never released a new version.

--- libwww-config.in.orig       Thu Jul  6 18:48:21 2006
+++ libwww-config.in    Thu Jul  6 18:49:01 2006
@@ -48,7 +48,7 @@
       echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@
       ;;
     --libs)
-      echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwca
che -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
+      echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ @LWWWSSL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwd
ir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
       ;;
     *)
       echo "${usage}" 1>&2


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



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