pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/asterisk Rework patch-aa so that machines with d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b37c352e266
branches:  trunk
changeset: 492483:0b37c352e266
user:      riz <riz%pkgsrc.org@localhost>
date:      Wed Apr 13 19:23:56 2005 +0000

description:
Rework patch-aa so that machines with different MACHINE and MACHINE_ARCH
stand a chance of working.  Fixes build on NetBSD/amd64 - have not
tested functionality.  Approved by jmcneill.

diffstat:

 comms/asterisk/distinfo         |   4 ++--
 comms/asterisk/patches/patch-aa |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r be0c372d1996 -r 0b37c352e266 comms/asterisk/distinfo
--- a/comms/asterisk/distinfo   Wed Apr 13 19:22:17 2005 +0000
+++ b/comms/asterisk/distinfo   Wed Apr 13 19:23:56 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/04/08 03:10:52 riz Exp $
+$NetBSD: distinfo,v 1.2 2005/04/13 19:23:56 riz Exp $
 
 SHA1 (asterisk-1.0.7.tar.gz) = 7e91d6771901c34f6bbd8e0bbc3ca15173654c87
 RMD160 (asterisk-1.0.7.tar.gz) = bb738f0e3d100314fa7497c9ee81f8a022e536bb
 Size (asterisk-1.0.7.tar.gz) = 9591705 bytes
-SHA1 (patch-aa) = 98e7f9775381c2786b9ee50dff1cdc70a4cd2c0d
+SHA1 (patch-aa) = 69800b21948b85386ea99fc2b421584d386d11fb
 SHA1 (patch-ab) = 435a76cd7bad98b0809fa47b5b79530767027aa9
 SHA1 (patch-ac) = e6aad8435be3c616112afec59b968c29721d98e3
 SHA1 (patch-ad) = c19da2acb25c8fe68882d222d4f5dcb1be75cf63
diff -r be0c372d1996 -r 0b37c352e266 comms/asterisk/patches/patch-aa
--- a/comms/asterisk/patches/patch-aa   Wed Apr 13 19:22:17 2005 +0000
+++ b/comms/asterisk/patches/patch-aa   Wed Apr 13 19:23:56 2005 +0000
@@ -1,6 +1,15 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/04/08 03:10:52 riz Exp $
---- Makefile.orig      2005-03-10 00:15:05.000000000 -0800
-+++ Makefile   2005-03-30 13:22:17.000000000 -0800
+$NetBSD: patch-aa,v 1.2 2005/04/13 19:23:56 riz Exp $
+--- Makefile.orig      2005-03-10 09:15:05.000000000 +0100
++++ Makefile   2005-04-13 19:32:56.000000000 +0200
+@@ -42,7 +42,7 @@
+ endif
+ 
+ ifeq ($(findstring BSD,${OSARCH}),BSD)
+-PROC=$(shell uname -m)
++PROC=$(shell uname -p)
+ endif
+ 
+ # Pentium Pro Optimize
 @@ -122,6 +122,7 @@
  ASTSBINDIR=$(INSTALL_PREFIX)/usr/sbin
  ASTVARRUNDIR=$(INSTALL_PREFIX)/var/run



Home | Main Index | Thread Index | Old Index