Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532922 - www-misc/zoneminder-1.28.0 should depend on dev-lang/php[apache2,cgi,curl,inifile,pdo,mysql,mysqli,sockets] www-servers/apache
Summary: www-misc/zoneminder-1.28.0 should depend on dev-lang/php[apache2,cgi,curl,ini...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-12-18 11:43 UTC by John Pierce
Modified: 2014-12-21 21:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
zoneminder-1.28.0-r1.ebuild (zoneminder-1.28.0-r1.ebuild,3.84 KB, text/plain)
2014-12-18 11:43 UTC, John Pierce
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Pierce 2014-12-18 11:43:33 UTC
Created attachment 391916 [details]
zoneminder-1.28.0-r1.ebuild

Updated dependicies to include apache and php. 
Added required use flags for PHP.

Completely revamped ZoneMinder wiki page:
https://wiki.gentoo.org/wiki/ZoneMinder
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-18 11:45:59 UTC
--- zoneminder-1.28.0.ebuild
+++ zoneminder-1.28.0.ebuild
@@ -37,7 +37,9 @@
 "

 DEPEND="
+       app-admin/eselect-php[apache2]
        dev-lang/perl:=
+       dev-lang/php[apache2,cgi,curl,inifile,pdo,mysql,mysqli,sockets]
        dev-libs/libpcre
        dev-perl/Archive-Zip
        dev-perl/DateManip
@@ -54,6 +56,7 @@
        virtual/perl-Getopt-Long
        virtual/perl-Sys-Syslog
        virtual/perl-Time-HiRes
+       www-servers/apache
        curl? ( net-misc/curl )
        gcrypt? ( dev-libs/libgcrypt )
        gnutls? ( net-libs/gnutls )
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2014-12-21 21:51:51 UTC
Thanks, added