summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-06-14Use the defines from bsd.pkg.mk, don't start subshells.hubertf1-3/+3
(The values for uname etc. will probably be passed in from upper-level make processes).
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
2000-06-09USE_LIBTOOL instead of pkglibtool.jlam2-9/+11
2000-06-08USE_LIBTOOL, not pkglibtooljlam2-4/+5
2000-06-08add 1.4Z[A-Z] pattern for recognition of 'good' curseswiz1-2/+2
2000-06-08Make this package build on the "arm32" port.tron2-1/+17
2000-06-07Update to PTL-2.1.3msaitoh2-5/+5
Changes from 2.1.2: * src/mutex.c: Now pthread_mutex_lock() is NOT a cancellation point, as POSIX requires. * src/sched.c (_pthread_block): check cancellation status before making the calling thread block. * add call to pthread_testcancel() to a lot of cancellation point functions. * src/mutex.c, src/cond.c: fixed: mutex and cv chain can be corrupted.
2000-06-05no more USE_PKGLIBTOOL here, either.wiz2-8/+9
2000-06-05Use USE_LIBTOOL instead of USE_PKGLIBTOOL.wiz3-32/+20
2000-06-05USE_LIBTOOL instead of USE_PKGLIBTOOLwiz2-12/+15
2000-06-04Fix aout brokenness. Bump libtool to 1.3.5nb3.rh4-14/+31
2000-06-04Prepend '-Wl,' to linker flags so compiler frontend doesn't choke onrh3-6/+6
unknown linker switches. Patch provided by Dave Sainty in private mail. Bump libtool to 1.3.5nb2
2000-06-04USE_LIBTOOL instead of USE_PKGLIBTOOL: lose a patch.wiz4-31/+16
2000-06-03Fix KVM support so that at least the "gtop" package works again.tron2-1/+19
2000-06-02Add GNOME mirrors to master site list.tron1-2/+3
2000-06-02Remove obsolete german mirror.tron1-3/+2
2000-06-01Update glade to 0.5.9. Relevant changes are:rh3-8/+107
Glade 0.5.9 (May 20 2000) =========== o Added a Turbo-Start Guide from Paul J. Drongowski. o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox widgets, and setting all the standard window properties of GnomePropertyBox. o Updated Norwegian, Russian, Swedish, Japanese and German translations. Glade 0.5.8 (May 14 2000) =========== o Added User Guide and FAQ to the Help menu, though these are unfinished. o Added option to support the Gnome Help system. Currently this only adds the GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a complete template User Guide with all the build files in future. Note that you will have to install the topic.dat file in the appropriate directory for the Help menuitems to be added. See the Glade source for an example. o Installed the menu hints in the GnomeAppBar. o Added a '--write-source' command line option to just build the source code and exit. Note that an X connection is probably necessay for this to work. o Partial support for GnomeDB widgets, though you'll have to set up the configure.in/Makefile.am yourself. Parts of this may be unfinished. o The beginnings of support for Bonobo controls. To include this configure with '--with-bonobo'. This is still unfinished. Source code output isn't done. o Lots of new translations (many thanks to the people who do this behind the scenes). Glade 0.5.7 (Feb 19 2000) =========== o Fixed problem with gnome-gettext.m4 macros being removed. o French, Swedish, Japanese & Norwegian translations updated. Glade 0.5.6 (Feb 13 2000) =========== o Bug fixes - XML/source code output for box children with PACK_END set. Using normal pixmaps in menu items. Used correct default for C++ option cxx_use_heap, so it doesn't appear in projects for other languages. Fixed code output for children of paned widgets. Fixed progress bar bug. Fixed GLADE_DATA_DIR so --datadir works. Fix bug which caused widgets to be skipped in code output. o Used WM_NAME & WM_CLASS properties so window positions can be saved by the window manager. o Defaults for project options - to cut down on XML output. More default values will be used in future - see doc/file_format.txt. Glade 0.5.5 (Nov 11 1999) =========== o Bug fixes - fixed accelerator keys dialog so the GTK+ version compiles. output (void) as the function prototypes in interface.c Glade 0.5.4 (Nov 6 1999) =========== o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I still think people shouldn't use these. o Added some support for GnomeAnimator. You just have to add the frames of the animation yourself. o Moved accelerator keys from a property editor page to a separate dialog, which you can access via the 'Basic' page of the property editor. o Bug fixes - Allow label to be removed from buttons etc. Make sure GnomeDruid strings are translated. Don't let widgets be added to GnomeCanvas. Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted. Ignore <style> stuff in XML file.
2000-06-01Update libglade to 0.13. Changes include:rh5-36/+29
- improved bonobo support from Michael Meeks. - building documentation doesn't require an X connection now. - accelerators for widgets on notebook pages are now only active when the page is visible (Jon K Hellan). - memory leak fixes (Morten). - fixes for GtkHPaned/GtkVPaned. - handle progress bar attributes. - dock layout should save correctly now for GnomeApp widgets. - handle non stock menu icons in GNOME mode. - added glade_xml_get_widget_prefix() function to get all widgets whose names start with a certain prefix. - added glade_xml_signal_connect_data() function that connects a named signal and allows you to specify the data argument. This is a simple wrapper around glade_xml_signal_connect_full.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh24-48/+48
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-06-01Pull in some of the libtool-current changes to handle -Wl linker options,rh3-2/+33
making runtime library path settings work again. Bump version to 1.3.5nb1
2000-06-01Fix HOMEPAGErh1-2/+2
2000-05-31Update libtool to 1.3.5. Changes are mainly bugfixes. This also fixesrh4-9/+35
PRs 9902 by Geoff C. Wing and 10106 by Dave Sainty.
2000-05-30DEPEND -> DEPENDSdmcmahill1-2/+2
2000-05-30fix path to bsd.pkg.mkdmcmahill1-2/+2
2000-05-30update to 1.0.9drochner6-29/+45
(The ChangeLog is not useful.)
2000-05-29Update boost to 1.14.3 since old distfile is gone from master site.jlam6-376/+14
* Remove limits and memory. Just depend on SGI STL package which has much better versions of these files. * Minor fixes and enhancements in the documentation.
2000-05-27Prevent infinite loop in mkid if it encounters an assembly source file whichsommerfeld2-5/+14
ends in a preprocessor directive not followed by a newline. (test case: rev 1.1 of syssrc/sys/lib/libkern/arch/arm26/byte_swap_2.S) Patch mailed to GNU maintainer; however, last release of this package was ~4 years ago, so..
2000-05-26Version 3.79hubertf3-7/+14
* GNU make optionally supports internationalization and locales via the GNU gettext (or local gettext if suitable) package. See the ABOUT-NLS file for more information on configuring GNU make for NLS. * Previously, GNU make quoted variables such as MAKEFLAGS and MAKEOVERRIDES for proper parsing by the shell. This allowed them to be used within make build scripts. However, using them there is not proper behavior: they are meant to be passed to subshells via the environment. Unfortunately the values were not quoted properly to be passed through the environment. This meant that make didn't properly pass some types of command line values to submakes. With this version we change that behavior: now these variables are quoted properly for passing through the environment, which is the correct way to do it. If you previously used these variables explicitly within a make rule you may need to re-examine your use for correctness given this change. * A new psuedo-target .NOTPARALLEL is available. If defined, the current makefile is run serially regardless of the value of -j. However, submakes are still eligible for parallel execution. * The --debug option has changed: it now allows optional flags controlling the amount and type of debugging output. By default only a minimal amount information is generated, displaying the names of "normal" targets (not makefiles) were deemed out of date and in need of being rebuilt. Note that the -d option behaves as before: it takes no arguments and all debugging information is generated. * The `-p' (print database) output now includes filename and linenumber information for variable definitions, to help debugging. * The wordlist function no longer reverses its arguments if the "start" value is greater than the "end" value. If that's true, nothing is returned. * Hartmut Becker provided many updates for the VMS port of GNU make. See the readme.vms file for more details.
2000-05-26Update glib to 1.2.8. Overview of changes:rh5-21/+20
* GArray zero initialization bug fixed * Fix for upper bound calculation of formatted strings * Improved GCC detection * AIX dynamic modules fix to retrive symbols from shared libraries for the main program. * Miscellaneous other minor bug fixes
2000-05-24bump to 0.16, which includes Jason Thorpe's mutex changesexplorer4-7/+10
2000-05-24Correct path for distfilejlam1-2/+2
2000-05-24Add and enable sgi-stl and sgi-stl-docsjlam1-1/+3
2000-05-24SGI Standard Template Library Programmer's Guidejlam5-0/+375
2000-05-24SGI Standard Template Libraryjlam8-0/+164
2000-05-21CVS has moved.kim2-6/+6
2000-05-19Update to 15.0bl2.wiz13-194/+35
Changes: Bugfixes, better man page, code cleanup. Fixes pkg/10153.
2000-05-18Update to 1.4.1. Changes include:mjl2-4/+4
New intrinsic function: strreplace. SLang_roll_stack and SLang_reverse_stack functions made public. SLang_free_function added. src/slrline.c: Keybindings for ESC O A, etc added. src/slsmg.c: SLsmg_write_nstring: avoid many loops if an extremely large value is passed (> 0x7FFFFFFF). src/slregexp.c made thread safe src/slsmg.c: Cursor was not always properly positioned when after SLsmg_touch_lines called. If terminal does not have erase to eol capability, then use spaces. doc/tm/strops.sl: doc for strcat updated to reflect its ability to concatenate N strings. src/slsmg.c: bug involving SLsmg_set_screen_start fixed. src/slparse.c: parser was failing to catch misplaced `}'.
2000-05-14Fix some of the patches - some RCS IDs did sneak in!hubertf4-37/+18
Need a smarter pkgdiff...! - Hubert
2000-05-12Remove obsolete "corba" category.tron1-2/+2
2000-05-12Install a library containing implementation objects. Make this actuallyjlam8-94/+522
usable by installing <limits> and <memory> which implement parts of the Standard C++ Library missing from the NetBSD toolchain.
2000-05-10Make sure text files are installed stripped of CR.jlam1-3/+9
2000-05-10Add and enable gtljlam1-1/+2
2000-05-10GTL - C++ graph data structure library based on the STLjlam7-0/+168
2000-05-09Add and enable boost.jlam1-1/+2
2000-05-09boost 1.14.1: free C++ libraries designed to work well with standard libsjlam5-0/+189
2000-05-07Jump to PTL-2.1.2msaitoh6-38/+17
Changes between PTL2-current-990622 and PTL-2.1.2 * support NetBSD/arm32. * fix a configure.in bug which fails if $MACHINE != $MACHINE_ARCH. * src/io_udp.c (send_timedwait, sendto_timedwait, sendmsg_timedait): While underlying system calls return with EWOULDBLOCK, continue writing. * src/signal.c (_pthread_signal_init): On system that PTL can set the stack pointer without using sigstack(), SIGUSR2 can be used for user's purpose. * src/internal.h (END_CRITICAL): fixed: signal interruptions are lost in certain situation theoretically. * src/io.c: use O_NONBLOCK rather than O_NDELAY in SunOS5. * Util/Makefile.in: version number of libPTL.so is changed to 2.0. * src/specific.c (pthread_key_create, pthread_setspecific): if fail to allocate the memory, returns ENOMEM. * src/cond.c, src/mutex.c, include/sys/types.h: pthread_mutex_t and pthread_cond_t are changed from `pointer to struct' to `struct'. * src/cond-attr.c, include/sys/types.h: pthread_condattr_t is changed from integer handle to struct. * src/cond.c, src/mutex.c, src/pthread.c: pthread_{mutex_,cond_,}setname_np returns ENOMEM if malloc() returns NULL. * src/cancel.c (pthread_setcancelstate): if FLAG_CLEANUP_HANDLER is set, do not call pthread_exit() even if PTHREAD_CANCEL_ENABLE is specified and the thread is already cancel requested. (pthread_testcancel): similar to above. * src/internal.h (FLAG_CLEANUP_HANDLER): this flag shows that the thread is currently executing cleanup handlers. * src/sched.c (after_csw): Clear FLAG_DO_CANCEL flag before executing cleanup handlers to prevent entering executing cleanup handlers loop. * src/io.c (_pthread_pdb_iostat): Implement `iostat' command into PDB.
2000-05-05Update kdevelop to 1.2wulf9-248/+339
2000-05-04 * splithubertf10-210/+180
* don't change the name of cbreak to crmode if sun is not defined Hint by Brett Lymn <blymn@baesystems.com.au>, sent to me by Thomas Klausner.
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw12-125/+16
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02Update to libgtop-1.0.7. Incorporate fix submitted by R. C. Dowdeswellfredb15-146/+73
in PR pkg/8691, to make it build on m68k. Also, kvm_uread() -> kvm_read(). This may fix the other problems alluded to in the PR. LibGTop-1.0.7 is a bug fix release, no details available. LibGTop-1.06 incorporated some *BSD fixes (including some pkg patches), and updated the reference manual somewhat.