Age | Commit message (Collapse) | Author | Files | Lines |
|
Renamed generic.sys.mk to Generic.sys.mk so it does not get installed.
Cleaned up settings of ROOT_GROUP in some *.sys.mk
|
|
|
|
Fixed:
- cleaned up, clarified internal caching API in *dbm backends
- stopped pyc writing to current directory! yay! (patch 800718 with changes)
- fixed file leak in detector initialisation (patch 800715)
- commented out example tracker homes (patch 800720)
- added note about hidden :template var in user.item (bug 799842)
- fixed Apply Error that was raised, when property was deleted from class and
we are trying to edit an instance
|
|
devel/ncurses/buildlink2.mk again...
|
|
-de to get more verbose error messages
:[] modifier to pick words from variable etc.
Update mk-files to 20030928
added some extra sys.mk's from bootstrap-pkgsrc
changed own.mk to default to root:${ROOT_GROUP} ownership.
sys.mk can set ROOT_GROUP if wheel is not right.
|
|
of its consumers.
|
|
Canon PowerShot A70.
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
|
|
since `uname -m` has spaces in it on darwin
|
|
like the elf one does
|
|
ok'ed by epg@
User-visible changes:
* SSL changes: (r7134, #1330)
- client now prompts to cache server certificates
- no more 'ssl-ignore-unknown-ca' option
- 'ssl-ignore-host-mismatch' is renamed to 'ssl-override-cert-hostname'
- new 'ssl-trust-default-ca' option to trust 'default' openssl CAs
* 'svn log' no longer dies on unversioned args (r6989, #777)
* local mods now obstruct 'svn up' deletions (r7050, #1196)
* 'svnserve' now notices (unauthenticated) --username arg (r7060)
* no more 'svnadmin createtxn' subcommand. (r7062)
* 'svn ls -v' shows years when appropriate
* document some new things in Book (r7014), plus minor technical fixes
* website changes: new sidebar, new 'svn links' page, new tigris.org!!
* other bugfixes: hooks use proper stdout handles on win32 (r7001),
prevent copies of copies in wc (r7077, #1259), display failed
revprop change over ra_dav (r7081, #1520), 'svn st -u' throws RA
error properly (r7094, #1506)
Developer-visible changes:
* ra_dav now requires neon-0.24.X
* many gen_make.py/gen-base.py improvements, especially for win32 builds
* many improvements to swig/perl bindings
* improvements to contrib/: psvn.el, and new svn-push program.
* more cvs2svn bugfixes: issue #1504, #1421, #1514, and new --username arg.
* python testsuite only raises exceptions, never status codes. (#1192)
* various libsvn_fs re-org (prepwork) for issue #1499.
* other bugfixes: code-complete timestamp feature (r6983, #1445), add
op-counting features to trails (r6984, #655), fs UUID caching
(r7037), almost finish win32 iconv issues (#872), restored-file
entry-timestamp bugfix (r7090, #1523), always print CWD as '.' (r7097)
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
|
|
move a line for clarity.
|
|
|
|
|
|
|
|
Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular, multiplexed
applications which may respond to events from several sources. It
replaces the "select() loop" and allows the registration of event
handlers for file and network I/O, timers and signals. Since processes
use these mechanisms for almost all external communication, liboop can
be used as the basis for almost any application.
|
|
|
|
|
|
Changes:
1.30.2:
=======
- Backported changes to the config system, to better handle new compiler
releases.
- Bugs in regression reporting in subproject tests were fixed.
- Tests are now run in the context of the user's PATH environment settings
- msvc-stlport and intel-win32-stlport toolsets now build static libraries
with multithreading enabled, to be compatible with the STLPort builds.
- intel-win32 toolset now handles wchar_t correctly when intel is installed
over msvc6.
- Backported fixes from the main trunk which prevent errors building
the Boost.Test library in its default configuration.
- Backported portability improvements for checked_delete.
- Locale support for metrowerks (requiring a statically-linked runtime) is
more uniformly handled.
- Backported conversion/lexical_cast's wchar_t fixes from the main trunk.
- intel-linux-tools: added rt to FINDLIBS in order to make
the clock_gettime() function available (backport of a patch in CVS HEAD).
- regression/compiler_status.cpp: backported fixes in error log links
generation.
1.30.1:
=======
Fixes were made to the following libraries:
- The Boost.Lambda library is now usable with gcc-2.95.2
- Boost.Spirit:
- Fixed. Using MSVC++6 (SP5), calling the assign action with a string
value on parsers using the file_iterator will not work.
- Fixed: using assign semantic action in a grammar with a multi_pass
iterator adaptor applied to an std::istream_iterator resulted in
a failure to compile under msvc 7.0.
- Fixed: There is a bug in the "range_run<CharT>::set
(range<CharT> const& r)" function in the
"boost\spirit\utility\impl\chset\range_run.ipp".
- Fixed: handling of trailing whitespace bug (ast_parse/pt_parse related)
- Fixed: comment_p and end of data bug
- Fixed: Most trailing space bug:
- Fixed: chset<>::operator~(range<>) bug, operator&(chset<>, range<>)
bug, operator&(range<>, chset<>) bug,
- Fixed: impl::detach_clear bug
- Fixed: mismatch closure return type bug
- Fixed: access_node_d[] and access_match_d[] iterator bugs
- Fixed a bug regarding threadsafety of Phoenix/Spirit closures.
- The Boost Template Metaprogramming Library (MPL)'s typeof implementation
is now compatible with Metrowerks CodeWarrior Pro8.
- Boost.Function: workaround for the new Borland patch (version 0x564) and
MSVC++ .NET 2003.
- Boost.Config, Boost.Format, and Boost.Regex have been adjusted to avoid
warnings with GCC-3.3, and Boost.Format also now works with string types
other than std::string.
- Smart Pointers
- checked_delete now works on more platforms
- Compatibility with the SunPro compiler
- Added missing #includes.
- Boost.Python
- warning suppression for finicky compilers
- fixed a crashing bug in the raw_function facility when no keyword
arguments were passed.
- Improved conversion of NULL shared_ptrs to Python.
|
|
|
|
Package provided by Benedikt Meurer <bmeurer@unix-ag.org> via pkgsrc-wip.
DevHelp is an application to view books created in a conjunction with XML and
HTML. This application is commonly used for viewing books about reference
libraries, articles or tutorials.
It provides the following features:
- Full indexing of books in XML
- HTML viewer (GtkHTML2)
- Search by function, struct, macro or whatever
- Auto completion
- Commandline search
- Emacs and Vim integration
|
|
This should fix hubertf's bulk build.
|
|
doesn't completely gratuitously export a symbol that conflicts with
libiconv
|
|
|
|
commit
|
|
|
|
|
|
the autoconfig fixes) and a "configure" botch so that this package
finally builds with NetBSD-current GCC 3.3.1.
|
|
the variable name.
Fixes build on bootstrap-pkgsrc systems, closes pkg/22918 from MLH.
|
|
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
|
|
Close PR pkg/21649 by Michael Wolfson.
|
|
|
|
|
|
Updated p5-Apache-Gallery to 0.7
|
|
be a replacement for "ExtUtils::MakeMaker".
|
|
This change fixes PR pkg/19049.
|
|
|
|
|
|
dohd, to make the compilation complete successfully. (It's not a
workaround, the inclusion of <stdlib.h> also brings in the other
correct header files).
|
|
|
|
files and localizations in the same place.
|
|
1.03 Jan 22, 2003
- Special handling of Exception::Class::Base objects when stringifying
references. This avoids infinite recursion between the two classes.
Requested by p5-Exception-Class package (hi he!).
|
|
|
|
|
|
packages. From PR pkg/21864 by ccatrian at eml.cc.
|
|
Sanity checked by Juan RP.
|
|
Changes:
* Debian packaging updates.
|