diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-04-13 11:15:38 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-04-13 11:15:38 +0000 |
commit | bb86148719e659e7ef67c2af59a917a523343b20 (patch) | |
tree | 2efe65cef5197376930e859051ccd78f2e46a72a /www/phraseanet | |
parent | 326ffc9021af43f89508e0fb88560dbc2b70f035 (diff) | |
download | pkgsrc-bb86148719e659e7ef67c2af59a917a523343b20.tar.gz |
Pullup ticket #5243 (second part) - requested by sevan
(various packages): build fix
Revisions pulled up:
- benchmarks/phoronix-test-suite/Makefile 1.8
- finance/magento/Makefile 1.9
- mail/roundcube/Makefile 1.87
- meta-pkgs/php56-extensions/Makefile 1.7
- meta-pkgs/php70-extensions/Makefile 1.2
- meta-pkgs/php71-extensions/Makefile 1.2
- mk/defaults/options.description 1.526
- net/php-baikal/Makefile 1.10
- textproc/php-xsl/MESSAGE deleted
- textproc/php-xsl/Makefile 1.10
- www/contao35/Makefile 1.28
- www/contao43/Makefile 1.10
- www/drupal7/Makefile 1.44
- www/drupal7/options.mk 1.4
- www/fengoffice/Makefile 1.38
- www/horde/Makefile 1.81
- www/mediawiki/Makefile 1.63
- www/moodle/Makefile 1.55
- www/php-concrete5/MESSAGE 1.8
- www/php-concrete5/Makefile 1.16
- www/php-nextcloud/MESSAGE 1.2
- www/php-nextcloud/Makefile 1.4
- www/php-owncloud/MESSAGE 1.20
- www/php-owncloud/Makefile 1.63
- www/php-tt-rss/MESSAGE 1.6
- www/php-tt-rss/Makefile 1.11
- www/phraseanet/MESSAGE 1.4
- www/phraseanet/Makefile 1.20
---
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Apr 5 12:33:49 UTC 2017
Modified Files:
pkgsrc/benchmarks/phoronix-test-suite: Makefile
pkgsrc/finance/magento: Makefile
pkgsrc/mail/roundcube: Makefile
pkgsrc/meta-pkgs/php56-extensions: Makefile
pkgsrc/meta-pkgs/php70-extensions: Makefile
pkgsrc/meta-pkgs/php71-extensions: Makefile
pkgsrc/mk/defaults: options.description
pkgsrc/net/php-baikal: Makefile
pkgsrc/textproc/php-xsl: Makefile
pkgsrc/www/contao35: Makefile
pkgsrc/www/contao43: Makefile
pkgsrc/www/drupal7: Makefile options.mk
pkgsrc/www/fengoffice: Makefile
pkgsrc/www/horde: Makefile
pkgsrc/www/mediawiki: Makefile
pkgsrc/www/moodle: Makefile
pkgsrc/www/php-concrete5: MESSAGE Makefile
pkgsrc/www/php-nextcloud: MESSAGE Makefile
pkgsrc/www/php-owncloud: MESSAGE Makefile
pkgsrc/www/php-tt-rss: MESSAGE Makefile
pkgsrc/www/phraseanet: MESSAGE Makefile
Removed Files:
pkgsrc/textproc/php-xsl: MESSAGE
Log Message:
Remove traces of textproc/php-dom which is not needed anymore, now that
dom is built into PHP. Bump resp. PKGREVISION.
Diffstat (limited to 'www/phraseanet')
-rw-r--r-- | www/phraseanet/MESSAGE | 3 | ||||
-rw-r--r-- | www/phraseanet/Makefile | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/phraseanet/MESSAGE b/www/phraseanet/MESSAGE index 22732d355a8..57e0fc21a73 100644 --- a/www/phraseanet/MESSAGE +++ b/www/phraseanet/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2014/01/02 15:44:10 jperkin Exp $ +$NetBSD: MESSAGE,v 1.3.26.1 2017/04/13 11:15:40 bsiegert Exp $ You will need to make Phraseanet accessible through your HTTP server. If you are running Apache then you may add the following lines to httpd.conf: @@ -15,7 +15,6 @@ You will also need to enable the following modules in ${PKG_SYSCONFDIR}/php.ini extension=phrasea2.so extension=mbstring.so extension=gettext.so - extension=dom.so extension=exif.so extension=fileinfo.so extension=ftp.so diff --git a/www/phraseanet/Makefile b/www/phraseanet/Makefile index fd70e89a89b..02ed84e2420 100644 --- a/www/phraseanet/Makefile +++ b/www/phraseanet/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2017/03/12 07:20:52 maya Exp $ +# $NetBSD: Makefile,v 1.19.2.1 2017/04/13 11:15:40 bsiegert Exp $ # .include "../../www/phraseanet/Makefile.common" PKGNAME= phraseanet-${VERS} -PKGREVISION= 6 +PKGREVISION= 7 USE_TOOLS+= pax @@ -17,7 +17,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-apc-[0-9]*:../../www/php-apc .endif DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring DEPENDS+= ${PHP_PKG_PREFIX}-gettext-[0-9]*:../../devel/php-gettext -DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom DEPENDS+= ${PHP_PKG_PREFIX}-exif-[0-9]*:../../graphics/php-exif DEPENDS+= ${PHP_PKG_PREFIX}-ftp-[0-9]*:../../net/php-ftp DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl |