- 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)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->swills I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!
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"