Commit graph

1215 commits

Author SHA1 Message Date
itojun
5530243cc0 pull official patch from apache.org. make it 1.3.17.1 2001-02-06 12:50:19 +00:00
itojun
3cbc70c34d s/apache/apache6/. oops 2001-02-06 12:43:06 +00:00
itojun
57d899e609 pull in official fix from apache. make the version number 1.3.17.1
(hope it is the right way).

>There's another bug in RewriteMap handling in Apache 1.3.17, which
>causes ${} expansions to be completely ignored. This patch fixes it.
2001-02-06 12:38:59 +00:00
itojun
5ed60a1dcb upgrade to 1.3.17 + IPv6 patch. pkgsrc directory is much more similar to
pksrc/www/apache.  see pkgsrc/www/apache changelog for full changelog.
2001-02-06 10:58:18 +00:00
itojun
b934ac91a5 locally fix passive FTP breakage (patch already submitted to lynx guys).
PR 12141.
2001-02-06 07:07:43 +00:00
itojun
d3e383eff9 1.34 -> 1.35 change (CPPFLAGS=-DINET6) works only if we are on 1.5, not on
current.  have some comment about that.  we should fix bsd.pkg.mk instaed.
2001-02-06 06:06:32 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
abs
42f261012d Update i386 message ot indicate EXEC_ELF32 is only pre 1.5 2001-02-05 18:55:58 +00:00
itojun
a58b6ed9e5 add www/curl 2001-02-05 14:33:07 +00:00
itojun
62571f374c curl 7.6, fetch data from an URL (similar to wget) 2001-02-05 14:32:21 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
tron
634c6d3f29 Provide a new style startup script with backwards compatibility. 2001-02-04 20:46:14 +00:00
jlam
9669e40488 Correct HTML syntax. 2001-02-03 20:53:10 +00:00
fredb
f55c6043a6 Remove redundant setting of CPPFLAGS, now that bsd.pkg.mk already sets
CPPFLAGS=-I${LOCALBASE}/include, and adds it to CONFIGURE_ENV.
2001-02-03 19:07:42 +00:00
fredb
5cec2919fa Make INET6 work again, fix supplied by Olaf Seibert in PR pkg/12124.
Additionally remove redundant CPPFLAGS setting, and respect setting of
CPPFLAGS in builder's environment.
2001-02-03 19:04:50 +00:00
hubertf
c4c4bf3bca Make this actually describe the pkgs.
By PR 12115 from Jeremy C. Reed <reed@reedmedia.net>
2001-02-02 19:12:32 +00:00
jlam
adaaa7ef39 Add and enable php4-ldap 2001-02-02 18:25:33 +00:00
jlam
42628fb043 php4-imap: PHP4 extension for LDAP databases
Provided by John Darrow in pkg/12093.
2001-02-02 18:24:13 +00:00
jlam
8964be8059 Update p5-CGI to 2.75. Changes from version 2.74:
1. Fixed bug in server push boundary strings (CGI.pm and CGI::Push).
    2. Fixed bug that occurs when uploading files with funny characters in
       the name
    3. Fixed non-XHTML-compliant attributes produced by textfield()
    4. Added EPOC support.
    5. Fixed minor XHTML bugs.
    6. Made escape() and unescape() symmetric with respect to EBCDIC.
    7. Removed uninitialized variable warning from CGI::Cookie.
    8. Fixed bug in CGI::Pretty that causes it to print partial end tags when
       the $INDENT global is changed.
    9. Single quotes are changed to character entity ' for compatibility with
       URLs.
2001-02-02 17:52:25 +00:00
jlam
c65bc363b8 Update ap-perl to 1.25. Relevant changes from version 1.24:
* Improved documentation for mod_perl.
* Many bugfixes.
* Apache::Server->loglevel can now be modified
* allow $r->finfo to be modified
* include mod_perl hook/feature config and pod in Apache::MyConfig
* prevent $PerlRequire in a <Perl> section from triggering an endless loop
* allow modification of $r->hostname
* new Apache::test::static_modules() method
* add proper offset support to Apache::read
* change Apache::PerlRun's Apache class relationship from is-a to has-a
* Apache::SubRequest->run(1) allows ap_send_http_headers() to output
  for subrequests
