Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2001 06:09:21 -0700 (PDT)
From:      mohacsi@ik.bme.hu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26732: phpnuke port is out dated and misses some runtime dependency
Message-ID:  <200104201309.f3KD9LE19692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         26732
>Category:       ports
>Synopsis:       phpnuke port is out dated and misses some runtime dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 06:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Technical University of Budapest, Centre of IT
>Environment:
FreeBSD hydra.ik.bme.hu 4.2-STABLE FreeBSD 4.2-STABLE #2: Thu Mar  1 11:36:18 CET 2001     mohacsi@hydra.ik.bme.hu:/source/src/sys/compile/HYDRA  i386
>Description:
The www/phpnuke port is misses runtime dependency: no check for mysql and php.
>How-To-Repeat:
install www/phpnuke from port. Does not check mysql and php dependency on install. Version problem not fixed yet.

>Fix:
*** Makefile.old        Fri Apr 20 14:43:32 2001
--- Makefile    Fri Apr 20 14:46:12 2001
***************
*** 18,23 ****
--- 18,30 ----
  NO_WRKSUBDIR= yes
  DOCS=         BUGS CHANGES README TODO

+RUN_DEPENDS=${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client
+ .if defined(WITH_PHP4)
+RUN_DEPENDS+=$(LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+ .else
+RUN_DEPENDS+=$(LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3
+ .endif
+
  do-install:
        ${MKDIR} ${PREFIX}/www/phpnuke/html
        ${CP} -Rp ${WRKDIR}/html ${WRKDIR}/sql ${PREFIX}/www/phpnuke
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104201309.f3KD9LE19692>