summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-07-19Updated cpuflags to 0.29abs3-19/+12
Use MAKEFLAGS not .MAKEFLAGS so we can work on 1.5 and earlier. Fix alpha 21164A CPU parsing.
2002-07-19Create and destroy share/gconf.mycroft1-1/+4
2002-07-19Get the path right...mycroft2-5/+5
2002-07-19Fix LP64 bugs in testgthread, so `make check' works.mycroft2-1/+19
2002-07-19Use CONFIG_{GUESS,SUB}_OVERRIDE to fix build problem on Darwin, noted byschmonz3-3/+9
Randy Beaudreault <maccult@pacbell.net>.
2002-07-18Apply patches from Johnny Lam to let pth and pth-syscall co-exist.agc3-45/+38
2002-07-18Use the new CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE mechanisms.agc4-8/+27
Patch i386 configuration to recognise netbsdelf - more architecture changes are necessary here.
2002-07-18Don't patch one file multiple times - merge the changes into oneagc8-94/+51
patch file. Use the new CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE mechanisms. Recognise netbsdelf on i386 platforms - more mods will be necessary for different platforms.
2002-07-18Improve this.skrll1-1/+3
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh19-12/+116
Bump PKGREVISION
2002-07-17Some dirs are shared with GConf2.wiz1-4/+4
2002-07-17Oops, add %D.wiz1-4/+4
2002-07-17Some dirs are shared with GConf-1.wiz1-4/+4
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Add and enable kdesdk3skrll1-1/+2
2002-07-17Update the kdevelop meta pkg to 2.1.2 as well.skrll1-4/+3
From Joe Reed <jnr@po.cwru.edu> in pkg/17582
2002-07-17Update to 1.2.5. Changes are:skrll6-65/+63
Now compiles for KDE 3. Fixed make install for builddir != srcdir. Fixed status bar flicker. This gives a nice speed-up by a factor of 4 when the contents of an array of 50 QStrings are displayed! Now compiles for KDE 3 (Beta1). Support QString of Qt 3.x. Improved (and fixed) the display of arrays with repeated values. Fixed crash when a file is reloaded while disassembled code is displayed. Fixed parsing of stack frames involving signal handler invocations. Fixed invisible toolbar under KDE 2.x (really, this time, I promise). Fixed crash when no line has the cursor (empty files). Don't display a blank page when a non-existing file was tried to open. The memory window is now organized in columns. Values that changed between program stops are displayed in red color. Big kudos go to Alexandre Clement for this feature. From Joe Reed <jnr@po.cwru.edu> in pkg/17577
2002-07-17Update to 2.1.2 and to use KDE 3.0.skrll7-148/+114
Lots of bug fixes and new features. This closes pkg/17579 from Joe Reed <jnr@po.cwru.edu>
2002-07-17Update c-cpp-reference to 2.0.2 and for KDE 3.0.skrll4-9/+29
This closes pkg/17576 from Joe Reed <jnr@po.cwru.edu>
2002-07-17Import of a kdesdk 3.0.2 package.skrll8-0/+585
Based on my earlier work and pkg/17572 from Joe Reed <jnr@po.cwru.edu>
2002-07-17Updated cpuflags to 0.28abs2-14/+14
Correctly fix amiga CPU parsing. Fix from Tim Preston.
2002-07-16Use scrollkeeper's buildlink.mk fileagc1-2/+2
2002-07-16Update cpuflags to 0.27abs3-20/+16
cpuflags.mk now sets CPU_FLAGS and CPU_DIR in .MAKEFLAGS to avoid having to call cpuflags in every sub-make. Reduces a 'make clean' in /usr/src on a celeron 850 from 90 seconds to 30 seconds. What is impressive is that I managed to leave it that bad without being bricked...
2002-07-15SDL configure checks if libusb or libusbhid is present on the system, butkristerw3-129/+133
it tried to use both if both was found (which caused conflicts.) Solves PR 17602.
2002-07-15Oops. This patch update was a local thing.skrll1-2/+2
2002-07-15Updated cpuflags to 0.26abs3-24/+28
Fix cpu parsing code for amiga (From Tim Preston), plus handle 21066 in alpha.
2002-07-15update MASTER_SITES.grant1-3/+3
2002-07-14Add USB joystick support (and bump version to 1.2.3nb1). The implementationkristerw7-39/+1375
is taken from the SDL development repository, with some bugfixes from me. Solves PR 17374.
2002-07-14Add IDL includes to buildlinked filesrh1-1/+2
2002-07-14Make sure IDL includes get properly buildlinkedrh1-1/+3
2002-07-13Remove build dependency on automake by providing patches.wiz6-15/+131
Requested and tested by Nick Hudson.
2002-07-13Bump to 0.25: Use nawk instead of awk on Solaris. Closes pkg/17587.wiz2-5/+5
2002-07-13Add one more missing file.mycroft1-1/+2
2002-07-12Update to gal 0.19.3.mycroft4-29/+28
I've tested all the apps I found that link against gal -- various stuff in gnome, gabber, mrproject, sodipodi, evolution, etc. mrproject and sodipodi had other problems (which I fixed). gtt and gnome-gtkhtml-editor seem to hang without doing much, but this also happens with gal-0.19nb1. This update is necessary to update evolution.
2002-07-12Add missing modules.mycroft1-2/+4
2002-07-12Make this use USE_X11BASE too. Otherwise it only works with xpkgwedge.mycroft1-1/+2
2002-07-12Fix typo (mmmm, distirbution).wiz1-1/+1
2002-07-12Standardize rmdir line.wiz1-2/+2
2002-07-12Other packages now also install in lib/bonobo.wiz1-3/+3
2002-07-12Add and enable libglade2.wiz1-1/+2
2002-07-12Initial import of libglade2, supplied by Julio Merino in pkg/17462.wiz6-0/+121
Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C code that can then be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This way you can change the look of a program without needing to recompile. Currently it supports all the widgets in current releases, together with support for keyboard accelerators and automatic signal connection.
2002-07-12Add and enable libbonobo.wiz1-1/+2
2002-07-12Initial import of libbonobo, from Julio Merino in pkg/17422.wiz7-0/+245
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components, controls and creating compound documents. We distinguish between `Bonobo' the name of the component architecture, and `bonobo' which is the C-based easy to use implemenatation of the Bonobo component architecture. libbonobo contains a rich API for dealing Bonobo Objects (activation for example).
2002-07-12Update to 1.0.2. Patch from Julio Merino in pkg/17415.wiz4-9/+13
Changes since 0.9.8: Bugfixes.
2002-07-12Fix pkg/16389: PLT2 has insufficient levels of buildlink for ARM systemsskrll1-2/+3
2002-07-11Patches for better support of Solaris, from Julien T. Letessieragc2-4/+70
2002-07-10PKGREVISION++ suggested by wizskrll1-2/+2
2002-07-10Pull in the pthread/machdep.h header from pthread.h so thatskrll2-2/+20
PTHREAD_COND_INITIALIZER can be used. This fixes pkg/12955 from Jaromir Dolecek <jdolecek@netbsd.org>
2002-07-10Fix a typo and remove some unnecessary text.wiz1-2/+2
2002-07-09Update semi to 1.14.4jun3-12/+13
* SEMI: Version 1.14.4 (Hosorogi) released. * semi-def.el (mime-browse-url-regexp): Allow nntps and ftps. * mime-view.el (mime-display-multipart/related): When "start" parameter specifies part, treat the part as root. * mime-view.el (mime-display-multipart/related): New function; set up for `mime-preview-condition'. * mime-bbdb.el: Load "bbdb-hooks" when the symbol function `bbdb-extract-field-value' is not bound or it is set up as an autoloaded function. [cf. <emacs-mime-ja:799,842,843,844,845,846>] * semi-def.el (mime-browse-url-regexp): Allow https. * mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated optional fields. * mime-view.el: Revert to use `static'.