* Apache::{Registry,PerlRun} will now log an error if $filename is NOT_FOUND
* make extra sure Apache::Constants::AUTOLOAD does not recurse looking
  for sub __AUTOLOAD
* $r->get_basic_auth_pw and $r->note_basic_auth_failure will default
  $r->auth_type to "Basic" if not already set
* $r->auth_type is now writeable, e.g. $r->auth_type("Basic")
* added Apache::user method
* disable r->proxyreq checking unless PerlTransHandler is enabled and
  configured
* PerlAddVar is now an ITERATE2 directive rather than TAKE2
* added Apache::Server::error_fname method
* avoid duplicate buffer copy in {read,get}_client_block by reading
  directly into Perl's SV buffer
* switch usage of hard_timeout() to soft_timeout(), so if SIGALRM
  happens during Apache::{print,read}, the script will continue run,
  allowing proper cleanup (e.g. DESTROY)
* add PerlCleanupHandler to the {get,set}_handlers table
* quotemeta path_info in Registry regexp
* flush r->finfo cache if r->filename fails
* backed out $Apache::Server::ConfigTestOnly until proper Apache
  support is in place
* Apache::ExtUtils will now generate an END routine to call ap_remove_module()
* rename Apache::{PerlRun,RegistryNG}::update_mtime to set_mtime, so
  Apache::update_mtime is not overridden
* constant 'DECLINED' wasn't imported by Apache::RegistryBB
* Apache::Resource was not converting PERL_RLIMIT_AS to MB values
2001-02-02 16:41:52 +00:00
jlam
cf3433738e Update ap-ssl to 2.8.0. Relevant changes from version 2.7.1:
-) Rename mod_ssl.conf to apache_start.conf.
   *) Upgraded to Apache 1.3.17 as base version.
   *) Allow %{ENV:variable} in SSLRequire expressions, too.
   *) Make sure the user is not able to fake the client certificate
      based authentication by just entering an X.509 Subject DN
      ("/XX=YYY/XX=YYY/..") as the username and "password" as the
      password if "SSLVerifyClient optional" is used in combination
      with "SSLOptions +FakeBasicAuth".
2001-02-02 16:41:22 +00:00
jlam
ec0d4b522c Update apache to 1.3.17. Important changes from version 1.3.14 include:
-) Remove patch to avoid dlclose()ing on NetBSD.  The mod_perl vs. perl CGI
   mis-interaction seems to be gone and I wasn't able to reproduce it on my
   system.

*) Fix the declaration of the module structure in mod_example.
*) Fix the handling of variable expansion look-ahead in mod_rewrite,
   i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of
   more complicated nested RewriteMap lookups.
*) mod_status now respects ?refresh=n of 1 or greater.  If the given
   refresh value is not a number, ?refresh is set to 1 second.
*) Accomodate an out-of-space condition in the piped logs and the
   rotatelogs.c code, and no longer churn log processes for this condition.
*) Make cgi-bin work as a regular directory when using mod_vhost_alias
   with no VirtualScriptAlias directives.
*) Move the check of the Expect request header field after the hook
   for ap_post_read_request, since that is the only opportunity for
   modules to handle Expect extensions.
*) Eliminate caching problems of mod_autoindex results, so the last
   modified date of the directory is returned as the Last-Modified
   and ETag HTTP header tags are sent if IndexOptions TrackModified
   directive/option is used.
*) Correct an issue with Alias and ScriptAlias directives that
   file path arguments were not normalized in canonical form.
   This correction makes no attempt to normalize regular expression
   forms of Alias or ScriptAlias.
*) Add a new LogFormat directive, %c, that will log connection
   status at the end of the response.
*) Update the mime.types file to the registered media types as of 2000-10-19.
*) Restore functionality broken by the mod_rewrite security fix:
   rewrite map lookup keys and default values are now expanded
   so that the lookup can depend on the requested URI etc.
