Closed
Bug 212804
Opened 22 years ago
Closed 21 years ago
Enable installation of movemail.rdf on non-AIX systems
Categories
(MailNews Core :: Movemail, defect)
MailNews Core
Movemail
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pkwarren, Assigned: pkwarren)
Details
Attachments
(1 file, 1 obsolete file)
|
2.25 KB,
patch
|
sspitzer
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
With the checkin for Bug 107833, it is now possible to create a Movemail account
in the account wizard for AIX. I'm opening this bug to enable the installation
by default of movemail.rdf for other UNIX platforms, and also to add the
movemail.rdf file to the correct packages-* files so it is installed with the
installer as well.
| Assignee | ||
Comment 2•22 years ago
|
||
This builds the movemail.rdf file for all platforms which define MOZ_MOVEMAIL.
In addition, I added the movemail.rdf files to packages-unix and
packages-static-unix so it will be included in the installers as well.
| Assignee | ||
Updated•22 years ago
|
Attachment #127882 -
Flags: superreview?(sspitzer)
Attachment #127882 -
Flags: review?(sspitzer)
Comment 3•22 years ago
|
||
Comment on attachment 127882 [details] [diff] [review]
Patch v1
instead of bin/defaults/isp/movemail.rdf, how about bin/defaults/isp/*?
(and no comment about movemail)
assuming nothing else gets dumped there (aol.rdf or nswebmail.rdf), that should
work.
I think the build system should work fine if there are no isp/* files (or if
there is no isp dir under bin/defaults), but can you make sure?
I don't want to break the build.
if bin/defaults/isp/* works, and there aren't any problems, r/sr=sspitzer on
that way.
| Assignee | ||
Updated•22 years ago
|
Attachment #127882 -
Attachment is obsolete: true
Attachment #127882 -
Flags: superreview?(sspitzer)
Attachment #127882 -
Flags: review?(sspitzer)
| Assignee | ||
Comment 4•22 years ago
|
||
I don't do defaults/isp/* because I get a glob failed (exit 1) on machines that
don't build movemail as opposed to a harmless warning if I use the full name of
the file. In addition, if I use defaults/isp/* it will also pack
defaults/isp/US/* so we will get duplicate files in the .xpis.
| Assignee | ||
Updated•22 years ago
|
Attachment #129193 -
Flags: superreview?(sspitzer)
Attachment #129193 -
Flags: review?(sspitzer)
Comment 5•22 years ago
|
||
Comment on attachment 129193 [details] [diff] [review]
Patch v2
r/sr=sspitzer
Attachment #129193 -
Flags: superreview?(sspitzer)
Attachment #129193 -
Flags: superreview+
Attachment #129193 -
Flags: review?(sspitzer)
Attachment #129193 -
Flags: review+
| Assignee | ||
Comment 6•22 years ago
|
||
Fixed.
Checking in mailnews/base/ispdata/Makefile.in;
/cvsroot/mozilla/mailnews/base/ispdata/Makefile.in,v <-- Makefile.in
new revision: 1.7; previous revision: 1.6
done
Checking in xpinstall/packager/packages-static-unix;
/cvsroot/mozilla/xpinstall/packager/packages-static-unix,v <--
packages-static-unix
new revision: 1.67; previous revision: 1.66
done
Checking in xpinstall/packager/packages-unix;
/cvsroot/mozilla/xpinstall/packager/packages-unix,v <-- packages-unix
new revision: 1.272; previous revision: 1.271
done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 7•21 years ago
|
||
hmm, while checking why my builds don't include movemail.rdf I've noticed that
it seems the file doesn't get installed via "make install".
As "make install" does work otherwise relatively well and I don't understand the
Makefile stuff of mozilla well enough I would like to ask if this could be fixed?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•21 years ago
|
Product: MailNews → Core
| Assignee | ||
Comment 8•21 years ago
|
||
(In reply to comment #7)
> hmm, while checking why my builds don't include movemail.rdf I've noticed that
> it seems the file doesn't get installed via "make install".
> As "make install" does work otherwise relatively well and I don't understand the
> Makefile stuff of mozilla well enough I would like to ask if this could be fixed?
Can you please open a new bug for this issue?
Status: REOPENED → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•21 years ago
|
||
Bug 281084 filed for the issue in comment 7.
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•