pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/asterisk Another try at fixing installation of t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c98f663dc63
branches:  trunk
changeset: 541667:0c98f663dc63
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 24 09:04:55 2008 +0000

description:
Another try at fixing installation of the pkgconfig file under pbulk.

diffstat:

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

diffs (36 lines):

diff -r 6afe74b6819d -r 0c98f663dc63 comms/asterisk/distinfo
--- a/comms/asterisk/distinfo   Thu Apr 24 08:31:04 2008 +0000
+++ b/comms/asterisk/distinfo   Thu Apr 24 09:04:55 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2008/03/19 10:32:02 mjl Exp $
+$NetBSD: distinfo,v 1.34 2008/04/24 09:04:55 wiz Exp $
 
 SHA1 (asterisk-1.2.27.tar.gz) = e20659e4d637d740fd45e18d363189ffff431bf4
 RMD160 (asterisk-1.2.27.tar.gz) = 5a6fedd420ee36c8f7d174352c3f09db9bc34a42
 Size (asterisk-1.2.27.tar.gz) = 10645295 bytes
-SHA1 (patch-aa) = 00bd8a8bb4c5ca71d8ac9e9caecb95f23602281a
+SHA1 (patch-aa) = 0070d874445d5bad7eb5a4cbd023a8f698e1f938
 SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79
 SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127
 SHA1 (patch-ad) = 93a40eebdd2049cce2a976e54fcc3ea6a0548ebb
diff -r 6afe74b6819d -r 0c98f663dc63 comms/asterisk/patches/patch-aa
--- a/comms/asterisk/patches/patch-aa   Thu Apr 24 08:31:04 2008 +0000
+++ b/comms/asterisk/patches/patch-aa   Thu Apr 24 09:04:55 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.12 2008/02/20 10:14:19 wiz Exp $
+$NetBSD: patch-aa,v 1.13 2008/04/24 09:04:56 wiz Exp $
 
---- Makefile.orig      2007-07-16 18:33:02.000000000 +0000
+--- Makefile.orig      2007-07-16 20:33:02.000000000 +0200
 +++ Makefile
 @@ -47,7 +47,6 @@ ifneq ($(findstring dont-optimize,$(MAKE
  #K6OPT  = -DK6OPT
@@ -156,7 +156,7 @@
  
  datafiles: all
 -      if [ x`$(ID) -un` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
-+      if [ x`$(ID) -un` = xroot ]; then sh mkpkgconfig $(DESTDIR)${PREFIX}/lib/pkgconfig; fi
++      sh mkpkgconfig $(DESTDIR)${PREFIX}/lib/pkgconfig
        mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits
        mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/silence
        mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/priv-callerintros



Home | Main Index | Thread Index | Old Index