squirrelmail/defprefs.txt

Tue, 29 Mar 2011 20:04:34 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 29 Mar 2011 20:04:34 +0200
changeset 334
4a34d7a82eab
parent 180
4c723152d46f
permissions
-rw-r--r--

Rework package yet again, correcting and introducing new buildconf logic:
Conditionally disable bootstrap stage comparison correctly, correct
english grammar, better find system as(1) and ld(1), indotruce detailed
optimization option messages, more completely guess cpu types, allow
profiled bootstrapping without a preinstalled GCC because many other
compilers have long since implemented 64-bit arithmetic, instruct make
to build sequentially (not in sparallel) when building a profiled
bootstrap as GCC online documents recommend, and generally improve
comment blocks.

The single most important correction in this changeset relates to the
GCC changed optimization policy since at least GCC 4.5, in which -march
is always passed and not always correctly guessed. In the case of this
package, allowing GCC to guess the architecture leads to wild build
errors at various subcomponents (zlib, libgcc, libiberty...) and
bootstrap stages. It seems quite platform specific, and the safest
approach to correcting this seems to be explicitly always specifying the
-march argument when bootstrapping GCC. Because the best choice 'native'
is not available when bootstrapping using a foreign (non GCC) compiler,
a guess is made according to rpmmacros l_platform in that case.

It is questionable as to whether these recent optimization changes
on the part of GCC or this package are compatible with each other,
or if either are complete or correct at all. At least applying these
corrections allows this package to build again in most cases test.

     1 show_html_default=0
     2 left_refresh=300
     3 hour_format=1
     4 date_format=2
     5 reply_citation_style=author_said
     6 mailfetch_newlog=off
     7 javascript_on=1
     8 use_javascript_addr_book=1
     9 spamcop_method=web_form
    10 show_xmailer_default=1
    11 pf_cleandisplay=1
    12 delete_move_next_t=off
    13 delete_move_next_formATtop=off
    14 delete_move_next_b=on
    15 delete_move_next_formATbottom=on
    16 show_user_on_left_pane=1
    17 show_ip_on_left_pane=1
    18 show_host_on_left_pane=1
    19 smallcal_bottom=1
    20 smallcal_separator=1
    21 smallcal_show=1
    22 smallcal_default=1
    23 smallcal_header=#770000
    24 smallcal_calendar=Personal
    25 unseen_notify=3
    26 move_to_trash=1
    27 trash_folder=Trash
    28 save_as_draft=1
    29 draft_folder=Drafts
    30 move_to_sent=1
    31 sent_folder=Sent
    32 left_size=220
    33 folder_sizes_left_link=1
    34 folder_sizes_on_folder_page=0
    35 folder_sizes_subtotals=1
    36 wrap_at=72
    37 custom_css=tahoma-12.css
    38 newmail_enable=on
    39 newmail_changetitle=on
    40 translate_server=dictionary
    41 translate_location=center
    42 translate_show_read=0
    43 mailfetch_port_0=110
    44 mailfetch_cypher=on
    45 mailfetch_lmos_0=on
    46 mailfetch_subfolder_0=INBOX
    47 mailfetch_server_number=0
    48 use_signature=1
    49 prefix_sig=1
    50 search_memory=8
    51 order1=1
    52 order2=2
    53 order3=3
    54 order4=5
    55 order5=4
    56 order6=6
    57 sent_subfolders_base=Sent
    58 folder_sizes_link_button=1
    59 newmail_media=https://mail.europalab.com/plugins/newmail/sounds/FanFair.wav

mercurial