FreeBSD Bugzilla – Attachment 71380 Details for
Bug 103993
[patch]Update net/kiax to 0.8.51
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.13 KB, created by
Eric Kjeldergaard
on 2006-10-04 23:20:24 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eric Kjeldergaard
Created:
2006-10-04 23:20:24 UTC
Size:
2.13 KB
patch
obsolete
>diff -ruN kiax.org/Makefile kiax/Makefile >--- kiax.org/Makefile Mon Aug 14 01:34:13 2006 >+++ kiax/Makefile Mon Aug 14 01:35:13 2006 >@@ -6,17 +6,17 @@ > # > > PORTNAME= kiax >-PORTVERSION= 0.8.5 >+PORTVERSION= 0.8.51 > CATEGORIES= net > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >-DISTNAME= kiax-0.8.5-src >+DISTNAME= kiax-${PORTVERSION}-src > > MAINTAINER= kjelderg@gmail.com > COMMENT= An Asterisk (IAX) client written in QT for KDE > > BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake \ >- lrelease:${PORTSDIR}/x11-toolkits/qt33 >+ lrelease:${PORTSDIR}/x11-toolkits/qt33 > > USE_GMAKE= yes > GNU_CONFIGURE= yes >diff -ruN kiax.org/distinfo kiax/distinfo >--- kiax.org/distinfo Mon Aug 14 01:34:13 2006 >+++ kiax/distinfo Mon Aug 14 01:35:25 2006 >@@ -1,3 +1,3 @@ >-SIZE (kiax-0.8.5-src.tar.gz) = 1479222 >-MD5 (kiax-0.8.5-src.tar.gz) = 6bc7a9a94be7a3e998113311ce4e5847 >-SHA256 (kiax-0.8.5-src.tar.gz) = b24177ecd352517a5e5a4d193944be2344a103130311ac0197c556802560521f >+MD5 (kiax-0.8.51-src.tar.gz) = cc39dab9cb55afbe9722a6f4ad2bb5f0 >+SHA256 (kiax-0.8.51-src.tar.gz) = 63babcf21cc69d88b78e1769594c69eb06bfb2866a4c7b3a7ba367c8b68632f8 >+SIZE (kiax-0.8.51-src.tar.gz) = 1493268 >diff -ruN kiax.org/files/patch-lib_libiax2_src_iax.c kiax/files/patch-lib_libiax2_src_iax.c >--- kiax.org/files/patch-lib_libiax2_src_iax.c Mon Aug 14 01:34:13 2006 >+++ kiax/files/patch-lib_libiax2_src_iax.c Wed Dec 31 19:00:00 1969 >@@ -1,27 +0,0 @@ >---- lib/libiax2/src/iax.c.orig Thu May 25 18:42:18 2006 >-+++ lib/libiax2/src/iax.c Thu May 25 18:44:26 2006 >-@@ -59,14 +59,12 @@ void gettimeofday(struct timeval *tv, vo >- #include <arpa/inet.h> >- #include <time.h> >- >--#ifndef MACOSX >-+#if !defined(MACOSX) && !defined(__FreeBSD__) >- #include <malloc.h> >- #ifndef SOLARIS >--#if !defined(__NetBSD__) && !defined(__FreeBSD__) >- #include <error.h> >- #endif >- #endif >--#endif >- >- #endif >- >-@@ -97,7 +95,7 @@ void gettimeofday(struct timeval *tv, vo >- #ifdef SOLARIS >- #define IAX_SOCKOPTS MSG_DONTWAIT >- #else >--#ifdef __NetBSD__ >-+#if defined(__NetBSD__) || defined(__FreeBSD__) >- #define IAX_SOCKOPTS MSG_DONTWAIT >- #else /* Linux and others */ >- #define IAX_SOCKOPTS MSG_DONTWAIT | MSG_NOSIGNAL
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 103993
: 71380