2001-02-02 16:39:56 +00:00
tron
78c02f0693 Update "analog" package to version 4.15. Changes since version 4.14:
- bug fixes for accented letters in dates and for EBCDIC character set
2001-02-02 13:46:20 +00:00
jlam
a27e97d81c Fix dependency from imap-uw-* to imap-uw-2000*. 2001-02-01 22:20:23 +00:00
tron
b9f759c162 Add missing "REQUIRE: DAEMON" so that squid gets started at the correct
time during system startup.
2001-01-30 19:24:22 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
hubertf
1791cbecbb etc/rc.d cleanup: rename *.sh -> * 2001-01-26 05:21:43 +00:00
hubertf
a3cd4f3b8c etc/rc.d: squid.sh -> squid 2001-01-26 04:56:13 +00:00
jlam
c3e8df992f libintl.a is now a part of NetBSD, so build the gettext module by default.
This bumps the version number to 4.0.4.1nb1.  Also, build the php CGI
binary by statically linking against the helper library libphp4.la so we
aren't forced to install a shared library used solely by one program.
2001-01-25 17:18:07 +00:00
he
2ebee49263 Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
2001-01-24 18:44:57 +00:00
tron
21334a4eeb Update "analog" package to version 4.14. Changes since version 4.13:
- Can do a FLOOR beyond Terabytes.
- OS X & MPE/iX ports.
- Bug fixes, especially for multibyte character sets.
- Unprintable characters in the report are now replaced by '?'.
- Traditional Chinese, Portuguese, Brazilian Portuguese, US English and
  corrected French domains files.
- Rewrote the documentation on Cache files. Added some new data to How the
  Web Works.
2001-01-24 10:02:39 +00:00
dmcmahill
d6ea27be12 create the link to wwwconf.h in WRKSRC instead of WRKDIR since the search
path wasn't being honored.

fixes recently noted bulk build problems.
2001-01-23 16:18:37 +00:00
abs
bc25dec5c6 Update to 2.2.
Changes since 2.0

2.1 Sun December 18 12:00:00 2000
      - New Feature: new 'file_cache' and 'double_file_cache' options
        provide a file based caching method (T.J. Mather)
      - New Feature: new 'print_to' option for output() allows
        output() to print to a filehandle as it runs.
        (Chris Nokleberg)
      - New Feature: new 'case_sensitive' option to allow template
        variable names to be case sensitive. (Matthew Wickline)
      - New Feature: new 'filter' option allows pre-parse filtering of
        template files.
      - Bug Fix: added single-quote escaping to HTML escaping code
        (Ralph Corderoy)
      - Bug Fix: fixed a noisy bug in param() when used with 'associate'
        (William Ward)
      - Doc Fix: broke out FAQ into separate file.

2.2 Sat December 23 12:00:00 2000
      - Bug Fix: fixed memory leak in global_vars implementation
        (Ade Olonoh)
      - Bug Fix: fixed file_cache not reloading templates on changes
        (T.J. Mather)
      - Bug Fix: fixed broken error checking in param() (Mark Stosberg)
2001-01-23 12:47:13 +00:00
jtb
67cd42eb0b Fixed problem in Alpha bulk build. ${WRKSRC} is now the default rather than
${WRKDIR}/${PKGNAME}.
2001-01-22 12:34:36 +00:00
jlam
6427f2fb5d Fix problem with installation of libtool-built php CGI binary. 2001-01-22 05:49:14 +00:00
tron
7fc7dbf49e Make this build under Solaris with XFree86. 2001-01-19 21:29:19 +00:00
tron
b9b23a041e Add missing plugins include in Solaris distribution of Communicator. 2001-01-17 20:43:02 +00:00
taya
751d8a62d0 Update package dependency
ORBit>=0.5.1 -> ORBit>=0.5.3
2001-01-17 15:04:21 +00:00
taya
d601a38097 Update to mozilla 0.7
Most major change is SSL daemon(psm) has included.
See release notes for detail.

http://www.mozilla.org/releases/mozilla0.7/
2001-01-16 16:01:21 +00:00
jlam
9e72ba7d9f Change PKGNAME to php-${PHP_VERS} instead of using php-${PHP_DIST_VERS}. 2001-01-15 16:51:58 +00:00
jlam
552a0310e6 Update to ap-php-4.0.4.1 as a result of updating php4 package. 2001-01-15 16:46:01 +00:00
jlam
e40762b7fd 4.0.4pl1 --> 4.0.4.1 2001-01-15 16:38:06 +00:00
jlam
e7eb28109f Update to version 4.0.4pl1. Changes from version 4.0.4:
* Make NetBSD PHP extensions_dir equal the compiled-in default for PHP4.
* Install the PEAR PHP4 script repository and tools.
* Use the source's install target instead of homegrown one.

