pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/asterisk Create pkgconfig file in correct locati...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bee1d6efbb05
branches: trunk
changeset: 538847:bee1d6efbb05
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Feb 20 10:14:19 2008 +0000
description:
Create pkgconfig file in correct location. Add it to PLIST.
Bump PKGREVISION.
diffstat:
comms/asterisk/Makefile | 4 ++--
comms/asterisk/PLIST.common | 3 ++-
comms/asterisk/distinfo | 4 ++--
comms/asterisk/patches/patch-aa | 19 ++++++++++++++-----
4 files changed, 20 insertions(+), 10 deletions(-)
diffs (93 lines):
diff -r 4e6620b46559 -r bee1d6efbb05 comms/asterisk/Makefile
--- a/comms/asterisk/Makefile Wed Feb 20 10:14:17 2008 +0000
+++ b/comms/asterisk/Makefile Wed Feb 20 10:14:19 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2008/01/18 05:06:25 tnn Exp $
+# $NetBSD: Makefile,v 1.46 2008/02/20 10:14:19 wiz Exp $
DISTNAME= asterisk-1.2.24
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= comms net audio
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
http://ftp.digium.com/pub/asterisk/old-releases/
diff -r 4e6620b46559 -r bee1d6efbb05 comms/asterisk/PLIST.common
--- a/comms/asterisk/PLIST.common Wed Feb 20 10:14:17 2008 +0000
+++ b/comms/asterisk/PLIST.common Wed Feb 20 10:14:19 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.9 2007/07/19 09:39:57 mjl Exp $
+@comment $NetBSD: PLIST.common,v 1.10 2008/02/20 10:14:19 wiz Exp $
include/asterisk/acl.h
include/asterisk/adsi.h
include/asterisk/aes.h
@@ -198,6 +198,7 @@
${ZAPTEL}lib/asterisk/modules/app_zapras.so
${ZAPTEL}lib/asterisk/modules/app_zapscan.so
${ZAPTEL}lib/asterisk/modules/chan_zap.so
+lib/pkgconfig/asterisk.pc
libdata/asterisk/agi-bin/agi-test.agi
libdata/asterisk/agi-bin/eagi-sphinx-test
libdata/asterisk/agi-bin/eagi-test
diff -r 4e6620b46559 -r bee1d6efbb05 comms/asterisk/distinfo
--- a/comms/asterisk/distinfo Wed Feb 20 10:14:17 2008 +0000
+++ b/comms/asterisk/distinfo Wed Feb 20 10:14:19 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2007/08/10 00:03:28 mjl Exp $
+$NetBSD: distinfo,v 1.32 2008/02/20 10:14:19 wiz Exp $
SHA1 (asterisk-1.2.24.tar.gz) = ba06b0ea3cec9eea0468b55d3226f8eb69ae4667
RMD160 (asterisk-1.2.24.tar.gz) = 73bdaa3bda22ff0e91b954b5a25dd2278b33ea90
Size (asterisk-1.2.24.tar.gz) = 10644451 bytes
-SHA1 (patch-aa) = e457617cb3fbec6a67971258af145cc25f0ca03e
+SHA1 (patch-aa) = 00bd8a8bb4c5ca71d8ac9e9caecb95f23602281a
SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79
SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127
SHA1 (patch-ad) = 93a40eebdd2049cce2a976e54fcc3ea6a0548ebb
diff -r 4e6620b46559 -r bee1d6efbb05 comms/asterisk/patches/patch-aa
--- a/comms/asterisk/patches/patch-aa Wed Feb 20 10:14:17 2008 +0000
+++ b/comms/asterisk/patches/patch-aa Wed Feb 20 10:14:19 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.11 2006/08/18 11:32:51 adam Exp $
+$NetBSD: patch-aa,v 1.12 2008/02/20 10:14:19 wiz Exp $
---- Makefile.orig 2006-06-29 21:23:18.000000000 +0200
+--- Makefile.orig 2007-07-16 18:33:02.000000000 +0000
+++ Makefile
@@ -47,7 +47,6 @@ ifneq ($(findstring dont-optimize,$(MAKE
#K6OPT = -DK6OPT
@@ -151,7 +151,16 @@
endif
ifeq ($(OSARCH),OpenBSD)
-@@ -642,7 +651,7 @@ bininstall: all
+@@ -551,7 +560,7 @@ clean:
+ $(MAKE) -C stdtime clean
+
+ 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
+ mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits
+ mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/silence
+ mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/priv-callerintros
+@@ -651,7 +660,7 @@ bininstall: all
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/tmp
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/meetme
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/monitor
@@ -160,7 +169,7 @@
if [ -f cygwin/asterisk.exe ]; then $(INSTALL) -m 755 cygwin/asterisk.exe $(DESTDIR)$(ASTSBINDIR)/; fi
if [ -f asterisk.dll ]; then $(INSTALL) -m 755 asterisk.dll $(DESTDIR)$(ASTSBINDIR)/; fi
$(LN) -sf asterisk $(DESTDIR)$(ASTSBINDIR)/rasterisk
-@@ -731,31 +740,31 @@ install: all datafiles bininstall instal
+@@ -740,31 +749,31 @@ install: all datafiles bininstall instal
upgrade: all bininstall
adsi:
@@ -201,7 +210,7 @@
( \
echo "[directories]" ; \
echo "astetcdir => $(ASTETCDIR)" ; \
-@@ -772,7 +781,7 @@ samples: adsi
+@@ -781,7 +790,7 @@ samples: adsi
echo ";astctlowner = root" ; \
echo ";astctlgroup = apache" ; \
echo ";astctl = asterisk.ctl" ; \
Home |
Main Index |
Thread Index |
Old Index