pkgsrc-WIP-changes archive

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

astguiclient-vicidial: Update TODO. Remove apache package from options.



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Thu Jul 13 10:54:36 2017 -0400
Changeset:	4f46028383296da50925edb65a1e713d5b15c24e

Modified Files:
	astguiclient-vicidial/TODO
	astguiclient-vicidial/options.mk

Log Message:
astguiclient-vicidial: Update TODO. Remove apache package from options.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f46028383296da50925edb65a1e713d5b15c24e

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

diffstat:
 astguiclient-vicidial/TODO       | 6 ++----
 astguiclient-vicidial/options.mk | 7 +------
 2 files changed, 3 insertions(+), 10 deletions(-)

diffs:
diff --git a/astguiclient-vicidial/TODO b/astguiclient-vicidial/TODO
index 8f0181199d..f95db7075f 100644
--- a/astguiclient-vicidial/TODO
+++ b/astguiclient-vicidial/TODO
@@ -1,6 +1,4 @@
-* This software is installed by the PERL script provided by upstream.
-  Meaning, after running this script, ${MAKE} deinstall will not work
-  if you have the need to deinstall the files. Thus, you'll have to
-  manually delete the files.
+* Use of {PAX} to replace install script.
+* Fill out the PLIST after install script is replaced.
 * Only tested on FreeBSD 11 x86_64.
 * Document options in mk/defaults/options.description. 
diff --git a/astguiclient-vicidial/options.mk b/astguiclient-vicidial/options.mk
index 217d94a3ad..24a3752b55 100644
--- a/astguiclient-vicidial/options.mk
+++ b/astguiclient-vicidial/options.mk
@@ -2,7 +2,7 @@
 # Options for astGUIclient VICIdial
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.vicidial
-PKG_SUPPORTED_OPTIONS=	lame sox apache sipsak screen iftop openntpd ploticus ttyload
+PKG_SUPPORTED_OPTIONS=	lame sox sipsak screen iftop openntpd ploticus ttyload
 PKG_SUGGESTED_OPTIONS=	lame sox
 
 .include "../../mk/bsd.options.mk"
@@ -15,11 +15,6 @@ PKG_SUGGESTED_OPTIONS=	lame sox
 .include "../../audio/sox/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:Mapache)
-.include "../../www/apache24/buildlink3.mk"
-DEPENDS+=	ap24-php56>=5.6:../../www/ap-php
-.endif
-
 .if !empty(PKG_OPTIONS:Msipsak)
 DEPENDS+=	sipsak>=0.9:../../net/sipsak
 .endif


Home | Main Index | Thread Index | Old Index