pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct 29 17:36:57 UTC 2018

Modified Files:
        pkgsrc/comms/asterisk: Makefile
        pkgsrc/comms/asterisk13: Makefile
        pkgsrc/comms/asterisk14: Makefile
        pkgsrc/comms/asterisk15: Makefile

Log Message:
asterisk*: Fix install on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/comms/asterisk/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/comms/asterisk13/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/asterisk14/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/asterisk15/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/asterisk/Makefile
diff -u pkgsrc/comms/asterisk/Makefile:1.166 pkgsrc/comms/asterisk/Makefile:1.167
--- pkgsrc/comms/asterisk/Makefile:1.166        Wed Aug 22 09:43:03 2018
+++ pkgsrc/comms/asterisk/Makefile      Mon Oct 29 17:36:57 2018
@@ -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 @@ PLIST.mgcp=        yes
 .  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 @@ post-install:
 .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"

Index: pkgsrc/comms/asterisk13/Makefile
diff -u pkgsrc/comms/asterisk13/Makefile:1.41 pkgsrc/comms/asterisk13/Makefile:1.42
--- pkgsrc/comms/asterisk13/Makefile:1.41       Wed Aug 22 09:43:03 2018
+++ pkgsrc/comms/asterisk13/Makefile    Mon Oct 29 17:36:57 2018
@@ -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 @@ NOSIGPIPE!=        ${GREP} SO_NOSIGPIPE /usr/in
 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 @@ post-install:
 .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"

Index: pkgsrc/comms/asterisk14/Makefile
diff -u pkgsrc/comms/asterisk14/Makefile:1.25 pkgsrc/comms/asterisk14/Makefile:1.26
--- pkgsrc/comms/asterisk14/Makefile:1.25       Wed Aug 22 09:43:03 2018
+++ pkgsrc/comms/asterisk14/Makefile    Mon Oct 29 17:36:57 2018
@@ -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 @@ PLIST.mgcp=        yes
 .  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 @@ post-install:
 .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"

Index: pkgsrc/comms/asterisk15/Makefile
diff -u pkgsrc/comms/asterisk15/Makefile:1.4 pkgsrc/comms/asterisk15/Makefile:1.5
--- pkgsrc/comms/asterisk15/Makefile:1.4        Wed Aug 22 09:43:03 2018
+++ pkgsrc/comms/asterisk15/Makefile    Mon Oct 29 17:36:57 2018
@@ -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 @@ PLIST.mgcp=        yes
 .  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 @@ post-install:
 .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