summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-04-04Do for this package something similar to what is now done for packagesseb2-11/+13
dealing with info files i.e. explicitly specify which install-info command should be used. *Explicitly* do not use ../../mk/texinfo.mk to avoid running into chicken and egg problem: define INSTALL_INFO to the very install-info command this package provides and use it in post-install *and* PLIST.
2002-04-03don't limit symbol length to BUFSIZ, and similarly don't limit lidjoda3-1/+259
line length to BUFSIZ; it should now be possible to index the mozilla source
2002-04-03Unless on x86 pass --disable-mmx to configure so inline x86 assembly isn't usedjmc1-1/+5
2002-04-03Add patch so this will compile on NetBSD hosts without sched.hjmc2-1/+16
2002-04-02Re-Introduce Linux packages to the wonders of readlineabs1-4/+9
2002-03-30Add a specific dependency on the skill package.agc1-1/+3
2002-03-30update to pango-1.0.1dmcmahill3-9/+9
Changes in version 1.0.1 ======================== * Documentation improvements [Matthias Clasen] * Use new API in FreeType 2.0.9 to greatly speed up coverage calculation for Xft and FT2 backends. * Some fixes for reading of OpenType tables. * Add -D_REENTRANT to compilation when necessary. [Sven Neumann] * Try and enable ClearType for Win32 backend. [Tor Lillqvist] * Fixes for Korean glyphs in the basic-x shaper [Changwoo Ryu] * Improvements for computation of average char/digit width [Sven Neumann] * Bug and error reporting fixes [Arnaud Charlet, Erewan Chenede, Mikael Hallendal, Stefan Israelsson, Alex Larsson, Soeren Sandmann, Dan Winship]
2002-03-30update to atk-1.0.1dmcmahill3-7/+7
Changes in version 1.0.1 ======================== * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman] * Fix Win32 DLL name [Tor Lillqvist]
2002-03-30update to glib-2.0.1dmcmahill4-33/+10
Overview of Changes in GLib 2.0.1 ================================= * Portability fixes for Sun's Forte compiler [Erwann Chenede] * Performance improvements for GObject parameter lookup, g_filename_to/from_utf8() [Alex Larsson] * Actually check interface prerequisites [Matthias Clasen, Miroslaw Dobrzanski-Neumann] * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor] * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras] * Fixes for g_log() and threading. [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik] * Make g_print(), g_printerr(), g_warning(), etc, convert from UTF-8 to the encoding of the locale [Sebastain Wilhelmi, Tim] * Fixes for GIOChannel on windows. [Tor Lillquist] * Fix gsize/gint mismatches in giochannel.c [Miroslaw] * Fix file descriptor leak in g_file_get_contents() [Matthias] * Workaround iconv() problems on older Solaris [Lauri Alanko] * Fix warnings with gcc-3.1 about asm const [Cody Russel] * Minor bug fixes. Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele, Akira Tagoh, Morten Welinder
2002-03-29Update to 1.35:wiz3-6/+8
* C Skeleton Some projects use Bison's C parser with C++ compilers, and define YYSTYPE as a class. The recent adjustment of C parsers for data alignment and 64 bit architectures made this impossible. Because for the time being no real solution for C++ parser generation exists, kludges were implemented in the parser to maintain this use. In the future, when Bison has C++ parsers, this kludge will be disabled. This kludge also addresses some C++ problems when the stack was extended.
2002-03-28update to ptl-2.1.8dmcmahill2-6/+6
changes are: 2001-03-02 Kota ABE <k-abe@media.osaka-cu.ac.jp> * include/setjmp.h: change the name of struct _sigjmp_buf into struct _ptl_sigjmp_buf. FreeBSD 4.2R's <machine/setjmp.h> defines the same struct. 2000-12-07 Kota ABE <k-abe@media.osaka-cu.ac.jp> * src/io_api.c (read_timedwait): fixed: infinite loop when READ() returns with EIO. (<hsaitoh@nts.ricoh.co.jp>). * src/io_api.c (readv_timedwait): ditto.
2002-03-27Updated cpuflags to 0.21 - add powerpc values from Jon Buller plus someabs2-66/+86
other friendly people on port-macppc. While I'm here rework to check hw.machine_arch first and then hw.model, so we cna handle overlapping model matches between hw.machine_arch. We've not hit any yet, but this is the right thing to do :)
2002-03-26Fix a bug when inferring the CXX tag which meant that for certainskrll3-18/+24
libraries the following could occur - a.out platforms: c++rt0.o would be missing and therefore global contstructors would not work. - ELF platforms libstdc++ and libm would not be explicitly linked in. This affected notably libqt and explains the build failure of kdelibs2 on arm32. Bump PKGREVISION and require it.
2002-03-26Add missing dependency on libiconv.rh3-2/+16
Set runtime link path _before_ linking with the various libraries.
2002-03-26Remove ${PREFIX}/lib/pkgconfig if it is empty at deinstallation. Alsojlam1-2/+3
change "true" to "${TRUE}".
2002-03-26Include missing freetype2 dependency.rh1-1/+2
2002-03-25Make this compile on powerpc again.briggs4-60/+52
2002-03-25update to 1.4.5 (bug fixes, macosx and cygwin improvements).grant2-8/+9
1.4.4 no longer on master site. use bz2 file.
2002-03-25update for 1.4.5 (bug fixes, macosx and cygwin improvements).grant1-9/+9
1.4.4 no longer on master site. use bz2 file.
2002-03-25Add p5-Module-Dependency.cjs1-1/+2
2002-03-25Build and use index of perl module dependencies.cjs4-0/+30
2002-03-25remove unneeded patches. pkg-info adds -Wl,-R${path} automatically, nodmcmahill11-102/+3
need to add it explicitly.
2002-03-24s/pth/ptl2dmcmahill1-2/+2
2002-03-24add atk, glib2, and pangodmcmahill1-1/+4
2002-03-24import pango-1.0.0dmcmahill8-0/+246
Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed; however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends Dynamically loaded modules then handle text layout for particular combinations of script and font backend. As well as the low level layout rendering routines, Pango includes PangoLayout, a high level driver for laying out entire blocks of text, and routines to assist in editing internationalized text.
2002-03-24import atk-1.0.0dmcmahill6-0/+150
The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices. Atk provides a core set of interfaces which are common to all widgets and "additional" interfaces that are appropriate to certain classes of widgets and whose existence can be queried at run time. It also provides interfaces which an application can use to provide additional accessibility information to assistive technology tools.
2002-03-24import glib2-2.0.0dmcmahill12-0/+421
GLib is a library which includes routines for C, providing lists, trees, hashes, memory allocation functionality and many other things. glib2 will coexist with glib-1.2.*
2002-03-24Add and enable SDL_gfx.wiz1-1/+2
2002-03-24Initial import of SDL_gfx, provided by Ben Collver in pkg/16015.wiz5-0/+104
DESCR: The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons for SDL Surfaces. The current components of the SDL_gfx library are: - Graphic Primitives (SDL_gfxPrimitves.h) - Rotozoomer (SDL_rotozoom.h) - Framerate control (SDL_framerate.h) - MMX image filters (SDL_imageFilter.h)
2002-03-24Use AWK instead of SED to do the patching, now it works on Solaris.seb1-5/+6
While here put the patching in target do-patch an remove NO_PATCH. This should fix PR 16035.
2002-03-24update to 1.4.1 from 1.4 This is a bugfix release.dmcmahill3-384/+795
- Internally make sure an invalid file-descriptor (integer not between 0 and (FD_SETSIZE-1) does not lead to any segfaults or other undefined behaviour. Instead an error is returned and errno is set to EBADF, similar to what the OS functions do. Especially pth_poll() now return with this error (instead of skipping the fd) if an fd in the "struct pollfd" is invalid. [Ralf S. Engelschall, Archie Cobbs <archie@packetdesign.com>] - Correctly support PTH_FDMODE_NONBLOCK in pth_connect and pth_accept. [Archie Cobbs <archie@packetdesign.com>] - Fixed typos in manual page. [Michael Schloh v. Bennewitz <michael.schloh@de.cw.net>, Takashi Ishihara <tishihara@ucdavis.edu>] - For portability reasons changed definition of PTH_EXT_SFIO to 0/1 instead of FALSE/TRUE because some external definitions use a casted value and hence make trouble on plain #if constructs. [Staehli Patrik <patrik.staehli@siemens.ch>] - Fixed return value (number of occurred events) of pth_wait(). [David Dureau <david.dureau@cea.fr>] - Replaced thread-unsafe usage of a static struct iovec in pth_writev_ev() with a thread-safe stack/heap-based solution. [Ralf S. Engelschall, Mark Burton <markb@ordern.com>] - Replaced antiquated PTH_FLAG_NOJOIN references with the correct PTH_ATTR_JOINABLE references in the manual page. [Takashi Ishihara <tishihara@ucdavis.edu>] - Fixed a (not very subtle) bug in pth_writev_ev() that screwed up output if a partial write happened. [Mark Burton <markb@ordern.com>] - Fixed static initializers PTH_BARRIER_INIT and PTH_COND_INIT. [Shawn Wagner <shawnw@speakeasy.org>] - Typo fixes in pth.pod [<collver@linuxfreemail.com>] - Upgraded to GNU shtool, version 1.5.4. [Ralf S. Engelschall] - Fixed "make striptease": pth_string.c was not included and some commands which were removed at all (and this way causes syntax errors) will be now correctly commented out with ":" commands. [Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>]
2002-03-23Add and enable mrproject.agc1-1/+2
2002-03-23Initial import of mrproject-0.5.1, a program to manage project development.agc6-0/+211
This was provided by Martti Kuparinen, modified slightly by myself. This also links the component plugins statically in mrproject, the idea taken from the FreeBSD comments on the mrproject mailing lists by Joe Clarke. Note that ORBit 0.5.13nb1 is necessary for this package to work properly (so that a maximum of IOV_MAX iovecs are sent at a time to writev(2)) MrProject is a project management program that can help build project plans, and track the progress of a project.
2002-03-22Replace some spaces with tabs in the Makefile.rh1-8/+9
Set LOCALSTATEDIR to ${X11PREFIX}/var/gnome to prevent the package from installing scrollkeeper files where they don't belong. Another step in the continuing uphill struggle to close PR pkg/13057. Bump package revision to nb1.
2002-03-22Add a comment why "TZ" is set.tron1-1/+3
2002-03-22Set "TZ" to "GMT" to avoid unnecessary rebuild of the info files whichtron1-2/+2
fails under NetBSD 1.5.3. Problem noted by Matthew Green in PR pkg/15954.
2002-03-22Add and enable anjuta.wiz1-1/+2
2002-03-22Initial import of anjuta-0.1.9, based on a package provided by Nir Morwiz15-0/+615
in connection with pkg/15403. From the DESCR: Anjuta is a versatile Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME, and features a number of advanced programming features. It is basically a GUI interface for the collection of command line programming utilities and tools available for unix. These are usually run via a text console, and can be unfriendly to use.
2002-03-22Update p5-IO-Tty to 1.00. Major changes from version 0.04 includejlam4-36/+35
additions to the API and a complete rewrite of the way a pty is allocated, and the use of openpty() in *BSD to open the allocated pty, and other bug fixes. We had to fix Makefile.PL to correctly invoke the preprocessor. The changes have been forwarded to the author. This closes pkg/15896 by Shell Hung <shell@shellhung.org>.
2002-03-21add missing build dependency to the test targetdmcmahill1-2/+2
2002-03-21add a test target to run the packages self checks.dmcmahill1-1/+5
2002-03-21Fix the pattern that matches valid library files so that it allows '.'skrll8-7/+92
in the library name. This fixes pkg/15981 from Dan McMahill <dmcmahill@netbsd.org> Patch up the test configure scripts while we're here. Bump the PKGREV, but don't require it just yet.
2002-03-20Initial implementation of buildlink.mk that generates a wrapper forjlam1-0/+44
pkg-config. We use a BUILD_DEPENDS instead of a regular DEPENDS since pkg-config is only useful when configuring and building the package.
2002-03-20Only try to remove the pkgconfig directory as other packages may stilljlam1-2/+2
have files installed there.
2002-03-20Use LIBTOOL_OVERRIDE instead of duplicating the logic in a privatejlam1-7/+5
post-configure target. Also mark as USE_BUILDLINK_ONLY as it's already strongly buildlinked.
2002-03-20Update to 1.0.9, bugfix release.wiz5-21/+22
2002-03-20Use smaller ".tar.bz2" source archive.tron2-4/+5
2002-03-19Enable p5-Parse-RecDescentmjl1-1/+2
2002-03-19Remove misnomed p5-Parse-RescDescentmjl4-26/+0
2002-03-19Re-import of misnamed p5-Parse-RescDescentmjl4-0/+26
RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications.