summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-10-26Additional patches resolve gcc3 issues in cpp code & conf macro.rtr3-1/+46
Approved by jlam@netbsd.org
2003-10-24Under Linux, gdbserver is built and installed. So set up PLIST.commonreed3-3/+6
and PLIST.Linux so it is registered. Although it has no change for NetBSD, I bumped the PKGREVISION so it would be clear that this is a different package for Linux. gdbserver is for SunOS too. Can someone check and add PLIST.SunOS?
2003-10-19Add TEST_TARGETheinz5-5/+15
2003-10-19Fix an Athlon detection glitch: the "Athlon Model 1" is neither anrh2-4/+4
"Athlon MP" nor a "Pentium Pro". Correct this by testing for the special cases first rather than trying to be clever in the generic test. Bump package version to 0.58
2003-10-18Whitespace fixescjep1-2/+2
2003-10-18Fit into 24 linescjep1-31/+8
2003-10-18Sort bl2 include lines.jmmv1-2/+2
2003-10-18Bump revision due to gnutls update (libtasn dependency removed).jmmv1-1/+2
2003-10-11drop me as maintainers -- I don't use it any moredillo1-2/+2
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant1-1/+2
2003-10-11use `basename ${MAKE}...` in configure to avoid bad substitutiongrant2-1/+15
error. from mlh at goathill dot org in PR pkg/22920.
2003-10-11Scalar::Util is recommended by Class::Container, and required bykim1-1/+2
HTML::Mason so require it here to avoid possible inconsistancies in building Class::Container.
2003-10-11Set USE_BUILDLINK2=YES so that ${PERL5_SITEARCH} will be set (for packlist).kim1-1/+2
2003-10-10Check for yacc and BUILD_DEPENDS on bison; check for flex (and notreed1-3/+8
just for SunOS). (Okay'd by rh.) This should probably get rid of SunOS check. Later, these build dependency checks should be improved and done in a separate mk file (like an enhanced tools.mk).
2003-10-09No more patch-aa.wiz1-2/+1
2003-10-09CPAN File::Spec - portably perform operations on file names.thorpej5-1/+33
2003-10-08cvsync 0.24.8gehenna2-5/+5
Changes: * Fix a bug to create a wrong pid file when a relative path is specified by using an option -p.
2003-10-07Subversion requires neon 0.24 now, so add the requisiteepg1-1/+2
BUILDLINK_DEPENDS.neon missed in last package update. Thanks Sergey Svishchev <svs@ropnet.ru>.
2003-10-05Update to 1.8.2:wiz5-51/+30
* Catch invalid OLE2 files that claim there is data in a directory. * Better error handling for Infile::child_by_* * Work harder to restore invalid ole2 files with bad BATs. * Begin an interface for ole2 export with non-default block sizes. * Name the root directory 'Root Entry' to keep libole2 happy. * Support CLSIDs for Storages for the AAF project * Test and fix bugs reading ole files with non-default block sizes. * Plug major gzip output leak.
2003-10-05Updated doxygen to 1.3.4martti4-27/+12
* bug fixes
2003-10-05Updated distcc to 2.11martti4-12/+15
* bug fixes
2003-10-05Update to 0.98.38:wiz2-5/+5
* Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify mkdep.pl to be able to generate completely pathless dependencies, as required by OpenWatcom wmake (it supports path searches, but not explicit paths.) * Fix the STR instruction. * Fix the ELF output format, which was broken under certain circumstances due to the addition of stabs support. * Quick-fix Borland format debug-info for -f obj * Fix for %rep with no arguments (#560568) * Fix concatenation of preprocessor function call (#794686) * Fix long label causes coredump (#677841) * Use autoheader as well as autoconf to keep configure from generating ridiculously long command lines. * Make sure that all of the formats which support debugging output actually will suppress debugging output when -g not specified.
2003-10-05Add and enable ruby-testunit.taca1-1/+2
2003-10-05Initial importing ruby-testunit 0.1.8 package based on PR pkg/22136 bytaca4-0/+199
Rasputin <rasputin at idoru dot mine dot nu>. Test::Unit is a framework for unit testing in Ruby, helping you to design, debug and evaluate your code by making it easy to write and have tests for it.
2003-10-05make the library names we create on Darwin be consistent with whatgrant3-6/+17
pkgsrc expects and what other platforms use. note that we can't simply use version_type=sunos, since the Darwin linker requires libtool to pass -compatibility_version and -current_version so they are coded into the library header. this fixes the problem of having libname.x.dylib files which were not registered in the PLIST, and thus were leftover after package removal. ok'd by jlam.
2003-10-04pkglint nit - get rid of trailing whitespaceagc1-2/+2
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.