Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Closes pkg/16107 ogata@isp.qix.org.
|
|
|
|
|
|
|
|
* various bug fixes
* allow use of alternate MTA
* Spanish, French and Korean translations
update MASTER_SITES.
|
|
|
|
changes are:
2001-03-02 Kota ABE <k-abe@media.osaka-cu.ac.jp>
* include/setjmp.h: change the name of struct _sigjmp_buf into
struct _ptl_sigjmp_buf. FreeBSD 4.2R's <machine/setjmp.h> defines
the same struct.
2000-12-07 Kota ABE <k-abe@media.osaka-cu.ac.jp>
* src/io_api.c (read_timedwait): fixed: infinite loop when READ()
returns with EIO. (<hsaitoh@nts.ricoh.co.jp>).
* src/io_api.c (readv_timedwait): ditto.
|
|
Re-enable package
Highlights from CHANGELOG:
- Mozilla 0.9.9 Compatibility
- Fix in config.mk
- Implemented Minimum Font Size in font section in config.
- Patch from Muthu Kumar to enable middle clicking on bookmarks from menus
and adds folder/link pixmaps to menu bookmarks/folders.
- Patch from Peter Balhos, enabled red tabs while loading, must enable from
the misc config section first.
- Added fr.po by Rolland Dudemaine.
|
|
|
|
|
|
|
|
Not very many overall changes. Main ones include
1. Support for powerpc, arm32 and vax
2. Makefile.gcc can now be included by anything which depends on gcc versions.
If the version installed isn't 2.95.3 it'll add itself as a BUILD_DEPENDS.
(XXX: any of the makefile's in pkgsrc should be checked and change to use
this)
3. Remove special PLIST.NetBSD-sparc as it's no longer needed
4. Change post-extract loop to pick up any arch files from FILESDIR without
having to hardcode all the archs
5. Remove arch restrictions as this should work on any arch supported by the
main source tree as of 03/28/02
6. Add PKGREVISION as this clearly isn't stock 2.95.3 (it doesn't change
gcc --version so version checks won't care).
|
|
Don't mess with startkde which caused timing problems on slower machines
(see pkg/16071). Instead, delete the kded module files so that kdeinit
falls back to exec(3)ing the binary.
(bye bye sed script)
|
|
0.5.16.1 (2002-03-28)
changed some variable name to be C89 compliant (see stdin(3))
direct messages to stderr instead of stdout so only data goes to stdout
print a slot number message line when receiving bmp,mid,vcs,vcf
(especially with "all")
|
|
Release Notes for snapshot 20020317
The first difference in this snapshot from the 0.6 release is that vvm
is no longer compiled by default. If you want to compile vvm, you must
enable it at configure time (--enable-vvm) and rebuild from
scratch. Eventually, vvm will disappear from the release altogether.
The next major difference is new support for user defined
functions. It is new support, so it is bound to be buggy, but it
should be somewhat complete. The major problem has been solved, so all
that remains are bugs around the edges.
The vvp run-time scheduler has been changed slightly. The run time
behavior is getting increasingly precise and picky, as larger designs
are thrown at the compiler. The change introduced in this snapshot
fixes logic gates to not propagate zero-time pulses, and thus fixes
some weird bugs in large designs.
I've also added initial support for the Verilog 200x pragma comment,
which are (* *) pairs. For now, the compiler ignores them as
comments. This is what a compiler is supposed to do with anything that
is not specifically recognized.
Also, Tony (Anthony Bybell) has added LXT dump support. The LXT output
file is a waveform output format that is much more compact then VCD.
The gtkwave waveform viewer supports the LXT format, and should
operate a bit faster when viewing LXT files. For now, there are
separate system tasks for managing LXT output ($lxt_dumpvars, etc) but
eventually the dump format will be selectable by environment variable
or command line switch.
This snapshot also includes various random bug fixes and improved
error messages for incorrect code.
|
|
|
|
|
|
"How am I broken? Let me count the ways...."
|
|
|
|
|
|
|
|
0.5.16 (2002-03-27)
new parameter --reset which resets the phone if it does not respond
after a user-aborted file transfer
lots of code cleanups
changed the read_mytty method to be more cleaner and work with raw mode
added read_mytty_limited to read to a boundry instead of a lines end
change sending code (sms and files) to makes use of raw mode, so data
is really only sent, when no error occurs
added is_number method to be more specific than atoi
added "all" to file deleting and getting
added pipe ability to file getting method
do not try to decode unsupported PDU types
rearranged this file (now with release dates from this version on)
added C45 to the list of supported phones
|
|
|
|
A IPv6 and IPv4+NAT enabled identd that's absed on lsof for all
the kernel digging stuff.
|
|
other friendly people on port-macppc.
While I'm here rework to check hw.machine_arch first and then hw.model, so
we cna handle overlapping model matches between hw.machine_arch. We've not
hit any yet, but this is the right thing to do :)
|
|
the system applies both ways, i.e., don't set LOCALBASE to where you have
your system files, *and vice versa*, as this repeatetly has lead to
problems (see PRs 15999 and 16029 for the latest examples).
|
|
Changes since xmame-0.58.3 include:
- Everything from MAME 0.59.
- Set some more sensible defaults for the various path settings in
fileio.c (e.g., XMAMEROOT/samples for samplepath).
- Fixed a segfault in psikyosh games. (David Haywood)
|
|
|
|
|
|
Unicode Conversion Module for Ruby
version 0.4.9
Yoshida Masato
- Introduction
This is the module to convert ISO/IEC 10646 (Unicode) string
and Japanese string each other.
Supported character encodings are UCS-4, UTF-16, UTF-8,
EUC-JP, CP932 (a variant of Shift_JIS for Japanese Windows).
This cannot detect character encoding automatically.
Note that EUC-JP conversion table has been changed.
|
|
|
|
|
|
When using -f with -i, run fetch for mismatched packages
|
|
|
|
|
|
- The new code avoids problems with SMTP servers that will not
receive mail with lines longer than the 1000 characters that are
allowed by the SMTP standard.
- The new code is more graceful in the handling of abnormally long
message headers. It will no longer switch from "message header"
to "message body" mode in the middle of an abnormally long message
header line.
|
|
Replace 'ns-remote: not running on display :0.0' error message with more
appropriate 'Netscape not running. Spawning new browser in the background'
From Benjamin Wong in PR pkg/15615
|
|
only.
|
|
Prevent check_disk from reporting that procfs and kernfs are 100% full.
Beautify configure output to DTRT on NetBSD (not a functional change).
From PR pkg/16062 submitted by Murray Armfield <murray@river-styx.org>
with some modifications by yours truly.
|
|
|
|
overrides any external settings
|
|
|
|
libraries the following could occur
- a.out platforms: c++rt0.o would be missing and therefore
global contstructors would not work.
- ELF platforms libstdc++ and libm would not be explicitly
linked in.
This affected notably libqt and explains the build failure of kdelibs2 on
arm32.
Bump PKGREVISION and require it.
|
|
|
|
NetBSD
|
|
2002-03-19 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* erbl.rb: add return _eoutvar.
* fix trim_mode bug.
|
|
Set runtime link path _before_ linking with the various libraries.
|
|
change "true" to "${TRUE}".
|
|
|