/usr/lib/crtbeginS.o and /usr/lib/crtendS.o make it into
{pre,post}dep_objects.
Fixes pkg/14353 from Witold J. Wnuk <witek@pd37.warszawa.sdi.tpnet.pl>
Tested as "still" working on 1.5.2.
Bump minor number of pkg and make pkgsrc depend on this version.
Makefile, using the standard target.
Add the required Makefile and Makefile.inc in a more standard way.
Get rid of the now unnecessary configure script.
Makefile target.
+ Modify Makefiles in patch stage, rather than using sed in configure
stage.
+ Use ${LOWER_OPSYS} where appropriate.
+ Use pax in preference to a tar pipeline to copy hierarchies at
install time.
Mew 2.1 release candidate 1 (2001/10/24)
* mew-auto-flush-queue works for mbox.
* Workaround for mew-image-inline-p on Emacs 21.1.
* Implementing mew-text/html-detect-cs and mew-text/xml-detect-cs.
* Process status is well displayed on the mode line.
* A bug fix for mew-demo-picture.
* Defining mew-use-charset-sanity-check.
* A patch for refile.
* mew-input-folders hack.
* Defining mew-syntax-treat-filename-function.
* Defining mew-input-draft-buffer.
* No sanity check if charset is specified.
* C-cC-i for mew-summary-find-file.
script, do this at configure time by means of a conventional patch to
the configuration script.
Move the invocation of the post-configure stage to be a package
Makefile target, rather than in a script file.
time. We need the various Makefile.in to be regenerated due to changes in
the patched configure.in. Doing it now prevents the build process from
automatically doing it later during the build, which would overwrite any
changes done to the configure script by targets in ${_CONFIGURE_PREREQ}.
- documentation has been updated to remove errors due to interface change
- new italian user guide; updated french localisation of menus and
documentation; new dutch translations of some examples
- it is now possible to enter directly characters in an encoding
different from latin1 (providing one is using a correct screen font)
- new encts class for Elsevier Science's Electronic Notes in
Theoretical Computer Science
- new cv class for writing curriculum vitae
- new extarticle, extreport, extbook and extletter classes, which are
versions of the normal classes with more font sizes available
- the aapaper class has been complemented with a aa class for the A&A
LaTeX document class version 5.0, which is slightly incompatible
with the older version
- add language support in docbook; better support for verbatim text.
- many translations updated; big french documentation overhaul; german
documentation update
- preliminary Thai support; new serbo-croatian support
* Added two new patches (instead of adding nb1 to the version number).
6.0.024 inserting a char with CTRL-V u 9900 may cause a crash
6.0.025 using "$" after "\v" in a regexp doesn't always work
And now I'll switch to a not-so-frequent vim patching mode, maybe once
a month is enough (although vim is almost like Linux, new patches are
needed all the time to make it stable :-)
Sjeng is an attempt to create a bughouse- and crazyhouse-playing program
that can attain a level comparable to what the best human players are capable
of. Sjeng also can play standard, suicide, giveaway and losers chess.
Changes from 5.32.1 (the last pkgsrc version):
10/1/01 5.33.0 <mark@doradosoftware.com> found that expect's diagnostics
didn't include the "no" after testing for a full buffer.
Hemang Lavana <hlavana@cisco.com> noted that "debug" (Dbg_On)
calls didn't always force the debugger into step mode.
Martin Kammerhofer <dada@sbox.tugraz.at> noted that the man
page neglected to document interpreter -eof.
Chris Clare <clarec@nortelnetworks.com> provided fix for
multiple decl in C lib.
Sheng Wang <wangs@sh.bel.alcatel.be> found interact's
can-match code had broken. It was missing the special hook
that Henry had added just for this purpose. How strange.
Dieter Fiebelkorn <dieter@fiebelkorn.net> requested addition
to config.guess for Power*Macintosh:Darwin for MacOSX.
Aside - to download latest config.guess:
cvs -d :pserver:anoncvs@subversions.gnu.org:/cvs checkout \
config
Added pipeline example to unbuffer man page.
8/4/00 5.32.2 Allen J. Newton <anewton@alturia.fleet.org> provided code for
generating passwords with special characters in mkpasswd.
Brent Welch <welch@ajubasolutions.com> changed the fix1line
install script so that "autoexpect" and other scripts that
get installed into the platform-independent bin directory
generically invoke "expect" from the users PATH instead
of hardwiring the platform-specific expect pathname.
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.