ports/181196: [PATCH] net-im/pidgin-sipe: Fix on -CURRENNT

Steve Wills swills at freebsd.org
Sat Aug 10 03:40:01 UTC 2013


>Number:         181196
>Category:       ports
>Synopsis:       [PATCH] net-im/pidgin-sipe: Fix on -CURRENNT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 10 03:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253898: Sat Aug  3 00:09:09
>Description:
- Fix this port on -CURRENT

It was building OK, but when run it wouldn't work properly. This fixes it.

Port maintainer (john.c.prather at gmail.com) is cc'd.

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

--- pidgin-sipe-1.13.1_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 324464)
+++ Makefile	(working copy)
@@ -21,8 +21,8 @@
 USE_LDCONFIG=	${PREFIX}/lib/pidgin
 PORTDOCS=	AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION
 
-CFLAGS+=	"-I/${LOCALBASE}/include"
-LIBS+=		"-L/${LOCALBASE}/lib"
+CFLAGS+=	-I/${LOCALBASE}/include
+LIBS+=		-L/${LOCALBASE}/lib -lgssapi_krb5
 
 OPTIONS_DEFINE=		OCS2005 KRB5 DOCS NLS
 OSC2005_DESC=		Message timeout for OCS2005
--- pidgin-sipe-1.13.1_1.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list