Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2009 01:41:40 GMT
From:      Sylvain <sylgar@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140379: net-im/pidgin-msn-mecan won't compile
Message-ID:  <200911080141.nA81feSq045203@www.freebsd.org>
Resent-Message-ID: <200911080150.nA81o1Au084540@freefall.freebsd.org>

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

>Number:         140379
>Category:       ports
>Synopsis:       net-im/pidgin-msn-mecan won't compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 08 01:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvain
>Release:        FreeBSD 8.0-STABLE
>Organization:
>Environment:
FreeBSD cladbsd.sg.com 8.0-RC2 FreeBSD 8.0-RC2 #0: Sun Oct 25 08:55:51 UTC 2009     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
When compiling (make install clean):

..
[CC] io/pn_http_server.o
io/pn_http_server.c: In function 'get_auth':
io/pn_http_server.c:236: error: 'PurpleProxyInfo' undeclared (first use in this function)
io/pn_http
>How-To-Repeat:

>Fix:
remove those lines from the Makefile patch:

@@ -41,7 +41,7 @@
 OTHER_WARNINGS := -D_FORTIFY_SOURCE=2 -fstack-protector -g3 -Wdisabled-optimiza
tion \
        -Wendif-labels -Wformat=2 -Wstack-protector -Wswitch

-CFLAGS += -Wall # $(EXTRA_WARNINGS)
+CFLAGS += -Wall -I${LOCALBASE}/include # $(EXTRA_WARNINGS)

 override CFLAGS += -D_XOPEN_SOURCE
 override CFLAGS += -I. -DENABLE_NLS -DHAVE_LIBPURPLE -DPURPLE_DEBUG


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



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