- Fixed the various pdf_open_*() functions (Daniel)
- Fixed a bug that could cause invalid INI entries to be used under certain
  circumstances (Zeev)
- Fixed a bug in the Apache module that could cause invalid INI values to
  propogate to different virtual hosts, if one or more of the virtual
  hosts was configured with engine=Off (Zeev)
- Fixed possible crash bugs in the session module (Sascha)
- Fixed the ODBC module to build properly with Solid 3.0 and OpenLink (Dan
  Kalowsky)
- Fixed possible corruption of line number information in PHP scripts (Zeev,
  Zend Engine)
- Fixed a few possible crashes in functions that use user-defined callbacks
  (Zeev, Zend Engine)
2001-01-15 16:32:27 +00:00
itojun
adfb4742a9 use latest IPv6 patch. this fixes problem with virtual host directives
when incoming IPv4 connections are captured by AF_INET6 socket (IPv4 mapped
address).  not really matter for normal NetBSD installation.

I beileve IPv4 mapped address is very bad from security/access control POV.
really.
2001-01-15 11:43:59 +00:00
simonb
10f63b2b0a Update adzap to 20010112. No changelog, but many more ad sites zapped. 2001-01-14 14:06:01 +00:00
drochner
15292b4462 update to 4.2.1
From the changelog:
                            Amaya 4.2.1

   22 December, 2000

Bug fixes

     * The Docttype was not generated for HTML documents after
       creation of a new HTML element.
     * Doing  a  transformation  on  an  HTML document crashed
       Amaya without saving the edited document.

                             Amaya 4.2

   21 December, 2000

New features

     * Amaya  is  now able to read and save UTF8 documents but
       it's   only  able  to  display  ASCII  and  ISO-latin-1
       characters  and  some  mathematical  symbols. For other
       characters  it keeps the Unicode value of the character
       and  displays  a '?'. When an encoding is not supported
       by Amaya, the document is not parsed.
     * MathML:   attributes   rowalign   and  columnalign  are
       interpreted.
     * MathML   2.0:  new  attributes  mathvariant,  mathsize,
       mathcolor, mathbackground, linebreak
     * Annotations:  new  configuration  options for disabling
       the  automatic download of local and remote annotations
       each  time  Amaya  is  started for users who frequently
       work  without network access. Note that this new option
       is  enabled  by  default; users who prefer the previous
       behavior  of  always  querying  annotation  servers can
       select  that behavior from the Annotations/Configure...
       dialog  by  unchecking  the 'Disable remote autoload at
       each startup' and checking the two 'Autoload' boxes.

Bug fixes

     * Annotations:  Annotations  didn't  work  under Windows,
       when Amaya was installed in a directory with a space on
       its  name (e.g., Program Files). Similarly, annotations
       on  local  documents  didn't  work  if the path to this
       document had a space.
     * After  doing a form POST, Amaya always proposed to save
       the  answer  sent  back by the server, even if it could
       understand  its content type (bug introduced in the 4.0
       version).
     * Since  version  4.1,  it's  possible to change the user
       preferences  directory by setting the APP_HOME variable
       in  the win-thot.rc file. However, the user preferences
       were still being read from the default location.
     * After a crash, modified documents with a space in their
       name were not restored.
     * When  Amaya  crashed  during a text insertion, the last
       inserted text was lost.
     * Configure   failed  to  read  the  version  numbers  in
       /usr/include/libjpeg.h  and  /usr/include/png.h (thanks
       to Patrik Hagglund).
     * Updating of German and Italian translations.
     * Contribution   from   Johannes   Zellner  for  enabling
       tear-off menus on Unix platforms.
     * The command Save As added the suffix ".html" to SVG and
       MathML documents.
     * Amaya  was sometimes confusing MathML and SVG elements:
       Schema  ids  were  based  on  the  compiling  time  (in
       seconds)  and  Amaya  used  ids  to  detect whether two
       elements  belong to the same schema or not. That method
       doesn't  work  with  computers that are able to compile
       more  than  one  schema  per  second. Now, Amaya checks
       schema names instead of schema ids.
     * Selection:   When   the   hyphanation  was  active  the
       selection didn't work correctly.
     * Print:  The  command  Print  crashed  when the document
       included XLink attributes.
     * Print:  In  some cases Amaya hanged during the printing
       or generated too short pages.
     * Windows: The dialogue Underline didn't work correctly.
     * Windows:  Improving drawing functions and a part of the
       program print.
     * SVG:  CSS  rules  of  the  SVG  element  style were not
       interpreted when printing.
     * SVG:  Images can be created and edited freely within an
       SVG drawing
     * SVG: When changing the xlink:href attribute of elements
       image  and  use  in SVG, those elements are redisplayed
       according to the new value of the attribute.
     * SVG:  When  the  user created a mathematical expression
       into  a  SVG, the math element was displayed before the
       user selected a position. This was confusing.
     * HTML:  Amaya  hanged  when  the  META  Content-Type was
       quoted by simple quotes.

                             Amaya 4.1

   23 November, 2000

