pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms asterisk*: Fix install on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d34a51c69a1
branches: trunk
changeset: 386797:2d34a51c69a1
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Oct 29 17:36:57 2018 +0000
description:
asterisk*: Fix install on SunOS.
diffstat:
comms/asterisk/Makefile | 7 ++++++-
comms/asterisk13/Makefile | 7 ++++++-
comms/asterisk14/Makefile | 7 ++++++-
comms/asterisk15/Makefile | 7 ++++++-
4 files changed, 24 insertions(+), 4 deletions(-)
diffs (104 lines):
diff -r 65bb7e39ec29 -r 2d34a51c69a1 comms/asterisk/Makefile
--- a/comms/asterisk/Makefile Mon Oct 29 16:18:34 2018 +0000
+++ b/comms/asterisk/Makefile Mon Oct 29 17:36:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2018/08/22 09:43:03 wiz Exp $
+# $NetBSD: Makefile,v 1.167 2018/10/29 17:36:57 jperkin Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look win ${WRKSRC}/sounds/Makefile
@@ -130,6 +130,10 @@
. endif
.endfor
+.if ${OPSYS} == "SunOS"
+PLIST.mgcp= yes
+.endif
+
.include "options.mk"
# check sounds/Makefile for current version when upgrading package
@@ -276,4 +280,5 @@
.include "../../www/curl/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 65bb7e39ec29 -r 2d34a51c69a1 comms/asterisk13/Makefile
--- a/comms/asterisk13/Makefile Mon Oct 29 16:18:34 2018 +0000
+++ b/comms/asterisk13/Makefile Mon Oct 29 17:36:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/08/22 09:43:03 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2018/10/29 17:36:57 jperkin Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -128,6 +128,10 @@
PLIST.mgcp= yes
.endif
+.if ${OPSYS} == "SunOS"
+PLIST.mgcp= yes
+.endif
+
.include "options.mk"
# check sounds/Makefile for current version when upgrading package
@@ -277,4 +281,5 @@
.include "../../www/curl/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 65bb7e39ec29 -r 2d34a51c69a1 comms/asterisk14/Makefile
--- a/comms/asterisk14/Makefile Mon Oct 29 16:18:34 2018 +0000
+++ b/comms/asterisk14/Makefile Mon Oct 29 17:36:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2018/08/22 09:43:03 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/10/29 17:36:57 jperkin Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -134,6 +134,10 @@
. endif
.endfor
+.if ${OPSYS} == "SunOS"
+PLIST.mgcp= yes
+.endif
+
PLIST_VARS+= unbound
.if exists(/usr/include/unbound.h)
PLIST.unbound= yes
@@ -289,4 +293,5 @@
.include "../../www/curl/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 65bb7e39ec29 -r 2d34a51c69a1 comms/asterisk15/Makefile
--- a/comms/asterisk15/Makefile Mon Oct 29 16:18:34 2018 +0000
+++ b/comms/asterisk15/Makefile Mon Oct 29 17:36:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:03 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/29 17:36:57 jperkin Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -133,6 +133,10 @@
. endif
.endfor
+.if ${OPSYS} == "SunOS"
+PLIST.mgcp= yes
+.endif
+
PLIST_VARS+= unbound
.if exists(/usr/include/unbound.h)
PLIST.unbound= yes
@@ -297,4 +301,5 @@
.include "../../www/curl/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index