pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ptlib Fix portability issues (== instead of =)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4bda6ef6238
branches:  trunk
changeset: 547137:d4bda6ef6238
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Fri Sep 12 20:46:29 2008 +0000

description:
Fix portability issues (== instead of =)

diffstat:

 devel/ptlib/distinfo                |   3 ++-
 devel/ptlib/patches/patch-configure |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r f49e92c8080f -r d4bda6ef6238 devel/ptlib/distinfo
--- a/devel/ptlib/distinfo      Fri Sep 12 20:36:19 2008 +0000
+++ b/devel/ptlib/distinfo      Fri Sep 12 20:46:29 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/12 13:18:26 jmcneill Exp $
+$NetBSD: distinfo,v 1.2 2008/09/12 20:46:29 sborrill Exp $
 
 SHA1 (ptlib-snapshot-20080907.tar.gz) = 60f398886de64efba3d85054bab2e63342265e0e
 RMD160 (ptlib-snapshot-20080907.tar.gz) = eac6fde099180239d497c3736fdd169b06efd4dd
@@ -15,3 +15,4 @@
 SHA1 (patch-ba) = 056a69dc2358eab34a3e5913a535cf02ce832974
 SHA1 (patch-bb) = 14d6237ffb5003e0e8fde4ad71f0062f2e546720
 SHA1 (patch-bc) = 503faaf484d310d2bed51b211182245eb9542a83
+SHA1 (patch-configure) = 77b513242cf0834d3d3d6fca744404a4c1206d78
diff -r f49e92c8080f -r d4bda6ef6238 devel/ptlib/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ptlib/patches/patch-configure       Fri Sep 12 20:46:29 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-configure,v 1.1 2008/09/12 20:46:29 sborrill Exp $
+--- configure.orig     2008-09-12 21:43:29.000000000 +0100
++++ configure  2008-09-12 21:44:03.000000000 +0100
+@@ -7154,7 +7154,7 @@
+   fi
+ fi
+ 
+-if test "${P_HAS_SEMAPHORES}x" == "x" ; then
++if test "${P_HAS_SEMAPHORES}x" = "x" ; then
+ 
+   cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */



Home | Main Index | Thread Index | Old Index