Mon Dec 8 13:49:45 2008 UTC ()
mention that this package does not work with httpd


(jnemeth)
diff -r1.1.1.1 -r1.2 pkgsrc/comms/op_panel/MESSAGE
diff -r1.1.1.1 -r1.2 pkgsrc/comms/op_panel/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/comms/op_panel/MESSAGE (expand / switch to unified diff)

--- pkgsrc/comms/op_panel/MESSAGE 2008/12/08 04:53:28 1.1.1.1
+++ pkgsrc/comms/op_panel/MESSAGE 2008/12/08 13:49:45 1.2
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.1.1.1 2008/12/08 04:53:28 jnemeth Exp $ 2$NetBSD: MESSAGE,v 1.2 2008/12/08 13:49:45 jnemeth Exp $
3 3
4You will need to make Flash Operator Panel accessible through your 4You will need to make Flash Operator Panel accessible through your
5HTTP server. If you are running Apache, then you may either symlink 5HTTP server. If you are running Apache, then you may either symlink
6 6
7 ${SMDIR} 7 ${SMDIR}
8 8
9into DocumentRoot, or add the following line to httpd.conf: 9into DocumentRoot, or add the following line to httpd.conf:
10 10
11 Include ${PKG_SYSCONFDIR}/${FOP}.conf 11 Include ${PKG_SYSCONFDIR}/${FOP}.conf
12 12
 13Note that Flash Operator Panel won't work with NetBSD 5.0's httpd.
 14
13Please see the instructions at http://www.asternic.org/documentation.html 15Please see the instructions at http://www.asternic.org/documentation.html
14for instructions on how to setup the Flash Operator Panel. 16for instructions on how to setup the Flash Operator Panel.
15 17
16=========================================================================== 18===========================================================================

cvs diff -r1.1.1.1 -r1.2 pkgsrc/comms/op_panel/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/op_panel/Makefile 2008/12/08 04:53:28 1.1.1.1
+++ pkgsrc/comms/op_panel/Makefile 2008/12/08 13:49:45 1.2
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.1.1.1 2008/12/08 04:53:28 jnemeth Exp $ 1# $NetBSD: Makefile,v 1.2 2008/12/08 13:49:45 jnemeth Exp $
2# 2#
3 3
4DISTNAME= op_panel-0.29 4DISTNAME= op_panel-0.29
 5PKGREVISION= 1
5CATEGORIES= comms 6CATEGORIES= comms
6MASTER_SITES= http://www.asternic.org/files/ 7MASTER_SITES= http://www.asternic.org/files/
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.asternic.org/ 10HOMEPAGE= http://www.asternic.org/
10COMMENT= Flash Operator Panel for Asterisk 11COMMENT= Flash Operator Panel for Asterisk
11#LICENSE= gnu-gpl-v2 12#LICENSE= gnu-gpl-v2
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15FOP= op_panel 16FOP= op_panel
16MESSAGE_SUBST+= FOP=${FOP} 17MESSAGE_SUBST+= FOP=${FOP}
17 18