New features

     * Annotations: localization of the Local Filter menu.
     * Windows:  It's  now possible to change the value of the
       user's  preferences  directory.  To  do  so,  edit  the
       win-thot.rc  and  add a variable called APP_HOME in the
       [amaya]  section.  The value of this variable should be
       the  path to directory. This is interesting if you want
       to  install Amaya in an NFS drive, but store the user's
       preferences locally.
     * When the encoding of a XML document is not set, it uses
       the  default  enconding  (UTF 8). This version of Amaya
       doesn't  handle  UTF  8  and this document shouldn't be
       edited  with  Amaya.  In  many  cases  these  documents
       contain  only  ASCII  characters and can be interperted
       correctly  as  ISOlatin-1encoded  documents.  It is why
       Amaya  proposes to set the ISOlatin-1encoding when it's
       not found.

Bug fixes

     * Open  the  Log  file and close it. Then open the source
       view and close it: all other wiews of that document are
       also closed
     * The  entry  "Show parsing errors" (previously "Show Log
       file") is now located in the Views menu
     * Amaya  didn't find out the encoding when it is given by
       a META element. It works now.
     * When  saving a HTML document as XML a wrong DOCTYPE was
       generated: it said the document was HTML 4.0 whereas it
       was XHTML 1.0 actually.
     * In  a  XHTML  document, if you copy and paste an anchor
       with  both  a  name  and  an id, the name of the pasted
       element was changed to make it unique, but not the id.
     * The   MakeBook  command  didn't  work  well  on  remote
       documents that included images and could crash Amaya.
     * The  default  Windows  geometry  was too small for some
       views and documents.
     * Spell  checker: some options didn't reflect the current
       value.  The  special  characters  entry  wasn't working
       under Windows.
     * MathML:  entity  LeftAngleBracket was not recognized by
       the parser
     * MathML:  the entity InvisibleTimes was displayed with a
       too large space on Windows platforms.
     * SVG:  element style is now recognized and the CSS rules
       it contains are applied as expected.
     * SVG: element use is recognized and handled correctly
     * SVG:  comments  and PIs were not displayed correctly in
       the structure view
     * SVG:  text  elements  were  displayed a bit below their
       normal position
     * SVG:  in some cases polylines and polygons were resized
       by mistake
     * SVG:  when  printing the background of the whole SVG or
       group was painted if there was a CSS rule fill
     * SVG:  elements  are  now created with the right default
       colors (fill=black, stroke=none).
     * Annotations:   the  Annotation  element  (pencil  icon)
       wasn't being skipped always when resolving an XPointer.
       This  problem  could  occur  with  orphan  and document
       annotations.
     * Annotations:   ID  attributes  were  not  always  being
       searched correctly in the document's tree.
     * Annotations:   The   Windows  annotations  project  was
       missing from the source tar package.

                             Amaya 4.0

   10 November, 2000

New features

     * Support for a subset of the SVG graphics format, namely
       basic  shapes,  text,  images,  and  foreignObject (the
       later  is  useful  to  include HTML fragments or MathML
       expressions in drawings).
     * Support for native MathML and SVG documents.
     * Support  for  collaborative  annotations, based on RDF,
       XPointer, and XLink..
     * A  single  structure  view  displays  the  structure of
       equations   and   drawings   along  with  the  document
       structure.
     * Generates XHTML document with the right charset.
     * Three  new  profiles: XHTML-transitional, XHTML-strict,
       XHTML-basic. In these profiles, Amaya checks the validy
       of  the  (X)HTML  documents it loads, and it allows the
       user   to   create   only   elements   and   attributes
       corresponding to the chosen profile.
     * MathML:  attributes  macros,  display, overflow, altimg
       and  alttext  are  now available for the top-level math
       element. Attribute alttext is rendered in the Alternate
       view.  Attribute  linethickness  allows  to control the
       aspect of fraction bars.
       Many improvements to math formatting.
       Keys  ->  and <- move the caret according to the MathML
       structure.
     * Upgraded libwww to release 5.3.1
     * Added  the  HTTP  reason  string  to the the save error
       dialog box.
     * Spanish  translation of the Amaya dialogues contributed
       by Pedro Pablo Fabrega
     * The  inline  documentation  is  now available in French
       (other translations are welcome).
     * New  menu  (Special/Create Remove IDs) to add or remove
       ID  attributes  to/from  elements,  either  globally or
       within a selection.
     * Searching is case insensitive by default.
     * The  dialog  box  of link creation allows you to browse
       local files.
     * When  the selection is within a link (an anchor with an
       attribute  href),  the  status line displays the URI of
       the target.
     * The  geometry  of  windows  is now expressed in pixels.
       Users   may   have   to   update   their  configuration
       (Special/Preferences/Window Geometry menu).

Bug fixes

     * When  the selected OPTION in a SELECT within a FORM had
       no content and no value attribute, the value posted for
       the SELECT element was some random garbage.
     * Amaya  hung  when  reading  a  textarea with an initial
       value.
     * When  converting  a  document from HTML to XHTML, Amaya
       did  not  check whether the id's it created were valid.
       For instance, it generated id's starting with a digit.
     * The charset given in the XML declaration was ignored by
       Amaya.
     * 24  bits per pixel images were not handled correctly on
       Unix platforms (thanks to Walter Bächi)
     * Saving a document source crashed Amaya when it followed
       an aborted closing of that document source.
     * When  the  BODY  element  of  an  (X)HTML  document  is
       selected,  command  Delete is no longer refused: it let
       you with an empty BODY element.
     * When  a  background  image is not repeated, Amaya takes
       into  account  the  transparency  now (Unix and Windows
       platforms).
     * After  a synchronisation Amaya considered that both the
       source view and the formatted view should be saved. Now
       the  user  can  decide to save either the source or the
       formatted view but only one of them.
     * The text editing is now more robust.
     * When  browsing a remote URL, Amaya systematically added
       a "/" end character to the URL if the URL didn't finish
       by an extension.
     * It  was  hard  to  create  an  area Polygon because the
       selection hid the associated image.
     * When  a  paragraph  with  a top margin was reformatted,
       included  lines (excepted the last one) were shifted by
       error.
     * In the Structure view, an anchor repeated the attribute
       ID of its parent.
     * Opening  an image that didn' have an extension resulted
       in a crash.

   Windows bugs
     * The  menu Background Image on Windows platforms crashed
       Amaya.
     * On  Windows  platforms,  sometimes Amaya didn't display
       background images correctly.
     * Some  colors  (like  border  colors) were not correctly
       displayed on Windows platforms.
     * Each  time  the  user clicked on the button Math, a new
       Math  palette  was  generated,  now only one palette is
       displayed.
     * It was the same for the dialogue Search/Replace.
     * When  all  entries  of  a  submenu  were  hidden in the
       current profile, the submenu entry was not removed. Now
       it works like on Unix platforms.
     * Troubles   after  a  cancel  of  the  operation  "Close
       Dcument".
2001-01-14 12:31:10 +00:00
jlam
dea113dec7 Install cgi-bin programs with executable bit set, and modify thttpd rc.d
script to check for the pid instead of requiring a pidfile that may not
exist.
2001-01-14 06:14:13 +00:00
jlam
f7c81d455f Install cgi-bin scripts with executable bit set. 2001-01-14 05:58:01 +00:00
mycroft
bcb25608bf Regen. 2001-01-13 19:52:07 +00:00
mycroft
990822f2d3 Arrange to add -Wl,--export-dynamic to BIN_FLAGS, and nuke the (unused and
essentially complete bullshit) NEED_BASE_DLL_NAME_ALSO.
2001-01-13 19:33:27 +00:00