tag 637944 pending thanks Hi,
I've uploaded a 10-day NMU for bugs #637944 and #634502. debdiff is attached. -- Robert Millan
diff -Nru ptlib-2.6.7/debian/changelog ptlib-2.6.7/debian/changelog --- ptlib-2.6.7/debian/changelog 2011-07-02 08:52:32.000000000 +0200 +++ ptlib-2.6.7/debian/changelog 2011-10-22 17:30:09.000000000 +0200 @@ -1,3 +1,12 @@ +ptlib (2.6.7-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix for missing RTF_WASCLONED macro on GNU/kFreeBSD. (Closes: #637944) + * Replace hard-coded non-Linux architectures with "linux-any". + (Closes: #634502) + + -- Robert Millan <[email protected]> Sat, 22 Oct 2011 17:28:09 +0200 + ptlib (2.6.7-2) unstable; urgency=low * Add source/format '3.0 (quilt)' diff -Nru ptlib-2.6.7/debian/control ptlib-2.6.7/debian/control --- ptlib-2.6.7/debian/control 2011-07-02 08:52:54.000000000 +0200 +++ ptlib-2.6.7/debian/control 2011-10-22 17:29:12.000000000 +0200 @@ -6,8 +6,8 @@ Build-Depends: debhelper (>= 7.0.50~), autotools-dev, doxygen, pkg-config, bison, flex, unixodbc-dev, libssl-dev, libldap2-dev, libsasl2-dev, libkrb5-dev, libexpat1-dev, libsdl1.2-dev, libdv4-dev, - libv4l-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], - libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] + libv4l-dev [linux-any], + libasound2-dev [linux-any] Build-Conflicts: libpt-dev Standards-Version: 3.8.4 Homepage: http://www.opalvoip.org/ diff -Nru ptlib-2.6.7/debian/patches/kfreebsd ptlib-2.6.7/debian/patches/kfreebsd --- ptlib-2.6.7/debian/patches/kfreebsd 1970-01-01 01:00:00.000000000 +0100 +++ ptlib-2.6.7/debian/patches/kfreebsd 2011-10-22 17:31:20.000000000 +0200 @@ -0,0 +1,13 @@ +--- a/src/ptlib/unix/socket.cxx ++++ b/src/ptlib/unix/socket.cxx +@@ -1167,6 +1167,10 @@ + #if defined(P_NETBSD) || defined(P_QNX) + && (~rtm->rtm_flags&RTF_CLONED) // Net BSD has flag one way + #elif !defined(P_OPENBSD) ++#ifndef RTF_WASCLONED ++/* This macro was removed with FreeBSD 8.0 (arp-v2 rewrite). */ ++#define RTF_WASCLONED 0x20000 ++#endif + && (~rtm->rtm_flags&RTF_WASCLONED) // Free BSD/MAC has it another + #else + // Open BSD does not have it at all! diff -Nru ptlib-2.6.7/debian/patches/series ptlib-2.6.7/debian/patches/series --- ptlib-2.6.7/debian/patches/series 2011-07-02 07:48:14.000000000 +0200 +++ ptlib-2.6.7/debian/patches/series 2011-10-22 17:25:49.000000000 +0200 @@ -1 +1,2 @@ sslv2-obsolete +kfreebsd

