Bug 181196

Summary: [PATCH] net-im/pidgin-sipe: Fix on -CURRENNT
Product: Ports & Packages Reporter: Steve Wills <swills>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: john.c.prather
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pidgin-sipe-1.13.1_1.patch none

Description Steve Wills freebsd_committer freebsd_triage 2013-08-10 04:40:00 UTC
- 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@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-10 04:40:07 UTC
Maintainer of net-im/pidgin-sipe,

Please note that PR ports/181196 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181196

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-10 04:40:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-08-17 20:41:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-12-19 20:11:21 UTC
Author: swills
Date: Thu Dec 19 20:11:14 2013
New Revision: 336957
URL: http://svnweb.freebsd.org/changeset/ports/336957

Log:
  - Fix build on 10.0 and 11-CURRENT
  
  PR:		ports/181196
  Submitted by:	myself
  Approved by:	maintainer timeout (john.c.prather@gmail.com, >4 months)

Modified:
  head/net-im/pidgin-sipe/Makefile

Modified: head/net-im/pidgin-sipe/Makefile
==============================================================================
--- head/net-im/pidgin-sipe/Makefile	Thu Dec 19 20:07:03 2013	(r336956)
+++ head/net-im/pidgin-sipe/Makefile	Thu Dec 19 20:11:14 2013	(r336957)
@@ -21,8 +21,8 @@ USE_GNOME=	gtk20
 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
_______________________________________________
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 5 Steve Wills freebsd_committer freebsd_triage 2013-12-19 20:12:14 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-12-20 08:07:29 UTC
Author: bapt
Date: Fri Dec 20 08:07:17 2013
New Revision: 336987
URL: http://svnweb.freebsd.org/changeset/ports/336987

Log:
  MFH: r336957
  
  - Fix build on 10.0 and 11-CURRENT
  
  PR:		ports/181196
  Submitted by:	myself
  Approved by:	maintainer timeout (john.c.prather@gmail.com, >4 months)

Modified:
  branches/2014Q1/net-im/pidgin-sipe/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/net-im/pidgin-sipe/Makefile
==============================================================================
--- branches/2014Q1/net-im/pidgin-sipe/Makefile	Fri Dec 20 08:06:28 2013	(r336986)
+++ branches/2014Q1/net-im/pidgin-sipe/Makefile	Fri Dec 20 08:07:17 2013	(r336987)
@@ -21,8 +21,8 @@ USE_GNOME=	gtk20
 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
_______________________________________________
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"