Bug 156941

Summary: www/apache22 is not installing
Product: Ports & Packages Reporter: Mircea Stanciu <baiazid>
Component: Individual Port(s)Assignee: freebsd-apache (Nobody) <apache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Mircea Stanciu 2011-05-11 02:00:21 UTC
 vienna:/usr/ports/www/apache22# make install
===>  Installing for apache-2.2.17_2
===>   apache-2.2.17_2 depends on file: /usr/local/bin/perl5.12.3 - found
===>   apache-2.2.17_2 depends on shared library: expat.6 - found
===>   apache-2.2.17_2 depends on shared library: apr-1 - found
===>   apache-2.2.17_2 depends on shared library: pcre.0 - found
===>   apache-2.2.17_2 depends on shared library: ldap-2.4.8 - found
===>   apache-2.2.17_2 depends on shared library: iconv.3 - found
** Missing /usr/ports/www/apache22/files/apache22.in for apache-2.2.17_2.
*** Error code 1

Stop in /usr/ports/www/apache22.
*** Error code 1

Stop in /usr/ports/www/apache22.



---

there is no files folder. Only work.

How-To-Repeat: just make install in /usr/ports/www/apache22
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-05-11 05:04:10 UTC
Responsible Changed
From-To: freebsd-www->apache

Reassign.  The gnats 'www' category is only for things about the 
freebsd.org website.
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2011-05-11 06:30:19 UTC
Seems you have deleted the apache22/files directory, but it's easy to fix.

If you update your portstree with portsnap execute the following commands

cd /usr/ports
rm -rf www/apache22*
sed -i "" '/apache22/d' .portsnap.INDEX
portsnap fetch
portsnap update
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2011-05-14 16:25:32 UTC
State Changed
From-To: open->closed

I suspect the OP has a messed portstree. 

- if using portsnap, use providet solution 
- if using cvsup, update again