pkgsrc-Bugs archive

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

pkg/40158: www/typolight package has an incorrect dependency



>Number:         40158
>Category:       pkg
>Synopsis:       www/typolight package has an incorrect dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 12 15:45:00 +0000 2008
>Originator:     Mustafa Dogan
>Release:        NetBSD 4.0_STABLE
>Organization:
Ankara University
>Environment:
NetBSD  4.0_STABLE NetBSD 4.0_STABLE (GENERIC) #0: Thu Dec  4 03:06:06 EET 2008 
root@localhost:/root/OBJ/sys/arch/i386/compile/GENERIC i386
>Description:
www/typolight has an incorrect dependency and cannot be packaged. 
I think dependency graphics/gd should be replaced by graphics/php-gd.

Suggested patch is below.

--- Makefile.orig    2008-12-12 17:21:43.000000000 +0200
+++ Makefile         2008-12-12 19:38:26.000000000 +0200
@@ -10,7 +10,7 @@ MAINTAINER=   taca%NetBSD.org@localhost
 HOMEPAGE=      http://www.typolight.org/
 COMMENT=       Powerful web content management system (CMS)
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
 DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index