make package fails on missing man-pages # make package ===> Building package for apache22-worker-mpm-2.2.25_1 tar: man/man1/dbmmanage.1.gz: Cannot stat: No such file or directory tar: man/man1/htdbm.1.gz: Cannot stat: No such file or directory tar: man/man1/htdigest.1.gz: Cannot stat: No such file or directory tar: man/man1/htpasswd.1.gz: Cannot stat: No such file or directory tar: man/man1/httxt2dbm.1.gz: Cannot stat: No such file or directory tar: man/man8/ab.8.gz: Cannot stat: No such file or directory tar: man/man8/apachectl.8.gz: Cannot stat: No such file or directory tar: man/man8/apxs.8.gz: Cannot stat: No such file or directory tar: man/man8/htcacheclean.8.gz: Cannot stat: No such file or directory tar: man/man8/httpd.8.gz: Cannot stat: No such file or directory tar: man/man8/logresolve.8.gz: Cannot stat: No such file or directory tar: man/man8/rotatelogs.8.gz: Cannot stat: No such file or directory tar: man/man8/suexec.8.gz: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /usr/ports/www/apache22-worker-mpm. *** Error code 1 Stop in /usr/ports/www/apache22-worker-mpm. How-To-Repeat: cd /usr/ports/www/apache22-worker-mpm make clean make make deinstall make package
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool)
Author: ohauer Date: Sat Nov 9 20:53:16 2013 New Revision: 333336 URL: http://svnweb.freebsd.org/changeset/ports/333336 Log: - add stage support PR: ports/183807 Submitted by: Spil <spil.oss@gmail.com> Modified: head/www/apache22-event-mpm/Makefile head/www/apache22-itk-mpm/Makefile head/www/apache22-peruser-mpm/Makefile head/www/apache22-worker-mpm/Makefile Modified: head/www/apache22-event-mpm/Makefile ============================================================================== --- head/www/apache22-event-mpm/Makefile Sat Nov 9 20:21:36 2013 (r333335) +++ head/www/apache22-event-mpm/Makefile Sat Nov 9 20:53:16 2013 (r333336) @@ -13,5 +13,4 @@ PORT_OPTIONS+= CGID OPTIONS_EXCLUDE= CGI OPTIONS_UNSET+= CGI -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/www/apache22-itk-mpm/Makefile ============================================================================== --- head/www/apache22-itk-mpm/Makefile Sat Nov 9 20:21:36 2013 (r333335) +++ head/www/apache22-itk-mpm/Makefile Sat Nov 9 20:53:16 2013 (r333336) @@ -22,7 +22,6 @@ LATEST_LINK= apache22-${WITH_MPM}-mpm DESCR= ${.CURDIR}/pkg-descr MPM_ITK_VERSION?= 20110321-01 -NO_STAGE= yes EXTRA_PATCHES+= ${.CURDIR}/files/mpm-itk-${MPM_ITK_VERSION} Modified: head/www/apache22-peruser-mpm/Makefile ============================================================================== --- head/www/apache22-peruser-mpm/Makefile Sat Nov 9 20:21:36 2013 (r333335) +++ head/www/apache22-peruser-mpm/Makefile Sat Nov 9 20:53:16 2013 (r333336) @@ -10,7 +10,6 @@ MASTERDIR= ${.CURDIR}/../apache22 MAINTAINER= ports@FreeBSD.org WITH_MPM= peruser -NO_STAGE= yes LATEST_LINK= apache22-${WITH_MPM}-mpm DESCR= ${.CURDIR}/pkg-descr Modified: head/www/apache22-worker-mpm/Makefile ============================================================================== --- head/www/apache22-worker-mpm/Makefile Sat Nov 9 20:21:36 2013 (r333335) +++ head/www/apache22-worker-mpm/Makefile Sat Nov 9 20:53:16 2013 (r333336) @@ -13,5 +13,4 @@ PORT_OPTIONS+= CGID OPTIONS_EXCLUDE= CGI OPTIONS_UNSET+= CGI -NO_STAGE= yes .include "${MASTERDIR}/Makefile" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed - fixed by adding STAGE support