summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-02-21add some patches from FreeBSD Ports, and tidy up patching ofgrant6-7/+77
make.texi.
2003-02-21Update to gmp 4.1.2. Many changes, but the relevant bug fixes seems to be:mycroft8-129/+11
* mpn/generic/rootrem.c: In Newton loop, pad qp with leading zero. * mpn/generic/rootrem.c: Allocate 1.585 (log2(3)) times more space for pp temporary to allow for worst case overestimate of root. Add some asserts. * tests/mpz/t-root.c: Generalize and speed up. * mpfr/pow.c: Fixed bug (infinite loop) for exact powers. * mpfr/sub.c: Fixed wrong inexact flag for a - b where a and b are of different signs and EXP(a) < EXP(b). * printf/printffuns.c (gmp_fprintf_reps): Make it actually work for padding > 256. * gmp-impl.h (USE_LEADING_REGPARM): Disable for PIC code generation. * mpn/generic/tdiv_qr.c: Remove a bogus assert. * mpn/generic/mode1o.c, mpn/alpha/ev5/mode1o.c: Correction to ASSERTs. Reported by Christoph Ludwig. * mpf/urandomb.c: Truncate nbits to precision of rop. * configure.in (sparc v9 *bsd*): Add NetBSD and OpenBSD sparc64. (x86 openbsd*): Extra underscore for _GLOBAL_OFFSET_TABLE_. * mpn/generic/rootrem.c: Avoid overflow in xnb calculation. * mpz/root.c: Avoid overflow in rootnb calculation. * gmpxx.h (__gmp_binary_equal, __gmp_binary_not_equal): Fix broken mpq/double functions. * mpn/m68k/lshift.asm: Fix typo in !scale_available_p code. * mpn/m68k/rshift.asm: Likewise. * mpz/remove.c: Make src==0 return 0, not do DIVIDE_BY_ZERO. * mpfr/acinclude.m4 (MPFR_CONFIGS): Patch by Vincent for an apparent float rounding gremlin on powerpc. * mpf/inp_str.c: Fix returned count of chars read, reported by Paul Zimmermann. Also fix a memory leak for invalid input. * mpfr/set_q.c: Allow for 1 bit numerator or denominator.
2003-02-21Mark as BROKEN. The =<1.1.3 releases of Glade2 are incompatible with thesalo1-3/+5
latest libgnomedb. The fix is non-trivial and already included in glade cvs. Next release should work fine again.
2003-02-21Add and enable gnome-common.jmmv1-1/+2
2003-02-21Initial import of gnome-common, version 1.2.4:jmmv5-0/+86
gnome-common contains a set of M4 macros useful to easily write configure scripts for GNOME 1 and GNOME 2 programs. These macros provide a set of checks used by many GNOME programs that need to do similar things.
2003-02-20Updated to version 0.6.4.salo4-157/+144
Changes: 0.6.4: ====== - Fixed some docs installation problems. (Eric Dorland & Damon) - Took 'Curve Type' property out for GtkCurve & GtkGammaCurve, since GTK+ has a bug which makes this crash pretty often. (Damon) - Removed some unfinished GnomeDB widgets from the palette (Rodrigo Moya) 0.6.3: ====== - Fixed some BadMatch problems on multi-depth displays (Dave Camp). - Better GnomeDB support (Rodrigo Moya, Jos<E9> Antonio Salgueiro Aquino, Daniel Wagner), - Fixed properties problem where properties didn't get updated on focus-out - Fixed bug when using GtkText and gettext (Dennis Brakhane). - Updated docs to use DocBook 4.0, and avoided use of stylesheet images so it compiles easier. - New translations - Romanian (Marius Andreiana), Simplified Chinese (Wang Jian) and Portuguese (Duarte Loreto).
2003-02-18GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents thejmmv2-15/+1
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
2003-02-18Do not print any message from the wrapper, as it breaks packages when usingjmmv1-2/+1
--get-default-source.
2003-02-18These packages have been converted to use buildlink2, so they no longerjlam1-3/+1
need to use the automake-override target in bsd.pkg.mk; the hide-autotools target in bsd.buildlink2.mk accomplishes the same thing.
2003-02-18Use ${.CURDIR} when referencing (de)install templates.jmmv1-3/+3
2003-02-18Generate a gconftool-2 script in the buildlink directory that does nothing.jmmv1-1/+14
This prevents packages that do not honour --disable-schemas-install touch the GConf2 database directly.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv5-17/+13
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-18Add a working server to MASTER_SITES. The master site has beenjtb1-3/+2
refusing connections for at least 1 year, while the other mirror site no longer exists.
2003-02-17convert to use test target from bsd.pkg.mkdillo3-11/+7
addresses PR pkg/19416
2003-02-17I forgot to rebuild distinfo after changing the patch file again. Sorrykei1-2/+2
for inconvenience.
2003-02-17added m68k ELF support to boehm-gc. stolen from the diff for sparc.kei3-6/+22
bump PKGREVISION to 2.
2003-02-16Add a PLIST for Linux following the discussion in PR pkg/19760.jschauma1-0/+12
2003-02-16Darwin has no static libz, mark it incompatible.grant1-1/+4
2003-02-16Disable gtk-doc detection; not required and causes problems.jmmv1-1/+2
2003-02-16Disable gtk-doc detection; not required and causes problems.jmmv1-1/+3
2003-02-16Add and enable newfile.salo1-1/+2
2003-02-16Newfile is a tool for creating starter files in various languages.salo5-0/+102
It uses a full-featured preprocessor (like the C preprocessor) to transform templates into customized starter files. It can also generate trees of files for a specific purpose, such as a project using automake and autoconf, license files or a FreeBSD port. Based on a patch from Miguel Mendez via PR pkg/20313 modified by me.
2003-02-15Fix search path for the locale.alias file.jmmv2-1/+14
No PKGREVISION bump as it has been bumped few hours ago.
2003-02-15Handle trailing slashes when calling mkdir(2) in a better way.jmmv4-16/+90
I hope this solves some obscure problems introduced by the old patches.
2003-02-15Removed unused USE_BUILDLINK2 and USE_LIBTOOLmartti1-3/+1
2003-02-15Added distccmartti1-1/+2
2003-02-15Imported distcc-1.1 (provided by Teemu Rinta-aho in pkg/20212)martti5-0/+59
distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often two or more times faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed. Machines can be running different operating systems, as long as they have compatible binary formats or cross-compilers.
2003-02-15Update to 1.2.1:wiz3-11/+12
* Handle older TrueType Open Arabic fonts. * Fix crash with some non-BMP characters [Morten Welinder] * Avoid crashing on font descriptions like " 12" [Padraig O'Briain] * Minor build fixes [Rich Burridge, Sven Neumann]
2003-02-15Update to 2.2.1, provided by Juan RP in PR 20234.wiz3-11/+15
Changes: * configure fixes [Owne Taylor, Manish Singh, Rich Burridge, Tim Mooney] * New and updated translations (am,bn,et,fi,mn,nl,pl,pt_BR,ru,zh_TW,uk)
2003-02-15Updated to version 1.2.2.salo5-36/+31
Patch from Juan RP via PR pkg/20249. Changes: 1.2.2: ====== - Add translations: Simplified Chinese (zh_CN) [He Qiangqiang], Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], Italian [Alession Frusciante], Amharic [Daniel Yacob] - Allow changing of default installation directory for documentation. (bug 102497) [Padraig O'Briain]. 1.2.1: ====== - Add translations: Catalan [Jordi Mallach], French [Christophe Marlet], Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla], Greek [Kostas Papadimas]
2003-02-15Use ${f} instead of ${file}. It keeps list of bogus pkglint warnings smallersalo2-10/+10
(the same for packages using ncurses).
2003-02-15Work around a bug in older -current' pax-as-tar (e.g. 1.6K): copy few filessalo3-15/+39
instead linking them. Bump PKGREVISION.
2003-02-14Update opencm to 0.1.2alpha4. Changes: no list available. :(hubertf4-11/+12
OK'd by jmmv.
2003-02-14Update to version 0.15.salo3-7/+7
Patch from Juan RP via PR pkg/20236. Changes: 0.15 ==== - add PKG_CONFIG_LIBDIR for cross-compiling (David Schleef) - add --libs-only-other/--cflags-only-other (Zack Rusin) - apply man page fixes (Pter Breitenlohner) - C portability fix (David Robins) - fix to win32 build (Tor Lillqvist)
2003-02-14Update to 2.2.1. Changes since 2.0.8:jmmv4-20/+25
* Replaced usage of deprecated functions. * Updated translations. * New translations. * Glade preference fixes. * Performance and flicker fixes for the desktop. * pthread build fixes * Translation updates * Remove GnomeCanvas dependency * Fix input methods for EelEditableLabel * fixed memleak * Use smaller root window background pixmap if possible * Don't reference internal gtk+ symbols * Fix EelWrapTable size handling * Removed unused code * Glade code for preferences. * EelBackground drag and drop changes. * Multihead support (requires Gtk+ 2.1.x) * Changes to EelEditableLabel
2003-02-14Link against libresolv on Solaris, otherwise linking against libast fails.salo1-1/+6
Eterm should now link on Solaris. Bump PKGREVISION. Fix from Jonathan Perkin via PR pkg/20238.
2003-02-14Add and enable autogen.kristerw1-1/+2
2003-02-14Import autogen 5.4.7kristerw4-0/+99
AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized.
2003-02-14Update to 1.2.0. Changes since 0.17:jmmv3-9/+10
Overview of Changes in GAIL 1.2.0 ================================= * Allow for more than one label within a button (bug #103465) [Padraig O'Briain] * Report correct offsets for text when images embedded in text (bug #103035) [Padraig] * Allow for label for bhutton not existing when GailButton is created (bug #101350) [Padraig] Overview of Changes in GAIL 1.1.7 ================================= * Add --with-html-dir option to configure.in to allow location of documentation to be changed (bug #102599) [Padraig O'Briain] Overview of Changes in GAIL 1.1.6 ================================= * Do not emit warning messages after double click on a treeview row when accessibility is enabled (bug #101349) [Padraig O'Briain] * Fix crash in mixer applet when accessibility is enabled (bug #101137) [Padraig] Overview of Changes in GAIL 1.1.5 ================================= * Do not emit active-descendant-changed signal if active descendant is unchanged (bug #100829) [Padraig O'Briain] * Add AtkText interface to GailButton [Padraig] * Correct return value for atk_text_get_caret_offset() for GailLabel (bug #101020) [Padraig] Overview of Changes in GAIL 1.1.4 ================================= * Emit destroy notification while window still exists (bug #95794) [Padraig O'Briain] * Have GailTreeView report state MANAGES_DESCENDANTS [Padraig] * Have Gailtreeview emit active-descendant-changed signal when focus cell changes [Padraig] * Report correct cell area for cell in multi-renderer column (bug #84133) [Padraig] Overview of Changes in GAIL 1.1.3 ================================= * Set role for tooltip window to ATK_ROLE_TOOL_TIP and return contents of tooltip for name (bug #95824) [Padraig O'Briain] * Use queue to store pending button actions (bug #98275) [Bill Haneman] * Set role for toplevel to ATK_ROLE_APPLICATION [Bill} * Minor bug fixes [Padraig, Bill] Overview of Changes in GAIL 1.1.2 ================================= * Provide implementation of atk_selection_add_selection() for GtkTreeView which has only one visible column [Padraig O'Briain] * Correct implementation of atk_text_set_caret_offset() for GtkTextView. (bug #95056) [Padraig] * Include modifier in keybinding name for GtkButton action (bug #95151) [Padraig] * Minor bug fixes [Padraig] Overview of Changes in GAIL 1.1.1 ================================= * Fix warning messages emitted trying to set GtkTextBuffer to NULL. (bug #91717) [Padraig O'Briain] * Do not emit signals for GtkEntry on Delete or BackSpace if no text is deleted. Ensure that signal is emitted if text is deselected. (bug #90356) [Padraig] * Implement atk_component_grab_focus() for cells in a TreeView. (bug #91718) [Padraig] * Update children of toplevel before emitting children-changed signal. (bug #91957) [Padraig] * Call gtk_window_present() on toplevel in implementations of atk_component_grab_focus() (bug #91964) [Padraig] * Ensure that implementations of atk_action_do_action() return before action is done. (bug #90756) [Padraig] * Update docs so that all symbols are documented. [Padraig] * Add implementation for atk_component_get_mdi_zorder() for GailWindow. (bug #84097) [Mark Mc Loughlin]. * Use +NET_WM_DESKTOP value of Window when getting its zorder [Padraig] * Minor bug fixes [Padraig] Overview of Changes in GAIL 1.1.0 ================================= * Decouple version number of package from number of current interface exported by libgailutil (bug #89327) [Padraig O'Briain] * Do not do action for insensitive button (bug #89505) [Padraig] * If a menu item being selected has a submenu wait until the submenu is shown before reporting focus on the menu item (bug #89611) [Padraig] * Do not output actual text for GtkEntry for which visible property is false. (bug #89323) [Padraig] * Update autogen.sh so that users with both automake 1.6 and 1.4 installed get the right automake [Havoc Pennington] * Minor bug fixes [Padraig]
2003-02-14Updated to 2.2.0.1. Changes from 2.0.6:jmmv6-112/+125
* configure.in (LIBGNOMEUI_AGE): Add EXTRAVERSION and set to .1 * libgnomeui/Makefile.am (libgnomeui_2_la_LDFLAGS): Correct version number bug * configure.in: Added "mn" to ALL_LINGUAS. * configure.in: Fixup libtool versioning and release 2.2.0 * configure.in: Added Amharic (am), Arabic (ar), Macedonian (mk) and Dutch (nl) to ALL_LINGUAS. * libgnomeui/gnome-icon-theme.c (theme_lookup_icon): Don't scale up unless we have to. Scaling down gives much better results. * libgnomeui/gnome-uidefs.h (GNOME_KEY_MOD_PAUSE_GAME): Use GDK_Pause as the pause key. #92358. * libgnomeui/gnome-app-helper.c: (gnome_app_install_statusbar_menu_hints): Apply fix for #102812, by Tom Ball. * libgnomeui/gnome-popup-menu.c: (gnome_popup_menu_do_popup_modal): Apply fix for #96899, by Erwann Chenede.
2003-02-14Update to 2.2.0. Changes since 2.0.3.3:jmmv4-11/+17
* bonobo/bonobo-ui-toolbar.c (accumulate_item_size): split from (update_sizes): here and account for the popup's item's size itself if items moved there. * bonobo/bonobo-ui-toolbar.c (show_popup_window): fix #76310, popup going off the side of the screen unhelpfully. * configure.in: Added Amharic (am) and Dutch (nl) to ALL_LINGUAS * configure.in: add a check for people with stale / non-parallel installable gdk-pixbuf's - it seems there are a number of such people. * Fix Makefile.am's for libtool's non-understanding of -pthread. * bonobo/bonobo-ui-util.c (bonobo_help_display_cb): re-hash so we can still allow components to register their own custom prefix intead of using the main program's always. * bonobo/bonobo-ui-util.c (bonobo_help_display_cb): fix search datadir to use existing GnomeProgram if available.
2003-02-14Updated to 2.2.0.1. Changes since 2.0.6 include:jmmv8-184/+154
* libgnome/Makefile.am (libgnome_2_la_LDFLAGS): Correct version number error. * configure.in: Add EXTRAVERSION and set to .1. Add missing translations to ALL_LINGUAS. * configure.in: Added "mn" to ALL_LINGUAS. * configure.in: Fix libtool versioning. Up number to 2.2.0 * schemas/desktop_gnome_peripherals_mouse.schemas.in: add /desktop/gnome/peripherals/mouse/cursor_theme and /desktop/gnome/peripherals/mouse/cursor_size * monikers/bonobo-config-bag.c (bonobo_config_bag_new): Fix comment. * schemas/Makefile.am (schema_in_files) schemas/desktop_gnome_thumbnailers.schemas.in: Add schemas for thumbnailers. * schemas/desktop_gnome_accessibility_keyboard.schemas.in : set defaults to 0 to fix #96483 * help-converters/info/main.c output title, fixing bug #83905 Changes in the package: - Honor PKG_SYSCONFDIR. - Use GConf2's schemas.mk file to register schemas. - Depend on docbook, so the installed customization layer works.
2003-02-14Updated to 2.2.0. Changes since 1.2.1 include:jmmv15-31/+521
* backends/markup-tree.c (markup_entry_get_value): fix a logic error causing us to deref a null pointer, reported by Brian Alexander Quistorff. * configure.in: fix gtk-doc version check. * configure.in: Added Belarusian to ALL_LINGUAS. * gconf/gconf-internals.c (gconf_value_list_to_primitive_list_destructive): fix using the wrong type (value->type not value->list_type) in an error message, #96210. * gconf/gconf-internals.c (subst_variables): patch from Benn Vosseteig fixing a crash with a long path to $HOME. * doc/gconf/gconf.sgml, doc/gconf-1.0.dtd: Some additions to match the full range of schema elements curently accepted by gconftool. Supposedly complete now. * doc/Makefile.am: change the gconf-1.0.dtd install location to $(datadir)/sgml/gconf which sounds more standards compliant. * backends/markup-backend.c (resolve_address): add FIXME about. Changes in the package: * Honor PKG_SYSCONFDIR, maintaining the database inside it (PLIST do not need to care about files in etc/gconf.xml.defaults any more). * Provide a schemas.mk file that is used to automatically register .schemas files in the database. * Add a patch to handle schema deinstallation. Reviewed by wiz.
2003-02-14Unset GZIP from the environment before calling GZIP_CMD. Should fix problemsjmmv2-4/+4
shown in Hubert's bulk build. Thanks to Yuji Yamano!
2003-02-14Update to 6.1nb1, from Marc Recht in PR 20008: Install shared libs.wiz8-72/+35
2003-02-14add fluff.grant1-2/+7
2003-02-14s/LOCALBASE/PREFIX/ and whitespace police.grant1-4/+5
2003-02-14add roundup (hi lukem!)grant1-1/+2
2003-02-13Update to 2.2.1. Changes since 0.17:jmmv4-14/+25
* libwnck/tasklist.c: (wnck_tasklist_check_end_sequence): Actually end the sequnce if we match the wmclass against a window. * libwnck/tasklist.c: time out startup sequences if we don't see them end, and end them if a window is mapped with StartupWMClass. * libwnck/window.c (_wnck_window_get_resource_class) (_wnck_window_get_resource_name): add internal API to get window classes * configure.in: added 'ro' to ALL_LINGUAS * configure.in: Added "mn" to ALL_LINGUAS. * configure.in: Added Amharic (am), Farsi (fa), and Macedonian (mk) to ALL_LINGUAS * README: update README * libwnck/application.c (get_icons): don't add an extra reference to all icons, that was an unfortunate memory leak. Patch from
2003-02-13Bump version to 2.2.0. Almost all packages that depend on this one will bejmmv1-2/+3
touched (updated) shortly. Add the pkgconfig file to the file list.