Fix for incorrect dependency >=x.y.*
This commit is contained in:
parent
0b154f262a
commit
465db2a75f
3 changed files with 13 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/09/28 21:24:37 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2014/01/12 21:07:14 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dotproject-2.1.4
|
||||
|
@ -16,14 +16,14 @@ USE_LANGUAGES= # none
|
|||
MYSQL_VERSIONS_ACCEPTED= 51 55 50
|
||||
|
||||
# base on PHP package
|
||||
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.4.*:../../www/ap-php
|
||||
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.4.0:../../www/ap-php
|
||||
|
||||
# extensions buildable with both PHP 5.x
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-apc>=4.4.*:../../www/php-apc
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-eaccelerator>=4.4.*:../../www/php-eaccelerator
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.4.*:../../graphics/php-gd
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.4.*:../../databases/php-mysql
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-pdflib>=4.4.*:../../print/php-pdflib
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-apc>=4.4.0:../../www/php-apc
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-eaccelerator>=4.4.0:../../www/php-eaccelerator
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.4.0:../../graphics/php-gd
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.4.0:../../databases/php-mysql
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-pdflib>=4.4.0:../../print/php-pdflib
|
||||
DEPENDS+= mysql-server>=4.1:../../databases/mysql${MYSQL_VERSION_DEFAULT}-server
|
||||
|
||||
.include "../../lang/php/phpversion.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/10/06 17:55:22 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2014/01/12 21:07:14 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= carbon-0.9.10
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Backend storage application for graphite
|
|||
LICENSE= apache-2.0
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
|
||||
DEPENDS+= ${PYPKGPREFIX}-whisper>=${PKGVERSION_NOREV}*:../../wip/py-whisper
|
||||
DEPENDS+= ${PYPKGPREFIX}-whisper>=${PKGVERSION_NOREV}:../../wip/py-whisper
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.1 2007/11/10 20:15:56 airhead Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2014/01/12 21:07:14 cheusov Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.texlive
|
||||
PKG_OPTIONS_REQUIRED_GROUPS= texmf
|
||||
|
@ -9,11 +9,11 @@ PKG_SUGGESTED_OPTIONS= texmf-minimal
|
|||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mtexmf-full)
|
||||
DEPENDS+= texlive-texmf-full>=[0-9]*:../../wip/texlive-texmf-full
|
||||
DEPENDS+= texlive-texmf-full-[0-9]*:../../wip/texlive-texmf-full
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mtexmf-minimal)
|
||||
DEPENDS+= texlive-texmf-minimal>=[0-9]*:../../wip/texlive-texmf-minimal
|
||||
DEPENDS+= texlive-texmf-minimal-[0-9]*:../../wip/texlive-texmf-minimal
|
||||
.endif
|
||||
|
||||
#
|
||||
|
@ -21,5 +21,5 @@ DEPENDS+= texlive-texmf-minimal>=[0-9]*:../../wip/texlive-texmf-minimal
|
|||
# I guess this means there's no matching doc package for the minimal texmf set
|
||||
#
|
||||
.if !empty(PKG_OPTIONS:Mtexmf-doc)
|
||||
DEPENDS+= texlive-texmf-doc>=[0-9]*:../../wip/texlive-texmf-doc
|
||||
DEPENDS+= texlive-texmf-doc-[0-9]*:../../wip/texlive-texmf-doc
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue