These ports add SIP protocol library (sofia-sip) and SIP telepathy plugin (telepathy-sofiasip). empathy IM client automatically picks senses the presence of telepathy-sofiasip and adds SIP to the list of available protocols. telepathy and empathy ports and maybe some other ports should add the build option of using sofia-sip. Fix: Patch attached with submission follows:
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->kwm grab
Hello, I got some comments. The first one is that the pkg-descr of telepathy-sofiasip seems to be the same as sofia-sip. Could you supply a new one that is correct for telepathy-sofiasip? Also LIB_PC_DEPENDS isn't used by the port system. If you want to use it you have to put it yourself in standard _DEPENDS lines. If your adding RUN_ and BUILD_ depends see if it is possible to add a LIB_DEPENDS line. It implies both. However if you want to depend on glib20 just add "USE_GNOME=glib20". You also might want to add gnomehack to the USE_GNOME line, to put the .pc files into the right directory (libdata/pkgconfig, not lib/pkgconfig). You don't have to specify CONFIGURE_ARGS+=--prefix=${PREFIX} it is done automaticly so you can get rid of that line. Also to want to pass -I/usr/local/include you should pass it as "CPPFLAGS= -I${LOCALBASE}/include" not hardcode it to /usr/local/include. Note that CPPFLAGS shouldn't be put in CONFIGURE_ENV anymore. But since your haven't added a LDFLAGS="${LOCALBASE}/lib" I have a feeling it isn't needed. Plist should be sorted, with the @dirrm(tr) stuff at the end. I could fix all of these point myself, but I feel that I can teach you some things about how ports are done. Fix most of these issues and post a new patch in the follow up. -Koop
State Changed From-To: open->feedback Asking submitter for feedback.
State Changed From-To: feedback->closed Committed telepathy-sofiasip only, since net/sofia-sip already exists. Thanks!
Author: kwm Date: Mon May 13 13:25:37 2013 New Revision: 318078 URL: http://svnweb.freebsd.org/changeset/ports/318078 Log: Add telepathy-sofiasip port. SIP telepathy plugin using the SIP protocol library (net/sofia-sip) PR: ports/158061 Submitted by: Yuri <yuri@tsoft.com> Added: head/net-im/telepathy-sofiasip/ head/net-im/telepathy-sofiasip/Makefile (contents, props changed) head/net-im/telepathy-sofiasip/distinfo (contents, props changed) head/net-im/telepathy-sofiasip/pkg-descr (contents, props changed) head/net-im/telepathy-sofiasip/pkg-plist (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Mon May 13 13:22:54 2013 (r318077) +++ head/net-im/Makefile Mon May 13 13:25:37 2013 (r318078) @@ -180,6 +180,7 @@ SUBDIR += telepathy-qt SUBDIR += telepathy-qt4 SUBDIR += telepathy-salut + SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-devel SUBDIR += tkabber-plugins Added: head/net-im/telepathy-sofiasip/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telepathy-sofiasip/Makefile Mon May 13 13:25:37 2013 (r318078) @@ -0,0 +1,22 @@ +# Created by: Yuri <yuri@tsoft.com> +# $FreeBSD$ + +PORTNAME= telepathy-sofiasip +PORTVERSION= 0.4.5 +CATEGORIES= net-im +MASTER_SITES= SF/tp-sofiasip/${PORTNAME}/${PORTVERSION} + +MAINTAINER= yuri@tsoft.com +COMMENT= SIP (sofia-sip) Connection Manager for Telepathy Framework + +LIB_DEPENDS= sofia-sip-ua:${PORTSDIR}/net/sofia-sip \ + telepathy-glib:net-im/telepathy-glib \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_OPENSSL= yes +USES= pkgconfig +USE_GNOME= glib20 + +.include <bsd.port.mk> Added: head/net-im/telepathy-sofiasip/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telepathy-sofiasip/distinfo Mon May 13 13:25:37 2013 (r318078) @@ -0,0 +1,2 @@ +SHA256 (telepathy-sofiasip-0.4.5.tar.gz) = f9baca55d9c5c1ca8f70b2907ec865498081db005bab3a08c952a1e92146bb27 +SIZE (telepathy-sofiasip-0.4.5.tar.gz) = 419746 Added: head/net-im/telepathy-sofiasip/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telepathy-sofiasip/pkg-descr Mon May 13 13:25:37 2013 (r318078) @@ -0,0 +1,8 @@ +Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF +RFC3261 specification (see the feature table). It can be used as a building +block for SIP client software for uses such as VoIP, IM, and many other +real-time and person-to-person communication services. The primary target +platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack +developed at the Nokia Research Center. Sofia-SIP is licensed under the LGPL. + +WWW: http://sofia-sip.sourceforge.net/ Added: head/net-im/telepathy-sofiasip/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telepathy-sofiasip/pkg-plist Mon May 13 13:25:37 2013 (r318078) @@ -0,0 +1,5 @@ +bin/telepathy-sofiasip +share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service +share/telepathy/managers/sofiasip.manager +@dirrmtry share/telepathy/managers +@dirrmtry share/telepathy _______________________________________________ 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"