summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv9-17/+18
needed. This is required because esound has been droped as a dependancy.
2003-07-26Implement loadable plugin support for arts and esound output. This is tojmmv8-85/+259
avoid using build variable definitions, and to allow optional use of these daemons on machines where binary packages are used. esound is no longer needed in this package by default. OSS is kept in the package as it was before, beeing the default output driver. Bump PKGREVISION to 5. The patch has been reviewed by wiz@, the maintainer. It has also been sent back to SDL authors in the hope that they will implement this functionality. Closes PR pkg/21774 by Marc Recht, which requested the addition of arts as an optional dependancy (not done).
2003-07-25+py-zconfigdrochner1-1/+2
2003-07-25add ZConfig-1.0, a Python configuration library for those who don't likedrochner5-0/+84
the Windows-ini-file-like stuff which comes with the base pkg
2003-07-25add some...drochner2-0/+24
2003-07-25xmlcatmgr/catalogs.mk is not needed; the buildlink2.mk is enough.jmmv1-2/+2
2003-07-25Update to 5.42a:jmmv2-7/+6
Version 5.41 2003-06-30 Added runtests.bat contributed by Lon Amick <lon.g.amick@mail.sprint.com> Added JAVT timezone. David Coppit <david@coppit.org> Fixed bug where -HH:MM and +HH:MM were not being accepted as valid timezones. Hank Barta <hbarta@htc.com> Small patch for OpenVMS. Martin P.J. Zinser <zinser@decus.de> Minor doc fix. Jeremy Tietsort <jrtietsort@micron.com> Added BRST timezone. Daniel Serodio <dserodio@email.com> Added Russian translation. Dapi <dapi@mail.ru> Made the UnixDate %Z format work with numeric timezones. Michael Isard <michael.isard@compaq.com> Minor bug fix where /etc/timezone not correctly read. Jacek Nowacki <jacekn@polcard.com.pl> Added ART timezone. Fabian Mandelbaum <fabman@mandrakesoft.com> Minor enhancement to ParseRecur. Randy Harmon <rjh@fortheweb.com Fixed spelling of Veteran's day. Dirk Eddelbuettel <edd@debian.org> Documentation improvements. James Olsen <jolsen@multiad.com> Added Brazilian timezones. Raul Dias <raul@dias.com.br> Fixed WEST timezone. Pedro Melo CUNHA <melo@isp.novis.pt> Added NOVST timezone. Roman Y Malakhov <roman@intis.tomsk.ru> Additions to Dutch translation. Willem <itsme@xs4all.nl> Fixed a bug where timezones -HH:MM weren't handled in ISO 8601 dates. Ed Avis <ed@membled.com> Fixed a bug involving business deltas with negative hours. Ludovic Dubost <ludovic@pobox.com> Modified Delta_Format to treat the entire delta as exact if no month component is present. Due to discussion with Tim Turner <torrid@mindspring.com> Added EAT timezone. David Whiting <dave@pluto.ammp> Added BOT timezone. Khaled Mostaguir <Khaled.Mostaguir@isb-sib.ch> Added several Australian timezones. Jason King <Jason.King1@team.telstra.com> Added some support for NetWare. Chris Shields <cshields@waubonsee.edu> Added some help for VMS timezones. Don Slutz <DSlutz@arrayinc.com> Applied some robustness patches. Ed Avis <ed@membled.com> Fixed a bug with years <1000. Jonathan Callahan <Jonathan.S.Callahan@noaa.gov> Patch to make Manip.pm -Mstrict clean and better VMS support. Peter Prymmer <PPrymmer@factset.com> Patch to French support. Patrick Turmel <patrick@espacecourbe.com> Added Tues/Thur abbreviations. <mthurn@cise.ufl.edu> Fixed a bug in "1st saturday of 2005" format. Maurice Aubrey <maurice@redweek.com> Taint check insecure $ENV{PATH} fix. Ed Avis <ed@membled.com> Patch to allow deltas of the form "+ -1 day" to work. Ed Avis <ed@membled.com> Added Turkish. <giray@pultar.org> Added Danish. Jesper Dalberg <dalberg@cybercity.dk> Added some checking to the timezone determination. Ed Avis <ed@membled.com> ***Replaced all non-ASCII characters with hex representations to avoid the malformed UTF-8 character warnings. Ed Avis <ed@membled.com> Removed ampersands from function calls in documentation to fit new perl coding standards. Bill Pollock <billp@statenet.com> Fixed a bug where spaces in a date caused problems in German (due to the number 1st, 2nd, etc. being 1., 2., etc.). Erik Roderwald <erik@roderwald.de> Version 5.42 2003-07-02 Number changed to distinguish between the development release (5.41) and official release since. Version 5.42a 2003-07-03 A quick fix to replace a faulty test.
2003-07-25Apply distribution patch and fix a minor problem (linker flags not beeingjmmv3-4/+11
passed to configure checks). Bump PKGREVISION to 1.
2003-07-25Revision bump, because libexif shared library version changed in 0.5.10adam1-2/+2
2003-07-24add python libsdrochner1-1/+3
2003-07-24add py-kjbuckets-2.2, a fast hashtable implemtationdrochner4-0/+47
2003-07-24add py-pqueue-0.2, a fast priority-queue implementationdrochner4-0/+48
2003-07-24Add and enable buildtool-doc.jmmv1-1/+2
2003-07-24Initial import of buildtool-doc, version 0.12:jmmv4-0/+54
This package provides the full User's and Developer's manual for the Buildtool portable BSD-like build infrastructure. Documentation is installed in HTML format only.
2003-07-24Update to 0.12:jmmv5-18/+75
Released on 2003/07/24, its state was alpha. o The bt_wizard module was added, which creates the basic structure needed for a project based on a serie of interactive questions. o Added cache support for many checks in bt_config. This makes the program run a lot faster if checks are duplicated, and more impor- tant, lets the administrator define check results beforehand in the system wide bt_config.conf configuration file. o The bt_swcgen module was added, which aids the system administrator in the creation of system-wide configuration files for bt_config (that is, files that store check results to avoid rechecking the same thing over and over again). o The buildtool.d/config_init file was deprecated. The entire configu- ration script is now read from a single file, buildtool.d/config, as the old framework was confusing and error prone. Compatibility will be kept for some time. o The TeXinfo documentation was removed. The manual is now distributed in its own `buildtool-doc' package, written using Docbook/XML. o The buildtool.spec file was added, needed to create RPM packages. It actually supports building binary packages for RedHat Linux and SuSE Linux. o Improved user experience: better usage messages and support for long options added. o A developer mode was added to all configure scripts (disabled by de- fault). It enables extra functionality during the build process, ideal for developers but which may annoy end users. o Removed license description files. bt_dist will suggest a COPYING file instead, as this is the most common practice suggested by li- censes. o New standard checks in the bt_config module, specially bt_check_prog_m4() and bt_check_attribute(). o Code cleanup and simplification (using M4 in some places).
2003-07-23There was a bug in make 20030714 such that the :ts modifier didn't work.sjg4-11/+11
Update to 20030723, which also has some minor portability improvements in the boot-strap and install-mk scripts.
2003-07-23Depend on diffutils >= 2.7.seb1-2/+2
Patch provided by Jonathan Perkin <jonathan at perkin dot org dot uk> in PR pkg/22236.
2003-07-23adapt to our naming scheme for Pythin version dependant utilities.drochner2-1/+24
Now "pyuic" and "pylupdate" are found properly.
2003-07-22Add perl interpreter lines to perl scripts, and use REPLACE_PERL to makeagc5-3/+37
sure the right interpreter gets used.
2003-07-22+eric3drochner1-1/+2
2003-07-22Add eric3-3.2, a Python IDE using (and supporting) PyQt.drochner4-0/+1120
2003-07-22cvsync 0.24.1gehenna2-7/+7
Changes: * WARNING: "hash mismatch" on OpenBSD (server/client) In some cases, the client shows an error message "hash mismatch" and fails to update repositories. This problem is caused by reason that native OpenBSD SHA-1 implementation is not thread safe. Workaround: 1. Specifies "hash md5" in your configuration file. 2. Rebuild the server/client with HAVE_SHA1=no or HASH_TYPE={libgcrypt,mhash,openssl}. This problem is reported to OpenBSD mailing list by Sato-san and fixed in the current OpenBSD tree. See the following URL. http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/hash/sha1.c native SHA-1 is disabled on OpenBSD 3.3 or prior in 0.24.1. * Fix a hash type negotiation bug. (server) * Fix some rdiff bugs. (server) * Fix a bug to remain the <pidfile> when the initialization is failed. (server) * Fix a bug to show error messages mistakenly when destroy pthread_cond_t. (server/client)
2003-07-21COMMENT should start with a capital letter.martti104-208/+208
2003-07-21Updated distcc to 2.9martti4-21/+12
* Optional LZO1X compression of network traffic, to make distcc faster on slow or overloaded networks. This is turned on by appending ",lzo" to each host specification. * The daemon by default allows 2+NCPUS, rather than 3*NCPUS. The two extras are to allow for some processes to be blocked on network IO, but allowing more than two of them is probably not useful on multiprocessor machines. * Larger files are sent and received using memory mappings where possible. * Use of mmap and compression makes distcc substantially faster in at least some cases. * Bug fixes
2003-07-20Update to latest bmake which now uses a date based version.sjg4-12/+12
Same for mk-files. In the case of bmake the version closely corresponds to the date of the latest sync with usr.bin/make. Changes to bmake since 3.1.18 include: Pick up fixes for const-correctness, now passes WARNS=3 on NetBSD. Pick up :ts modifier, allows controlling the separator used between words in variable expansion. * FILES: include boot-strap and os.sh * Makefile.in: only set WARNS if we are NetBSD, the effect on FreeBSD is known to be bad. * makefile.boot.in (bootstrap): make this the default target. * Makefile.in: bump version to 3.1.19 * machine.sh: avoid A-Z with tr as it is bound to lose. Pick up fix for PR/19781 - unhelpful error msg on unclosed ${var:foo Plus some doc fixes. Changes to mk-files since 1.3.2: Don't inlcue -pipe in CC for SunOS. Make it easier to do non-root installs by overriding *_INSTALL_OWN. Use STRIP_FLAG rather than STRIP for -s Avoid use of A-Z with tr. Avoid searching above /a/b/ when looking for top-of-tree Linux at least hangs if you try to examine an automount mount point.
2003-07-20Update cpuflags to 0.55abs2-3/+8
Exclude -finline-functions for userppp.
2003-07-20Undo overeager sed replacement part that broke installation.wiz1-2/+2
Reported by Kouichirou Hiratsuka in PR 22195.
2003-07-19Change address of maintainer per PR 22170.wiz5-10/+10
2003-07-18Add and enable libffiagc1-1/+2
2003-07-18Initial import of libffi-2.0beta into the NetBSD Packages Collection.agc5-0/+75
The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code. Ffi stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages.
2003-07-17s/netbsd.org/NetBSD.org/grant203-409/+409
2003-07-17s/netbsd.org/NetBSD.org/grant117-237/+237
2003-07-17Sunsite doesn't mirror the .bz2 file so use the homepage as theskrll1-2/+2
MASTER_SITE.
2003-07-15Dependency back to 1.2.3nb1adam1-2/+2
2003-07-15update to 5.2.1drochner5-10/+72
most notable changes: * Added -M --memory-limit argument to dmalloc to limit allocations. * Due to public pressure, I've made free(0L) not an error by default. -some new format specifiers for logfile expansion -bugfixes pkgsrc: -build and install thread support (not tested with GNU pth so far) -arrgh - need a patch so that libraries are not stripped on install
2003-07-15Changes 1.2.5:adam4-11/+10
* Partial Microsoft Visual C++ .Net 2003 (Windows) support * Exported extra symbols for win32 * Pedantic compiler warning fixed
2003-07-14Update to binutils "2.14.0.0". (The ".0.0" is to allow any PKGREVISIONfredb5-86/+68
bumps to correctly sort before "2.14.1", and "2.14.1.1", and so on.) Follows is a list of additions to the "NEWS" files since 2.13. The "NEWS" files were apparently not updated for "2.13.2.1" however, so all of this is not really new. The "--with-sysroot" and "--with-lib-path" configure options for "ld" are truly new, though, and the package now takes advantage of "--with-lib-path" to prevent picking up crud from "${PREFIX}/lib", to better support using this "ld" with which to build pkgsrc packages. ----- binutils/binutils/NEWS ----- * Added --info switch to objcopy and strip. * Support for Vitesse IQ2000 added by Red Hat. * Added 'S' encoding to strings to allow the display of 8-bit characters. * Added --prefix-symbols=<text>, --prefix-sections=<text> and --prefix-alloc-sections=<text> to objcopy. * readelf can handle the extensions to the DWARF2 spec used by the Unified Parallel C compiler. * BFD no longer declares a "boolean" type, to avoid clashes with other headers that declare the same. Users of BFD should replace boolean, false and true, with int, 0 and 1, or define their own boolean type. * Support for IP2K added by Denis Chertykov. ----- binutils/gas/NEWS ----- * Added support for MIPS32 Release 2. * Added support for Xtensa architecture. * Support for Intel's iWMMXt processor (an ARM variant) added. * An assembler test generator has been contributed and an example file that uses it (gas/testsuite/gas/all/test-gen.c and test-exmaple.c). * Support for SH2E added. * GASP has now been removed. * Support for Texas Instruments TMS320C4x and TMS320C3x series of DSP's contributed by Michael Hayes and Svein E. Seldal. * Support for the Ubicom IP2xxx microcontroller added. ----- binutils/ld/NEWS ----- * Added support for Xtensa architecture. * Added --with-sysroot configure switch to specify a target system root, for linking against a target filesystem image. * Added --accept-unknown-linker-format to restore old linker behaviour (pre 2.14) of silently accepting and linking in any files in an unknown binary file format. * Added --no-omagic to undo the effects of the -N option. * Support for Texas Instruments TMS320C4x and TMS320C3x series of DSP's contributed by Michael Hayes and Svein E. Seldal. * Added --with-lib-path configure switch to specify default value for LIB_PATH. * ARM port to QNX operating system added by Graeme Peterson. * IP2K support added by Denis Chertykov.
2003-07-14Only depend on gettext-lib>=0.11.5nb1 if iconv is needed.wiz1-3/+3
Noted by Matthias Scheler.
2003-07-13fix segfault caused by running off the zip directorydillo2-1/+15
2003-07-13add and enable physfsdillo1-1/+2
2003-07-13initial import of physfs-0.1.8dillo6-0/+96
PhysicsFS is a library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem.
2003-07-13CVSync 0.24.0gehenna2-5/+5
Changes: * Implement new mirror algorithm for regular files. (server/client) This improves the performance to update large regular files incredibly. * Fix a potential problem to update rcsfile(5) based files with over 256 symbols. (server/client)
2003-07-13PKGREVISION bump for libiconv update.wiz136-238/+272
2003-07-13Added several perl scripts with broken path to perl to REPLACE_PERLwulf1-1/+12
2003-07-13Added kimport, kdevdlg2ui and on2two perl scripts to REPLACE_PERLwulf1-2/+5
2003-07-12don't define test target directly, use do-testdillo1-2/+2
2003-07-12use TEST_TARGET instead of custom test targetdillo4-23/+14
2003-07-12Let the commit message contain an empty line by default.wiz2-5/+14
Requested by salo; ride 1.11.6 update version bump.
2003-07-12Update to 1.11.6.wiz21-137/+115
* A warning message is now issued if an administrative file contains more than one DEFAULT entry. * An error running a verifymsg script (such as referencing an unset user variable or the script not existing) now causes the verification to fail. * Errors in administrative files commands (like unset user variables) are no longer reported unless the command is actually executed. * When a file is initially checked out, its last access time is now set to the current time rather than being set to the time the file was last checked in like the modification time is. * The Checkin.prog and Update.prog functionality has been removed. This fuctionality previously allowed executables to be specified in the modules file to be run at update and checkin time, but users could edit these files on a per workspace basis, creating a security hole. [NB: already fixed in the package earlier -- wiz] * Corrected the path in a failed write error message. * Autoconf and Automake are no longer run automatically unless you run configure with --enable-maintainer-mode. Accordingly, noautomake.sh is no longer needed and has been removed. * We've standardized on Automake version 1.7.5 and Autoconf version 2.57 to get at a few new macros. Again, this should only really affect developers. See the section of the INSTALL file about using the autotools if you are compiling CVS yourself.
2003-07-12Update to 1.7.6:wiz3-22/+14
* Fix depcomp's icc mode for ICC 7.1. * Diagnose calls to AC_CONFIG_FILES and friends with not enough arguments. * Fix maintainer-clean's removal of autom4te.cache in VPATH builds. * Fix AM_PATH_LISPDIR to work with POSIXLY_CORRECT=1. * Fix the location reported in some diagnostics related to AUTOMAKE_OPTIONS. * Remove Latin-1 characters from elisp-comp. * Update the manual's @dircategory to match the Free Software Directory.