Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
this builds on -current.
|
|
|
|
|
|
|
|
|
|
|
|
versions.
XXX: this package is marked as vulnerable anyway...
|
|
|
|
|
|
Might fix bulk build.
|
|
define HAVE_SOCKLEN_T
|
|
|
|
|
|
|
|
|
|
#
# $Id: Changes,v 0.88 2004/12/03 12:04:22 dankogai Exp dankogai $
#
$Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $
! Unicode/uni.c
Patch by OHARA Shigeki that fixes segmentation fault when malformed
encoding is fed to utf8 (en|de)coder applied. Message-Id:
<w0gfz2p3t1n.wl%os@iij.ad.jp>
$Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $
! Jcode.pm
Uninitialized values in jfold() now initialized.
Message-Id: <27BF6F48-38BE-11D9-9307-000A95DBB50A@dan.co.jp>
|
|
OpenSSL, with patches to use <openssl/des_old.h>.
|
|
|
|
|
|
Anthy is a free and secure Japanesse inputmethod.
|
|
|
|
|
|
stable branch of mozilla was switched to 1.7-branch
mostly copied from www/mozilla
|
|
|
|
|
|
2)sync patches from www/mozilla.
- update patch-ab
from commit log
>> date: 2004/08/31 02:37:57; author: danw; state: Exp; lines: +13 -6
>> darwin fixes (tested against firefox-gtk2)
- update patch-ac
- update patch-bx
- add patch-bz
- add patch-ca
- add patch-cb
from commit log
>> date: 2004/07/07 09:08:31; author: aymeric; state: Exp; lines: +14 -7
>> . on PowerPC, update files so that Mozilla works properly when compiled with
>> gcc version 3+.
>> . generally reduce diffs to Linux version
>> . retain compatibility with older ABI (AIX-like) thanks to useful comments
>> from Charles Hannum
>>
>> Thanks to Matthew Green for the fruitful discussion. This should address
>> PR#23240 as far as mozilla is concerned.
- remove patch-bn
enable HAVE_SOCKLEN_T
- update patch-br
from commit log
>> date: 2004/10/04 11:52:45; author: grant; state: Exp; lines: +10 -6
>> bring across a patch in Firefox for using thread-safe resolver library
>> functions on NetBSD >=2.0F.
- update patch-cc
make mozilla work on NetBSD-current/alpha
3)bump PKGREVISION
|
|
|
|
${PKG_SYSCONFDIR} is created at package installation time.
|
|
|
|
|
|
<openssl/des_old.h> instead of <des.h> so that this will work on older
NetBSD releases.
|
|
pkgsrc and in NetBSD-1.6.x) and OpenSSL 0.9.7 (in NetBSD-2.0), by
creating a new yes/no variable USE_OLD_DES_API that flags whether the
package wants to use the old DES API. If USE_OLD_DES_API is "yes",
then:
* For OpenSSL 0.9.6, symlink ${BUILDLINK_DIR}/include/openssl/des_old.h
to ${SSLBASE}/include/openssl/des.h.
* For NetBSD 2.0's "special" installation of OpenSSL 0.9.7, symlink
${BUILDLINK_DIR}/include/openssl/des_old.h to /usr/include/des.h,
and transform "-lcrypto" into "-ldes -lcrypto". This makes it
behave like stock OpenSSL 0.9.7 where the old DES functions are
part of libcrypto.
Software that wants to use the old DES API should be taught to do it
in a way that works with a stock installation of OpenSSL 0.9.7 -- by
including <openssl/des_old.h> and linking against "-lcrypto". Software
that wants to use the new DES API should simply depend on openssl>=0.9.7.
This change has no impact on existing packages as the new code is
active only when USE_OLD_DES_API == "yes".
|
|
|
|
|
|
|
|
This is mainly a maintenance release to support new options in dirmngr
(to be released soon):
* [gpgsm] New option --prefer-system-dirmngr.
* Minor cleanups and debugging aids.
|
|
|
|
BUILDLINK_TRANSFORM.
|
|
"${PREFIX}/share/examples/openvpn". Also, avoid installing "*" to
avoid breaking if the install program doesn't accept more than one
file at a time.
|
|
make targets.
|
|
|
|
|
|
|
|
modified by me.
MSNre is a lightweight but powerful console-based MSN Instant
Messenger clone. It has many features, including instant messaging,
sending messages to cell phones, file transfer, complete
contacts/groups management, email notifications, auto-away messages,
netmeeting support, aliases, messages logging, event scripts, local
contact list, multi-user chat support, ability to encode characters in
the system locale, and much more.
|
|
|
|
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.
|
|
|
|
Changes since 1.3.4:
Version 1.9.3
- Comes with a compatibility layer that allows GnuCash to be built
with it.
- Reverts the enhanced generics support, which was introduced in
1.9.2, since that currently breaks guile-gnome
- Bugfixes
+ g-wrap-2.0-guile.pc is now generated correctly, even if the
internal libffi is used.
+ Types used by constants are now considered when calculating the
set of referenced types in a wrapset. This bug led to missing code
and compile errors when a type defined in another wrapset was used
by only by a constant.
+ On platforms which lack alloca(), the version shipped with
G-Wrap should now build correctly.
Version 1.9.2
- Now comes with libffi included, for systems which lack an libffi
installation
- SRFI module checks now work correctly, even if you do an in-tree build
Version 1.9.1
- API change: destruct-value-cg is now named destroy-value-cg
- Bugfixes
+ A bug in the latent generic code has been fixed
+ The error message for WCP type errors has been fixed
Version 1.9.0
- Complete rewrite; too many changes to list, see the manual for the
new GOOPS-based API and the guile-gnome project for an extended
example.
- New features:
+ Output arguments
+ Default arguments
- G-Wrap should be target-language agnostic, like it was in its
early days.
|