Bug 154295 - [patch] port devel/bugzilla missing directories for checksetup.pl
Summary: [patch] port devel/bugzilla missing directories for checksetup.pl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 22:10 UTC by Olli Hauer
Modified: 2011-05-22 23:36 UTC (History)
0 users

See Also:


Attachments
patch_bugzilla.txt (1.96 KB, text/plain)
2011-01-25 22:10 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2011-01-25 22:10:09 UTC
Hi Sergey,

Thanks for the quick update!

I note during the checksetup.pl run an issue since two missing directories.

It seems the directories "lib" and "t" are needed to compile the templates.

I've made some additional adjustments in pkg-plist, dirrmtry for directories
where a .htaccess file will be placed and remove the old www/data directory.

How-To-Repeat: #./checksetup.pl
Creating ./lib/.htaccess...
No such file or directory at Bugzilla/Install/Filesystem.pm line 521.

# mkdir lib
#./checksetup.pl
Creating ./lib/.htaccess...
Creating ./template/.htaccess...
Creating .htaccess...
Creating contrib/.htaccess...
Creating t/.htaccess...
No such file or directory at Bugzilla/Install/Filesystem.pm line 521.

# mkdir t
#./checksetup.pl
Creating t/.htaccess...
Precompiling templates.....done.
Fixing file permissions
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-25 22:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-22 23:16:37 UTC
ohauer      2011-05-22 22:16:27 UTC

  FreeBSD ports repository

  Modified files:
    devel/bugzilla       Makefile pkg-plist 
  Log:
  - bump because of mod_perl2 update
  - order pkg-plist so it match autmated tools like genplist
  - add missing empty directories (used by checksetup.pl) [1]
  
  commit with hat apache@
  
  PR:             [1] ports/154295
  Submitted by:   me
  
  Revision  Changes    Path
  1.82      +4 -0      ports/devel/bugzilla/Makefile
  1.37      +81 -78    ports/devel/bugzilla/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2011-05-22 23:36:02 UTC
State Changed
From-To: open->closed

Committed, with the mod_perl2 update. 


Comment 4 Olli Hauer freebsd_committer freebsd_triage 2011-05-22 23:36:02 UTC
Responsible Changed
From-To: skv->ohauer

Committed, with the mod_perl2 update.