Bug 90051 - Missing entry in SUB_DIRS for mail/imp Makefile in IMP-4.0.4
Summary: Missing entry in SUB_DIRS for mail/imp Makefile in IMP-4.0.4
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: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 21:20 UTC by Chris Dickson
Modified: 2005-12-06 23:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dickson 2005-12-06 21:20:02 UTC
There is a directory missing from the SUB_DIRS in the IMP Makefile in the ports. The "js" directory is missed out at install, resulting in a non-critical 404 error in compose.php when looking for ieEscGuard.js when using Internet Explorer.

Confirmed with IMP developers as broken local install.

Fix: 

LHORDEDIR?=   www/horde
  LIMPDIR=      ${LHORDEDIR}/imp
--- 110,116 ----
                docs/RELEASE_NOTES  docs/TODO  docs/UPGRADING
  CONFFILE=     filter.txt header.txt menu.php mime_drivers.php motd.php \
                prefs.php servers.php trailer.txt
! SUB_DIRS=     config js lib locale po scripts templates themes

  LHORDEDIR?=   www/horde
  LIMPDIR=      ${LHORDEDIR}/imp--tACfYG8DijyoY2tH5BlavhIMrvVqzbwziFUCtHzrSxEtESkl
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** Makefile.orig       Tue Dec  6 21:02:07 2005
--- Makefile    Tue Dec  6 21:02:17 2005
***************
*** 110,116 ****
                docs/RELEASE_NOTES  docs/TODO  docs/UPGRADING
  CONFFILE=     filter.txt header.txt menu.php mime_drivers.php motd.php \
                prefs.php servers.php trailer.txt
! SUB_DIRS=     config lib locale po scripts templates themes
How-To-Repeat: Open composition window in IMP with web server error log open using tail -f.
404 error occurs when using Internet Explorer.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-06 21:24:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Over to maintainer
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2005-12-06 23:24:02 UTC
State Changed
From-To: open->closed


Committed, thanks a lot! 
We don't use MSIE and never remarked this problem.