i386/75508: ports/cleanfeed install failed

atomer atomer at gmail.com
Sun Dec 26 00:00:36 PST 2004


>Number:         75508
>Category:       i386
>Synopsis:       ports/cleanfeed install failed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 26 08:00:36 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     atomer
>Release:        4.10-RELEASE-p5
>Organization:
csie.ncu.edu.tw
>Environment:
FreeBSD news71.csie.ncu.edu.tw 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #0: Fri Dec 10 22:38:27 CST 2004     root at news71.csie.ncu.edu.tw:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
There is something wrong with the Makefile & pkg-install file in /usr/ports/news/cleanfeed.
>How-To-Repeat:
just execute "make install", you will exit with signal 1.
>Fix:
//============================================================
in Makefile:

post-install:
        ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

=>
post-install:
        ${SH} ${PKGINSTALL} ${PREFIX} ${PKGNAME} POST-INSTALL

//============================================================
in pkg-install:

PKGNAME=$1
[ ! -n "${PKG_PREFIX}" ] && exit 1

case $2 in

=>
PKG_PREFIX=$1
PKGNAME=$2
[ ! -n "${PKG_PREFIX}" ] && exit 1

case $3 in


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-i386 mailing list