summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-10-03Updated to 0.14.xtraeme2-10/+8
Changes in 0.14: ---------------- * Added information about building on Windows * Bug when using GnuTLS fixed. * Fixed a bug that could cause replies to be overlooked when using blocking mode. * Added IPv6-support, patch from Sjoerd Simons. * Made it easier to build RPMs without SSL-support. * Fixed a memleak when destroying a connection.
2003-10-02Update cpuflags to 0.57:abs3-22/+28
Add optimisations for specific Athlon models (recht@) Avoid setting flags if DBG is set to -Os (to reduce size impact when building contents of distrib on at least 1.6.x i386)
2003-09-30Update mk-files to 20030930sjg2-6/+6
Renamed generic.sys.mk to Generic.sys.mk so it does not get installed. Cleaned up settings of ROOT_GROUP in some *.sys.mk
2003-09-29add missing svn_cmdline.hrecht1-1/+2
2003-09-29Update to 0.6.2recht2-5/+5
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
2003-09-28mk/curses.buildlink2.mk has been removed, so go back tokristerw1-2/+2
devel/ncurses/buildlink2.mk again...
2003-09-28Update bmake to 20030928 - now includessjg4-11/+11
-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.
2003-09-28upgrade libgphoto2 buildlink file to -2.1.2, and bump the package revisionis1-2/+2
of its consumers.
2003-09-28Update to libgphoto2-2.1.2. Among other changes and bugfixes, support foris3-24/+52
Canon PowerShot A70.
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam14-26/+144
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.
2003-09-27ncurses/buildlink2.mk is no more, use mk/curses.buildlink2.mk insteadrecht1-2/+2
2003-09-27add ""s around the `uname ...` calls for -DLIBGTOP_COMPILE_SYSTEM, etc,danw2-3/+12
since `uname -m` has spaces in it on darwin
2003-09-27patch the darwin gmodule implementation to recursively look up symbolsdanw3-2/+23
like the elf one does
2003-09-27Update to 0.30.0recht4-55/+55
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)
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant14-144/+26
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27add USE_PKGLOCALEDIR.grant1-1/+2
2003-09-27use tools.mk for GNU m4.grant1-5/+3
move a line for clarity.
2003-09-27handle the case where the base system has no (n)curses.grant1-1/+8
2003-09-27whitespace policegrant1-8/+8
2003-09-27+liboopgrant1-1/+2
2003-09-27Initial import of liboop-0.9 into The NetBSD Packages Collection.grant5-0/+106
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.
2003-09-25Install man page. Bump PKGREVISION. Closes PR 22952 by Greg A. Woods.wiz2-2/+5
2003-09-25Add buildlink2.mk.salo1-0/+1832
2003-09-25Updated to version 1.30.2.salo3-376/+3682
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.
2003-09-25Add and enable devhelpxtraeme1-1/+2
2003-09-25Initial import of devhelp 0.7.xtraeme5-0/+132
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
2003-09-25Add USE_BUILDLINK2 so this picks up a proper dependrecht2-3/+5
This should fix hubertf's bulk build.
2003-09-25add -DSTATIC=static to the Darwin-specific defines so that libintldanw1-3/+3
doesn't completely gratuitously export a symbol that conflicts with libiconv
2003-09-25add -module to libvfs-help's ldflags so it gets built correctly on darwindanw3-8/+17
2003-09-25add back the tarball checksum that was accidentally removed in the lastdanw1-1/+3
commit
2003-09-25Update Darwin patches to match libtool 1.4.3danw4-11/+9
2003-09-23Fix another build problem, this time under NetBSD 1.6.1_STABLE.tron2-1/+19
2003-09-23Fix brokeness in the included "libiberty" (Lubomir Sedlacik providedtron6-5/+8258
the autoconfig fixes) and a "configure" botch so that this package finally builds with NetBSD-current GCC 3.3.1.
2003-09-23Make sure that only base name of the make program is used to constructsalo2-1/+15
the variable name. Fixes build on bootstrap-pkgsrc systems, closes pkg/22918 from MLH.
2003-09-23Add missing PKGCONFIG_OVERRIDE.recht3-5/+9
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-23Mark curses on Darwin as incompatible.yyamano1-3/+3
Close PR pkg/21649 by Michael Wolfson.
2003-09-21Fix error invented in last commit.tron1-3/+3
2003-09-21basename-only BUILD_DEPENDS value is wrong.kent1-6/+2
2003-09-21Added p5-Module-Build-0.20 and p5-Image-Imlib2-0.12kim1-1/+2
Updated p5-Apache-Gallery to 0.7
2003-09-21This is a beta version of a new module "Module::Build". It is meant tokim5-0/+64
be a replacement for "ExtUtils::MakeMaker".
2003-09-21Update w32api to 2.4, and PEACE to 20030919 snapshot.kent6-30/+171
This change fixes PR pkg/19049.
2003-09-21Add USE_BUILDLINK2 so this picks up a proper dependjmc1-1/+2
2003-09-21Add USE_BUILDLINK2 so this picks up a proper dependjmc1-1/+2
2003-09-19Apply the fix from PR 22702 from pino at the organisation known asagc2-1/+15
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).
2003-09-19Add py-TPG and sort.wiz1-2/+3
2003-09-19Add CONFLICTS with avr-binutils<2.13.2.1 -- they installed infowiz1-1/+3
files and localizations in the same place.
2003-09-19Update to 1.03:wiz2-6/+6
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!).
2003-09-19update HOMEPAGEdent2-4/+4
2003-09-18Mark this package as operating system version specific.tron1-3/+4
2003-09-18Specify the category when including other files and when depending on otherjmmv2-4/+4
packages. From PR pkg/21864 by ccatrian at eml.cc.