Age | Commit message (Collapse) | Author | Files | Lines |
|
and retire mkbinarkit. The options take the desired output name as
argument.
|
|
|
|
* Bug fixes
* New features:
- made configure script work on PlayStation 3
- ARM port: brought up-to-date for Debian 4.0 (Etch)
- many other small changes and bugfixes in camlp4, ocamlbuild, labltk,
emacs files
|
|
|
|
|
|
|
|
substitution.
|
|
|
|
additional error checking won't break anything that isn't intended to
break.
|
|
name which isn't correct, and the "Value of SrcDir" that is used is not
important to any pkgsrc user. Instead, let the pkgsrc infrastructure
print the package name.
|
|
dependency of the package changes. I still have problems with some
packages that depend on GConf2, which doesn't exist anymore. The
dependency has silently changed to GConf, without increasing any
PKGREVISION. Same for gnome-vfs2 and gnome-vfs.
|
|
|
|
|
|
|
|
|
|
Also fixes the usual gcc4 suspects. (static/extern storage class mismatch)
|
|
Also fixes pkg/37844, botched checksum for the dri option.
Thanks to Ryo HAYASAKA for noticing.
|
|
unreliable, so re-enable it.
|
|
|
|
- ok'ed by joerg
pkg-description:
cmconvert is used to convert EasyGPS XML file formats (LOC and GPX)
to a format that can be installed onto a Palm OS device and imported
into CacheMate. Options are also available to list waypoints contained
in an XML file, and selectively convert specified waypoints.
|
|
- ok'ed by joerg
pkg-description:
cm2gpx is used to convert Palms CacheMate backup or import PDB
files to equivalent GPX files. Extensions specific to
Geocaching.com and CacheMate are automatically used as needed.
Filter options are available, to selectively convert waypoints.
|
|
mldonkey-2.9.3, mldonkey-gui-2.9.3, nasm-2.01,
p5-Algorithm-Dependency-1.106, p5-DBIx-SearchBuilder-1.51,
p5-HTTP-Server-Simple-0.28, p5-PathTools-3.27, parrot-0.5.2,
pkg-config-0.23, sawfish-1.3.2, spamdyke-3.1.4, tor-0.1.2.19,
ucarp-1.4, xmlto-0.0.20.
|
|
|
|
|
|
Adds dns-sd support and Negotiate authentication (kerberos)
various bug fixes.
|
|
compile there with them enabled.
|
|
|
|
|
|
|
|
|
|
Noticed by Zafer Aydogan via private mail.
|
|
Noticed by Zafer Aydogan via private mail.
And also update original distribution url.
|
|
Noticed by Zafer Aydogan via private mail.
|
|
+ mime-support [pkg/28529]
+ Compiler of the AGFL formalis [pkg/28946]
+ Azureus [pkg/30103, pkgsrc-wip]
+ Webfwlog Firewall Log Analyzer [pkg/30110]
+ FreeVRRPd [pkg/30113]
+ Algol 68 Genie [pkg/30695]
+ SystemC class library [pkg/30707]
+ crm114 [pkg/31969]
+ TRE [pkg/31970]
+ SQLite Browser [pkg/32461]
+ INADYN [pkg/34502]
+ Fenix Project [pkg/35346]
+ *BSD Usage Statistics [pkg/35365]
+ SuSE100_krb5 [pkg/35543]
+ Skins for XMMS [pkg/35666]
+ Berkeley automounter suite of utilities [pkg/35668]
+ Javascript major mode for Emacs [pkg/35669]
+ THEAMA [pkg/35896]
+ sharatype [pkg/36217]
+ xmms-cdread [pkg/36220]
+ ioquake3 [pkg/36365, pkg/36366, pkg/36367]
+ OTR localhost AIM proxy [pkg/37397]
+ Adobe Reader 8 [pkg/37457]
+ M+ FONTS [pkg/37614]
+ Migemo [pkg/37615]
+ Ruby RSS Parser [pkg/37766]
|
|
|
|
config.h.in
configure
configure.in
ldap.c
Add DIST_SUBDIR to handle this situation.
Bump PKG_REVISION.
|
|
o graphviz-2.16.1 [pkg/37702]
o hydrogen-0.9.3 [pkg/37424]
o nslint-2.1a6 [pkg/33142]
o tex-musixtex-113 [pkg/34758]
o vlc-0.8.6d [pkg/37767]
|
|
|
|
|
|
* Improve cygwin packaging. (Phil Nelson)
* Avoid infinite loop when a configure test fails. (Christer Bernerus)
* Increase minimal LWP stack size to 32KB. (Christer Bernerus)
* Add pkgconfig file.
* Do not require an executable stack.
* Cancel pending IOMGR requests when a thread dies.
|
|
|
|
For the full list of changes, see NEWS.
[many bugfixes]
* The syntax ``bzr diff branch1 branch2`` is no longer supported.
Use ``bzr diff branch1 --new branch2`` instead. This change has
been made to remove the ambiguity where ``branch2`` is in fact a
specific file to diff within ``branch1``.
* diff '--using' allows an external diff tool to be used for files.
(Aaron Bentley)
* New "lca" merge-type for fast everyday merging that also supports
criss-cross merges. (Aaron Bentley)
* ``merge`` now warns when merge directives cause cherrypicks.
(Aaron Bentley)
* ``split`` now supported, to enable splitting large trees into smaller
pieces. (Aaron Bentley)
* Reference material has now be moved out of the User Guide and added
to the User Reference. The User Reference has gained 4 sections as
a result: Authenication Settings, Configuration Settings, Conflicts
and Hooks. All help topics are now dumped into text format in the
doc/en/user-reference directory for those who like browsing that
information in their editor. (Ian Clatworthy)
* Annotate merge (merge-type=weave) now supports cherrypicking.
(Aaron Bentley)
* ``switch`` can now be used on heavyweight checkouts as well as
lightweight ones. After switching a heavyweight checkout, the
local branch is a mirror/cache of the new bound branch and
uncommitted changes in the working tree are merged. As a safety
check, if there are local commits in a checkout which have not
been committed to the previously bound branch, then ``switch``
fails unless the ``--force`` option is given. This option is
now also required if the branch a lightweight checkout is pointing
to has been moved. (Ian Clatworthy)
* The default repository format is now ``pack-0.92``. This
default is used when creating new repositories with ``init`` and
``init-repo``, and when branching over bzr+ssh or bzr+hpss.
(See https://bugs.launchpad.net/bugs/164626)
This format can be read and written by Bazaar 0.92 and later, and
data can be transferred to and from older formats.
To upgrade, please reconcile your repository (``bzr reconcile``), and then
upgrade (``bzr upgrade``).
``pack-0.92`` offers substantially better scaling and performance than the
previous knits format. Some operations are slower where the code already
had bad scaling characteristics under knits, the pack format makes such
operations more visible as part of being more scalable overall. We will
correct such operations over the coming releases and encourage the filing
of bugs on any operation which you observe to be slower in a packs
repository. One particular case that we do not intend to fix is pulling
data from a pack repository into a knit repository over a high latency
link; downgrading such data requires reinsertion of the file texts, and
this is a classic space/time tradeoff. The current implementation is
conservative on memory usage because we need to support converting data
from any tree without problems.
(Robert Collins, Martin Pool, #164476)
* The pack format is now accessible as "pack-0.92", or "pack-0.92-subtree"
to enable the subtree functions (for example, for bzr-svn).
See http://doc.bazaar-vcs.org/latest/developer/packrepo.html
(Martin Pool)
* New ``authentication.conf`` file holding the password or other credentials
for remote servers. This can be used for ssh, sftp, smtp and other
supported transports.
(Vincent Ladeuil)
* ``switch`` command added for changing the branch a lightweight checkout
is associated with and updating the tree to reflect the latest content
accordingly. This command was previously part of the BzrTools plug-in.
(Ian Clatworthy, Aaron Bentley, David Allouche)
* ``reconfigure`` command can now convert branches, trees, or checkouts to
lightweight checkouts. (Aaron Bentley)
* ``bzr merge`` now warns when it encounters a criss-cross merge.
(Aaron Bentley)
|
|
not available on NetBSD.
|
|
|
|
No compiler necessary.
|
|
|
|
|
|
|
|
|
|
And avoid to use -0 option of xargs(1).
|