From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 11 12:30:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4030916A41F for ; Wed, 11 Jan 2006 12:30:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD5643D48 for ; Wed, 11 Jan 2006 12:30:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BCUdRu012040 for ; Wed, 11 Jan 2006 12:30:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BCUd0i012039; Wed, 11 Jan 2006 12:30:39 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jan 2006 12:30:39 GMT Resent-Message-Id: <200601111230.k0BCUd0i012039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C74A16A41F for ; Wed, 11 Jan 2006 12:28:39 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: from royalway.propagation.net (royalway.propagation.net [66.221.228.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D645F43D48 for ; Wed, 11 Jan 2006 12:28:38 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: from localhost (localhost [127.0.0.1]) by royalway.propagation.net (Postfix) with ESMTP id 154215641D for ; Wed, 11 Jan 2006 06:28:38 -0600 (CST) Received: from royalway.propagation.net ([127.0.0.1]) by localhost (royalway.propagation.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87950-08 for ; Wed, 11 Jan 2006 06:28:29 -0600 (CST) Received: from home.farrokhi.net (unknown [84.241.17.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by royalway.propagation.net (Postfix) with ESMTP id 8010D5641C for ; Wed, 11 Jan 2006 06:28:22 -0600 (CST) Message-Id: <1136982497.84645@home.farrokhi.net> Date: Wed, 11 Jan 2006 15:58:17 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/91661: new port net/sofia-sip X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 12:30:47 -0000 >Number: 91661 >Category: ports >Synopsis: new port net/sofia-sip >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: Wed Jan 11 12:30:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD 6.0-STABLE #2: Sun Jan 8 23:42:33 IRST 2006 root@home.farrokhi.net:/usr/obj/usr/src/sys/HOME >Description: Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. 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. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. >How-To-Repeat: >Fix: --- sofia-sip.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sofia-sip # sofia-sip/Makefile # sofia-sip/distinfo # sofia-sip/pkg-descr # sofia-sip/files # sofia-sip/files/patch-configure # sofia-sip/files/patch-su_wait.h # sofia-sip/files/patch-su_memmem.c # sofia-sip/files/patch-Makefile.am # sofia-sip/files/patch-Makefile.in # sofia-sip/pkg-plist # echo c - sofia-sip mkdir -p sofia-sip > /dev/null 2>&1 echo x - sofia-sip/Makefile sed 's/^X//' >sofia-sip/Makefile << 'END-of-sofia-sip/Makefile' X# New ports collection makefile for: sofia-sip X# Date created: 2006-01-11 X# Whom: Babak Farrokhi X# X# $FreeBSD$ X# X XPORTNAME= sofia-sip XPORTVERSION= 1.11.4 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= sofia-sip X XMAINTAINER= babak@farrokhi.net XCOMMENT= Open-source SIP User-Agent library X XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XUSE_AUTOTOOLS= libtool:15 XUSE_OPENSSL= yes XINSTALLS_SHLIB= yes XUSE_GNOME= glib20 X X.include END-of-sofia-sip/Makefile echo x - sofia-sip/distinfo sed 's/^X//' >sofia-sip/distinfo << 'END-of-sofia-sip/distinfo' XMD5 (sofia-sip-1.11.4.tar.gz) = 66755b8a719eabcf7e52d9e1e5b7a03f XSHA256 (sofia-sip-1.11.4.tar.gz) = 6601058f4a8b0038cf9a20b910c595c378bbd3f18a87d6d72aa897268f24a2d3 XSIZE (sofia-sip-1.11.4.tar.gz) = 2218896 END-of-sofia-sip/distinfo echo x - sofia-sip/pkg-descr sed 's/^X//' >sofia-sip/pkg-descr << 'END-of-sofia-sip/pkg-descr' XSofia-SIP is an open-source SIP User-Agent library, compliant Xwith the IETF RFC3261 specification. It can be used as a building Xblock for SIP client software for uses such as VoIP, IM, and many Xother real-time and person-to-person communication services. XSofia-SIP is based on a SIP stack developed at the Nokia Research Center. X XWWW: http://sofia-sip.sourceforge.net/ END-of-sofia-sip/pkg-descr echo c - sofia-sip/files mkdir -p sofia-sip/files > /dev/null 2>&1 echo x - sofia-sip/files/patch-configure sed 's/^X//' >sofia-sip/files/patch-configure << 'END-of-sofia-sip/files/patch-configure' X--- configure.orig Mon Nov 14 15:21:33 2005 X+++ configure Wed Jan 11 00:41:03 2006 X@@ -21645,7 +21645,7 @@ X case $ac_cv_sin6 in X yes) X cat >>confdefs.h <<\_AXEOF X-#define SU_HAVE_IN6 1 X+#define SU_HAVE_IN6 0 X _AXEOF X ;; X no) ;; END-of-sofia-sip/files/patch-configure echo x - sofia-sip/files/patch-su_wait.h sed 's/^X//' >sofia-sip/files/patch-su_wait.h << 'END-of-sofia-sip/files/patch-su_wait.h' X--- libsofia-sip-ua/su/su_wait.h.orig Mon Nov 14 11:23:37 2005 X+++ libsofia-sip-ua/su/su_wait.h Wed Jan 11 00:43:37 2006 X@@ -44,7 +44,6 @@ X #include "su_time.h" X #endif X #if SU_HAVE_POLL X-#include /* stream operations */ X #include /* poll is part of streams */ X #endif X END-of-sofia-sip/files/patch-su_wait.h echo x - sofia-sip/files/patch-su_memmem.c sed 's/^X//' >sofia-sip/files/patch-su_memmem.c << 'END-of-sofia-sip/files/patch-su_memmem.c' X--- libsofia-sip-ua/su/su_memmem.c.orig Tue Nov 1 17:21:23 2005 X+++ libsofia-sip-ua/su/su_memmem.c Wed Jan 11 00:48:02 2006 X@@ -38,7 +38,7 @@ X #include X #include X #include X-#include X+#include X X #include X END-of-sofia-sip/files/patch-su_memmem.c echo x - sofia-sip/files/patch-Makefile.am sed 's/^X//' >sofia-sip/files/patch-Makefile.am << 'END-of-sofia-sip/files/patch-Makefile.am' X--- packages/Makefile.am.orig Wed Jan 11 15:11:55 2006 X+++ packages/Makefile.am Wed Jan 11 15:12:35 2006 X@@ -1,5 +1,5 @@ X # Install pkg-config file X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(prefix)/libdata/pkgconfig X pkgconfig_DATA = sofia-sip-ua.pc X X EXTRA_DIST = sofia-sip.spec sofia-sip.spec.in sofia-sip-ua.pc.in END-of-sofia-sip/files/patch-Makefile.am echo x - sofia-sip/files/patch-Makefile.in sed 's/^X//' >sofia-sip/files/patch-Makefile.in << 'END-of-sofia-sip/files/patch-Makefile.in' X--- packages/Makefile.in.orig Wed Jan 11 15:35:20 2006 X+++ packages/Makefile.in Wed Jan 11 15:35:46 2006 X@@ -190,7 +190,7 @@ X target_vendor = @target_vendor@ X X # Install pkg-config file X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(prefix)/libdata/pkgconfig X pkgconfig_DATA = sofia-sip-ua.pc X EXTRA_DIST = sofia-sip.spec sofia-sip.spec.in sofia-sip-ua.pc.in X all: all-am END-of-sofia-sip/files/patch-Makefile.in echo x - sofia-sip/pkg-plist sed 's/^X//' >sofia-sip/pkg-plist << 'END-of-sofia-sip/pkg-plist' Xbin/addrinfo Xbin/localinfo Xbin/nua_cli Xbin/sip-date Xbin/sip-options Xinclude/apps_utils.h Xinclude/auth_client.h Xinclude/auth_digest.h Xinclude/auth_dll.h Xinclude/auth_module.h Xinclude/auth_plugin.h Xinclude/base64.h Xinclude/bnf.h Xinclude/htable.h Xinclude/htable2.h Xinclude/http.h Xinclude/http_dll.h Xinclude/http_hclasses.h Xinclude/http_header.h Xinclude/http_parser.h Xinclude/http_protos.h Xinclude/http_status.h Xinclude/http_tag.h Xinclude/http_tag_class.h Xinclude/msg.h Xinclude/msg_addr.h Xinclude/msg_auth.h Xinclude/msg_bnf.h Xinclude/msg_buffer.h Xinclude/msg_date.h Xinclude/msg_dll.h Xinclude/msg_header.h Xinclude/msg_mclass.h Xinclude/msg_mclass_hash.h Xinclude/msg_mime.h Xinclude/msg_mime_protos.h Xinclude/msg_parser.h Xinclude/msg_protos.h Xinclude/msg_tag_class.h Xinclude/msg_types.h Xinclude/nea.h Xinclude/nea_debug.h Xinclude/nta.h Xinclude/nta_dll.h Xinclude/nta_stateless.h Xinclude/nta_tag.h Xinclude/nta_tport.h Xinclude/nth.h Xinclude/nth_tag.h Xinclude/nua.h Xinclude/nua_tag.h Xinclude/rbtree.h Xinclude/rc4.h Xinclude/sdp.h Xinclude/sdp_tag.h Xinclude/sha1.h Xinclude/sip.h Xinclude/sip_dll.h Xinclude/sip_extensions.h Xinclude/sip_hclasses.h Xinclude/sip_hclasses.h.in Xinclude/sip_header.h Xinclude/sip_parser.h Xinclude/sip_protos.h Xinclude/sip_protos.h.in Xinclude/sip_rfc2543.h Xinclude/sip_status.h Xinclude/sip_tag.h Xinclude/sip_tag.h.in Xinclude/sip_tag_class.h Xinclude/sip_util.h Xinclude/sl_utils.h Xinclude/soa.h Xinclude/soa_add.h Xinclude/soa_session.h Xinclude/soa_tag.h Xinclude/sofia_sip_features.h Xinclude/sresolv.h Xinclude/string0.h Xinclude/stun.h Xinclude/stun_common.h Xinclude/stun_tag.h Xinclude/su.h Xinclude/su_alloc.h Xinclude/su_alloc_stat.h Xinclude/su_config.h Xinclude/su_configure.h Xinclude/su_debug.h Xinclude/su_localinfo.h Xinclude/su_log.h Xinclude/su_md5.h Xinclude/su_memmem.h Xinclude/su_module_debug.h Xinclude/su_source.h Xinclude/su_strlst.h Xinclude/su_tag.h Xinclude/su_tag_class.h Xinclude/su_tag_inline.h Xinclude/su_tag_io.h Xinclude/su_tagarg.h Xinclude/su_time.h Xinclude/su_types.h Xinclude/su_uniqueid.h Xinclude/su_vector.h Xinclude/su_wait.h Xinclude/token64.h Xinclude/tport.h Xinclude/tport_tag.h Xinclude/tstdef.h Xinclude/uniqueid.h Xinclude/url.h Xinclude/url_dll.h Xinclude/url_tag.h Xinclude/url_tag_class.h Xinclude/utf8.h Xlib/libsofia-sip-ua.a Xlib/libsofia-sip-ua.so Xlib/libsofia-sip-ua.so.0 Xlibdata/pkgconfig/sofia-sip-ua.pc Xlibexec/sofia/msg_parser.awk Xlibexec/sofia/tag_dll.awk Xshare/aclocal/sac-general.m4 Xshare/aclocal/sac-su.m4 Xshare/aclocal/sac-su2.m4 X@dirrm libexec/sofia END-of-sofia-sip/pkg-plist exit --- sofia-sip.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: