Commit graph

4853 commits

Author SHA1 Message Date
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
jmmv
bf1d5fad5f Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
2003-12-23 21:10:22 +00:00
sjg
28f7d8abe9 Update bmake to 20031222 - matches NetBSD make as of that date.
Changes include:
* Make portable snprintf safer - output to /dev/null first to
check space needed.

o -dg3 to show input graph when things go wrong.
o explicitly look for makefiles in objdir if not found in curdir so
  that errors in .depend etc will be reported accurarely.
o avoid use of -e in shell scripts in jobs mode, use '|| exit $?'
  instead as it more accurately reflects the expected behavior and
  is more consistently implemented.
o avoid use of asprintf.
2003-12-22 23:26:43 +00:00
jmmv
0442527dfc Fix build with GCC 2.95. 2003-12-22 10:31:45 +00:00
jmmv
5904e1a0c0 Update to 2.12:
distcc-2.12  "Figgy Pudding"  2003-12-19
  FEATURES:
    * New --log-level feature allows logging of only errors rather
      than messages for each connection.
    * IPv6 support now works better when distcc is configured with
      --enable-rfc2553.  The server can normally accept either IPv4 or
      IPv6 connections.
    * New --with-docdir configure option to set install location for
      documents.  The default is the same as previously.  Patch from
      Harold L Hunt II.
  INTERNAL:
    * GNU-style ChangeLog is now included in the package.  Please keep
      it up to date if you make your own changes!
  PORTABILITY:
    * setgroups() was broken by Mac OS X Panther so that it will not
      accept setgroups(0, NULL) to clear the group list.  Instead we
      now set the group list to our single primary gid.  Suggestion
      from Wayne Davison.
    * sendfile problems on FreeBSD 4.9-RC fixed.  Patch from Allan
      Saddi.
    * MAXPATHLEN is provided if it's not defined, which is the case on
      GNU Hurd.  Reported by Santiago Vila as Debian #219600.
  BUG FIXES:
    * Check pkg-config information GNOME/GTK+ is now checked at
      configure time, not build time.  This is a bit quicker than
      running the script for every file we build, and means that
      PKG_CONFIG_PATH only needs to be set for configure.
  DOCUMENTATION:
    * Small documentation corrections.
2003-12-21 09:49:25 +00:00
epg
a3e5e8e22b Make this work with (and require) Subversion 0.35.0.
Bump PKGREVISION.
2003-12-20 18:20:36 +00:00
reed
d9b7f0b71f Allow ncurses to install useful reset, tset, tput and clear utilities
(and manpages).  This is in regards to my PR #23103.
I bumped PKGREVISION in Makefile but not in buildlink2.mk file.
The ncurses libraries and headers didn't change. No need to bump
PKGREVISIONs for all the packages that depend on libncurses.
2003-12-20 08:49:27 +00:00
epg
1c78f14ee9 Update to 0.35.0.
Upstream change log:

Version 0.35.0 (branching 12 December 2003, from revision 7994)
http://svn.collab.net/repos/svn/branches/0.35.0

    1. As of this release, Subversion once again does deltification
       automatically.  This means that the deltification step most
       repositories introduced into their post-commit hooks as of
       release 0.33.0 should now be reverted.  Look for a line with
       "svnadmin deltify" in hooks/post-commit, and remove it.

 User-visible changes:
 * BDB log files are automatically pruned, with BDB 4.2.50 and higher (#1615)
 * deltification is automatic again (issue #1601)
 * fix: svn diff -rX:Y wcpath' may lie (issue #1616)
 * fix: URI-decoding problem on 'svn import' (issue #1622)
 * automatic log file removal on repositorys (issue #1615)
 * many other enhancements, minor features, and bugfixes not listed here


 Developer-visible changes:
 * misc. improvements on Perl and Java bindings
 * improved diff handling (r7985)
 * many other changes not listed here


 Merged revisions after release branching:
 * r8009, r8010 and r8011 - Java bindings
 * r8041 - typo/bugfix
2003-12-20 00:31:47 +00:00
sketch
c9989faa7d Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
grant
fc1692e5bb +p5-Memoize-ExpireLRU 2003-12-19 06:46:03 +00:00
grant
3ad3d63d34 Initial import of p5-Memoize-ExpireLRU into the NetBSD Packages
Collection.

Memoize::ExpireLRU is a module that implements LRU expiration for
Memoize.
2003-12-19 06:45:19 +00:00
grant
b365c1a271 correct HOMEPAGE 2003-12-19 06:24:55 +00:00
sketch
576bc192fe Use a more portable test construct for compatability with Solaris and
others.  Remove -Wall to get the package building with USE_SUNPRO by
default.
2003-12-17 14:55:58 +00:00
grant
9ffbcce6fa +p5-File-DirSync 2003-12-17 06:26:32 +00:00
grant
4ccb5dce4a Initial import of p5-File-DirSync 1.11 into the NetBSD Packages
Collection.

File::DirSync will make two directories exactly the same. The goal is
to perform this syncronization process as quickly as possible with as
few stats and reads and writes as possible. It usually can perform the
syncronization process within a few milliseconds - even for gigabytes
or more of information.
2003-12-17 06:25:44 +00:00
wiz
8b9fef01b2 The 2.59 distfile is on ftp.gnu.org, so enable
MASTER_SITE_GNU as master site again.
2003-12-16 21:25:53 +00:00
recht
64c20b36ac update to 0.14.1
Patch provided by Soren Jacobsen in PR 23767

0.14.1 fixes "a problem" (whatever that means) when using gnutls.
Also, HOMEPAGE changed.
2003-12-16 07:48:19 +00:00
epg
5e534ebe33 And here is a master site that actually works. 2003-12-16 05:24:35 +00:00
xtraeme
cbf9231298 Add .idl files, missed in previous commit. 2003-12-15 00:42:37 +00:00
xtraeme
854406c35b s/gnome-2.4/devel/. 2003-12-14 23:17:00 +00:00
xtraeme
c062c6c7e8 Updated to 2.0.1 from Soren Jacobsen.
Many bugfixes were solved, review Changelog to see a complete list of
changes.
2003-12-14 22:53:59 +00:00
xtraeme
c7f795a78a Update to 2.4.1.
Changes:

* Fix accessibiliyt crashes in foocanvas
* Translation updates
* Don't use RevertToNone in eel_gdk_window_focus
* New and updated translations
* new calls for handling non-writable gconf keys
* Build fixes
* Crash fix in new FooCanvas
* Build fixes for gcc 3.3
* Removed unused widgets.
* Added eel_uri_is_desktop and EEL_DESKTOP_URI.
2003-12-14 21:47:51 +00:00
jmmv
190e9941d9 Add patches forgotten in previous commit. 2003-12-14 21:46:15 +00:00
jmmv
d81391215a Bump revision to track GNOME 2.2 -> 2.4 update. 2003-12-14 19:53:11 +00:00
jmmv
fe959336ea Update to 1.4.1, based on work done by xtraeme@.
Overview of Changes in GAIL 1.4.1
=================================
* Set role for accessible object for GtkMessageDialog to ATK_ROLE_ALERT
(bug #122551)

* Apply build fixes for Darwin (bug #1243343) [Jerry Talkington]

* Correct text length reported in text-changed signals emitted when
label changes (bug #123696)

* Avoid emitting focus notification for out-of-process GtkSocket (bug #120991)

* Fix documentation build (bug #123876) [Malcolm Tredennick]

* Report children of menu item correctly when menu item has a submenu
whose menu items are created only when menu is shown (bug #120303)

* Report label change only if toplevel window is showing. (bug #123470)

Overview of Changes in GAIL 1.4.0
=================================
None

Overview of Changes in GAIL 1.3.6
=================================
* Do notification of window title change in an idle handler. (bug #119259)

Overview of Changes in GAIL 1.3.5
=================================
* Add notification that tooltip is showing if tooltip window is mapped
when its accessible is created (bug #118743)

* Report expected events when GtkCombo's selection is changed using the
keyboard. (bug #117063)

* Avoid warning when child changed in row expanded callback (bug #117630)

* Do not emit focus event if active-descendant-changed signal is emitted.
(bug #115599)

Overview of Changes in GAIL 1.3.4
=================================
* Set insert mark at end instead of start of selected text when selecting
text in a GtkTextBuffer (bug #116271)

* Fix crasher bug when TreeView has empty column (bug #116043)

* Return correct offset in atk_text_get_offset_at_point (bug #114780)

* Correct LABELLED_BY relation for gtk-demo (bug #114452)

* Set SHWOING and VISIBLE correctly when tab is not shown (bug #114397)

Overview of Changes in GAIL 1.3.3
=================================
* Find label for LABELLED_BY relation when label is a sibling of widget's
parent (bug #113069)

* Use object data "gtk-attached-menu" to find menu attached to button to
report menu as button's child. (bug #113117)

* Check that widget is actually on screen before adding state VISIBLE.
(bug #109860)

* Report only one child for option menu. (bug #111983)

Overview of Changes in GAIL 1.3.2
=================================
* Add state FOCUSABLE to child of TreeView. Set state FOCUSED on focus cell.
(bug #112075) [Padraig O'Briain]

* Create LABELLED_BY relation for widgets which are mnemonic widgets.
(bug #72249) [Padraig]

* Return correct name for GtkOptionMenu. (bug #112572) [Padraig]

* Avoid redumdant acitvate events when dialog window is reopened. (bug #112896)
[Padraig]

* Fix crasher bug when gucharmap is started with accessibility enabled.
(bug #112964) [Padraig]

Overview of Changes in GAIL 1.3.1
=================================
* Allow GailOptionMenu to report its text (bug #111857) [Padraig O'Briain]

* Generate documentation using output-format of xml (bug #111794) [Padraig]

* Allow for menu being attached to button. This supports accessibility
implementation of Gnome Menu in gnome-panel (bug #111573) [Padraig]

* Emit notification when context menu is popped down for Gnome Menu.
(bug #111738) [Padraig]

* Fix crasher when run without gnome-conformant WM (bug #111532)
[Nalin Dahyabhai]

* Add cgheck that widget is on screen before reporting it as visible.
[Padraig]

* Set string contens of event correctly when Control modifier is set.
(bug #108666) [Padraig]

* Set role of GtkPlug to ATK_ROLE_PANEL (bug #108332) [Padraig]


Overview of Changes in GAIL 1.3.0
=================================
* Use property name accessible-table-caption-caption in
gail_tree_view_set_caption  [Padraig O'Briain]

* Have GailOptionMenu report menu and label as its children. [Padraig]

* Report "showing" state correctly for cells in a TreeView with vertical
scrollbar. (bug #104623) [Padraig]

* Implement AtkText interface for GailItem, page tab of Notebook, GailStatusbar.
(bug #104657) [Padraig]

* Report GtkCombo popup window as child of GailCombo. [Padraig]

* Add GailObject which is used for accessibility support in eel and
nautilus. [Padraig]

* Correct image size for image in buttons on Gnome CD Player. (bug #106715)
[Padraig]

* Fix crash when getting second child of GailOptionMenu. (bug #106715)
[Padraig]
2003-12-14 19:52:00 +00:00
jmmv
89fdc0f460 Update to 2.4.0.1, based on work done by xtraeme@ and Min Sik Kim.
2.4.0
- fix workspace name property handling
- fix updating of window/icon names
- fixes to viewport handling
- lots of new translations

2.3.1
- put -lX11 in link flags
- add API to manipulate window fullscreen state
- use an icon from one of the windows in a group, rather than
  the "white piece of paper" icon, if a group doesn't set an icon
- fixes for Cygwin compilation
- add support for viewports in window list and workspace switcher
- fix multihead glitches
- set desktop layout properly on 64-bit platforms
- new/updated translations

2.3.0
- fixed fitt's law for window list applet (Mark McLoughlin)
- incorporated fixes from stable branch
2003-12-14 19:50:21 +00:00
jmmv
92d9f4442e Update to 2.4.0.1, based on work done by xtraeme@.
2003-09-09  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.4.0.1

2003-09-01  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.4.0

2003-08-25  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.3.7

2003-09-05  Taneem Ahmed  <taneem@bengalinux.org>

	* configure.in: Added "bn" to ALL_LINGUAS.

2003-09-01  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

2003-08-11  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.6

2003-07-04  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.3.1

Fri Jul  4 04:27:42 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

	* libgnomeui/gnome-app.c (gnome_app_add_toolbar): remove setting
	of border width, thus getting rid of double bevels.

2003-07-03  Anders Carlsson  <andersca@codefactory.se>

	* doc/reference/.cvsignore:
	* doc/reference/Makefile.am:
	* doc/reference/libgnomeui-docs.sgml:
	Generate xml reference docs (#111798, Matthias Clasen)

2003-07-01  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnomeui/gnome-thumbnail-pixbuf-utils.c (vfs_src): Merge
	fix for bug #114928
	* libgnomeui/gnome-ui-init.c: Merge fix for bug #111496.

2003-06-25  Thomas Vander Stichele <thomas at apestaart dot org>

        * po/az.po: removed \- which was causing msgfmt to break

2003-06-15  Anders Carlsson  <andersca@codefactory.se>

	* libgnomeui/gnome-icon-theme.c: (load_themes),
	(string_from_suffix), (suffix_from_name), (scan_directory):
	Treat files ending with ".svgz" as svg files.

2003-06-05  Alexander Larsson  <alexl@redhat.com>

	* libgnomeui/gnome-thumbnail.c (gnome_thumbnail_factory_ensure_failed_uptodate):
	Avoid using uninitialized value tv.tv_sec

Wed Jun 04 15:54:18 2003  George Lebl <jirka@5z.com>

	* libgnomeui/gnome-password-dialog.c: fix cast warning

	* libgnomeui/gnome-ui-init.c: things that are normally only
	  with HAVE_ESD were generating a warning so added #ifdef HAVE_ESD
	  around those as well.

2003-05-26  Anders Carlsson  <andersca@codefactory.se>

	* libgnomeui/gnome-file-entry.c: (browse_dialog_ok):
	Fix a warning.

	* libgnomeui/Makefile.am:
	* libgnomeui/gnome-authentication-manager.c:
	(construct_password_dialog),
	(present_authentication_dialog_blocking),
	(mark_callback_completed), (authentication_dialog_button_clicked),
	(authentication_dialog_closed), (authentication_dialog_destroyed),
	(present_authentication_dialog_nonblocking),
	(vfs_async_authentication_callback), (vfs_authentication_callback),
	(gnome_authentication_manager_init):
	* libgnomeui/gnome-authentication-manager.h:
	* libgnomeui/gnome-password-dialog.c:
	(gnome_password_dialog_get_type),
	(gnome_password_dialog_class_init), (gnome_password_dialog_init),
	(gnome_password_dialog_finalize), (dialog_show_callback),
	(dialog_close_callback), (add_row), (username_entry_activate),
	(gnome_password_dialog_new), (gnome_password_dialog_run_and_block),
	(gnome_password_dialog_set_username),
	(gnome_password_dialog_set_password),
	(gnome_password_dialog_set_readonly_username),
	(gnome_password_dialog_get_username),
	(gnome_password_dialog_get_password):
	* libgnomeui/gnome-password-dialog.h:
	* libgnomeui/gnome-stock-icons.c: (get_default_icons):
	* libgnomeui/gnome-stock-icons.h:
	* libgnomeui/libgnomeui.h:
	* libgnomeui/pixmaps/Makefile.am:
	* test-gnome/Makefile.am:
	* test-gnome/test-password-dialog.c: (authenticate_boink_callback),
	(exit_callback), (main):
	Add authentication callbacks, a password dialog, and a authentication
	stock icon.

2003-05-26  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnomeui/gnome-app.c: Merge fix for
	bug #111168 from stable.

2003-05-24  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnomeui/gnome-file-entry.c: Merge fix for
	bug #110500 from stable.
	* libgnomeui/gnome-icon-entry.c: Merge fix for
	bug #106298 from stable branch.
	* libgnomeui/gnome-icon-entry.c: Merge fix for
	bug #112651 from stable.
	* libgnomeui/gnome-color-picker.c: Merge fix for
	bug #105730 from stable.
	* libgnomeui/gnome-entry.c: Merge fix for
	bug #105388 from branch.
	* libgnomeui/gnome-ui-init.c: Fix the fix for
	bug #84778. Patch from <malcolm@commsecure.com.au>
	* libgnomeui/gnome-icon-list.c: Merge fix for
	bug #83748 from stable branch.
	* libgnomeui/gnome-app.c: Merge fix for bug #106342
	from stable branch.

2003-05-20  Kenneth Rohde Christiansen  <kenneth@gnu.org>

	* configure.in: Added Limburgish to ALL_LINGUAS

2003-05-19  Christian Neumair  <chris@gnome-de.org>

	* libgnomeui/gnome-ui/gnome-about.c: HIGified about dialog.

2003-05-19  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnomeui/gnome-ui-init.c: (libgnomeui_segv_handle): Merge fix
	for bug #84778 from branch.

2003-05-19  Kjartan Maraas  <kmaraas@gnome.org>

	* glade/glade-gnome.c: (icon_entry_set_max_saved):
	* libgnomeui/gnome-icon-entry.c: (gnome_icon_entry_set_max_saved):
	* libgnomeui/gnome-icon-entry.h: Patch from Jacob Berkman that
	adds an API entry point to work around another being deprecated.
	Fixes bug #79324.

2003-05-15  Jaka Mocnik  <jaka@gnu.org>

	* libgnomeui/gnome-mdi.c: fixed referencing problems. sink the object
	instead of unrefing them. patch by Ecmel Ercan. this is actually not
	a Proper(tm) fix, but it serves its purpose: finalization is done
	properly. the Right Way(tm) would be to make GnomeMDI and
	GnomeMDIChild GObject descendants, but since the MDI API is
	deprecated, I won't bother.

2003-05-13  Anders Carlsson  <andersca@codefactory.se>

	* libgnomeui/gnome-app-helper.c: Accept both-horiz here too.

2003-05-09  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>

        * configure.in: Added cy to ALL_LINGUAS

2003-05-08  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* configure.in: call AC_LIBTOOL_WIN32_DLL which is necessary for
	building shared library on win32 platform.

	* libgnomeui/Makefile.am (libgnomeui_2_la_LDFLAGS):
	* glade/Makefile.am (libgnome_la_LDFLAGS):
	add -no-undefined which is necessary for building shared library
	on some platforms (e.g. Win32, BeOS).

2003-05-06  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-05-01  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnomeui/gnome-about.c: Pass NULL to g_string_new.
	* libgnomeui/gnome-app-helper.c: Same
	* libgnomeui/gnome-client.c: Reapply Arjan's leak
	patch. And don't break it in the process this time :-)
	Fixes bug #104986.

2003-04-23  Gustavo Giraldez  <gustavo.giraldez@gmx.net>

	* libgnomeui/gnome-icon-theme.c (gnome_icon_theme_class_init):
	Set parent_class.
	(gnome_icon_theme_finalize): Chain parent_class' finalize.

2003-04-07  Mark McLoughlin  <mark@skynet.ie>

	* libgnomeui/gnome-icon-theme.c: (theme_lookup_icon):
	Merge the two seperate iterations of the theme's directory
	list into a single iteration.

2003-04-02  Loban A Rahman <loban@earthling.net>

	* libgnomeui/gnome-color-picker.h: Fixed bug #106154,
	  header misdocumentation.

2003-03-27  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.0

2003-03-26  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "yi" to ALL_LINGUAS.

2003-03-24  Narayana Pattipati <narayana.pattipati@wipro.com>

	*libgnomeui/gnome-file-entry.c (browse_clicked): Fix the problem
	application crash when Gnome File Selector widget's OK button is
	double clicked. Fixes bugzilla bug#104906

2003-03-19  Paul Duffy <dubhthach@frink.nuigalway.ie>

        * configure.in: Added "ga" to ALL_LINGUAS.

2003-03-13  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ml" to ALL_LINGUAS.

2003-03-10  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "eo" to ALL_LINGUAS.

2003-03-09  Narayana Pattipati <narayana.pattipati@wipro.com>

	*libgnomeui/gnome-icon-entry.c (ientry_browse): Fix the problem
	of Browse dialog(gnome-file-entry) being non-responsive to user
	inputs. Fixes bugzilla bug#107255.

2003-03-08  Sebastian Rittau  <srittau@jroger.in-berlin.de>

	Documentation fixes:

	* libgnomeui/gnome-client.c (gnome_client_set_discard_command): Removed
	doc string and added a comment where the true doc string can be found.
	(Namely in the corresponding templates file.)
	* doc/reference/libgnomeui-sections.txt: Inserted *Class definitions
	in the Standard sections.
	* doc/reference/libgnomeui-docs.sgml: FIXME -> Miscellaneous Widgets

2003-03-05  Anders Carlsson  <andersca@codefactory.se>

	* libgnomeui/gnome-icon-list.c:
	Don't return FALSE in pointer functions.
	#107652, reported by Morten Welinder.

2003-03-04  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* libgnomeui/gnome-icon-theme.c (gnome_icon_theme_rescan_if_needed):
	* libgnomeui/gnome-thumbnail-pixbuf-utils.c (convert_cmyk_to_rgb):
	* libgnomeui/gnome-thumbnail.c (read_scripts):
	Remove unused variables to eliminate compiler warnings.

	* libgnomeui/gnome-theme-parser.c (parse_key_value):
	Initialise locale_end to some value (NULL) before use.

2003-03-02  Anders Carlsson  <andersca@codefactory.se>

	* libgnomeui/gnome-icon-lookup.c:
	(mimetype_supported_by_gdk_pixbuf), (gnome_icon_lookup):
	* libgnomeui/gnome-thumbnail.c: (mimetype_supported_by_gdk_pixbuf):
	Ask gdk-pixbuf for supported mime types, fixes #106609, reported by
	Christian Schaller.

2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>

	* configure.in: Added "fa" to ALL_LINGUAS.

2003-02-13  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnome/gnome-font-picker.c
	(gnome_font_picker_label_use_font_in_label): Fix a leak.

2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>

	* po/id.po: Added Indonesian translation
	* configure.in: Added "id" to ALL_LINGUAS

2003-02-09  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "kn" to ALL_LINGUAS.

2003-02-04  Anders Carlsson  <andersca@codefactory.se>

	* libgnomeui/gnome-client.c: (client_set_restart_command):
	Revert fix since it caused brokenness.

2003-02-01  Anders Carlsson  <andersca@codefactory.se>

	* libgnomeui/gnome-client.c (client_set_restart_command): Fix
	memory leak, patch by Arjan van de Ven, #104986.

2003-01-31  Alexander Larsson  <alexl@redhat.com>

	* libgnomeui/gnome-icon-lookup.c (gnome_icon_lookup):
	Use gnome-regular for text files if
        GNOME_ICON_LOOKUP_FLAGS_EMBEDDING_TEXT is set.
        This enables top-left text for nautilus.

2003-01-25  Samúel Jón Gunnarsson  <sammi@techattack.nu>

	* configure.in: Added "is" to ALL_LINUGAS.

2003-01-23  Alexander Larsson  <alexl@redhat.com>

	* configure.in (LIBGNOMEUI_AGE):
	Add EXTRAVERSION and set to .1

	* libgnomeui/Makefile.am (libgnomeui_2_la_LDFLAGS):
	Correct version number bug

2003-01-22  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "mn" to ALL_LINGUAS.
2003-12-14 19:49:53 +00:00
jmmv
7444507f65 Update to 2.4.1, based on work done by xtraeme@ and Min Sik Kim.
Change log lists changes for the development branch (2.3); since then,
there have been several bugfixes.

libbonoboui 2.3.6

	* bugs fixed
		+ F1 help menu shortcut (Yuedong Du)
		+ vicious K/B focus fixage (Federico)
		+ dock grip fix (Padraig O'Briain)
		+ doc. fix (Michael)

libbonoboui 2.3.3

	* bugs fixed
		+ multi-head issues (Morten Welinder, Michael)
		+ nasty focus hacks binned (Michael)
		+ UI preferences fixes (Anders Carlsson)
		+ toolbar layout fix (Gustavo Giraldez)
		+ UI re-enterancy fix (Radek Doulik)
		+ Tooltip fixes (Dave Camp)
		+ build fixage (Hidetoshi Tajima, Masahiro Sakai,
		  Malcolm Tredinnick, Padraig O'Briain, Alex Duggan)
	* featurelets
		+ new sample container (Sergey Oudaltsov)
		+ nicer toolbar rendering (Rodney Dawes)
		+ cygwin port (Masahiro Sakai)
		+ toolbar widget direction (Jody Goldberg)
		+ working canvas components (Bob Gibbs)
		+ more documentation (Gustavo Carneiro)
	* translations
		+ kn, id, mn, yi (Christian Rose)
		+ ro (Marius Andreiana)
		+ fa (Roozbeh Pournader)
		+ ml (Guntupalli Karunakar)
		+ sr (Danilo Šegan)
		+ cy (Telsa Gwynne et. al)
2003-12-14 19:49:24 +00:00
jmmv
18cd4d0aef Update to 2.4.0, based on work done by xtraeme@.
2003-09-01  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.4.0

	* schemas/Makefile.am (schema_in_files): Ship
	.schemas in tarball since that's what everyone else is doing.

li2003-09-01  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

2003-08-26  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* schemas/Makefile.am:
	Ship .schemas.in in tarball, not .schemas.

2003-08-25  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.3.7

2003-08-25  Alexander Larsson  <alexl@redhat.com>

	* schemas/desktop_gnome_url_handlers.schemas.in:
	Add http url handlers.

2003-08-17  Paisa Seeluangsawat  <paisa@users.sf.net>

        * configure.in: Added Thai (th) to ALL_LINGUAS.

2003-08-11  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.6

2003-07-23  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* libgnome/gnome-program.c (gnome_program_initv): Don't create new
	pointer arrays for program_module_list and program_modules if such
	arrays already exist, which may happen if
	gnome_program_module_register() has been called directly by the
	programmer.

2003-07-11  Dennis Cranston <dennis_cranston at yahoo com>

	Fixes for ui-review bug number 99533.

	* gnome-data/gtk-events-2.soundlist.in:
	  s/Action button click/Click on command button,
	  s/Check box toggled/Select check box,
	  s/Menu item activation/Choose menu item.

	* gnome-data/gnome-2.soundlist.in:
	  s/GNOME system events/System events,
	  s/Error Messages/Error message,
	  s/Informational Messages/Informational message,
	  s/Login/Log in,
	  s/Logout/Log out,
	  s/Miscellaneous Messages/Miscellaneous message,
	  s/Question Dialogs/Question dialog,
	  s/Warning Messages/Warning message.

2003-07-10  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnome/gnome-program.c: (gnome_program_postinit):
	* libgnome/gnome-score.c: (gnome_score_child): Merge
	fixes for bug #116794 + one more :)

2003-07-08  Anders Carlsson  <andersca@codefactory.se>

	* schemas/desktop_gnome_interface.schemas.in:
	Add default value for monospace font name
	(Patch by Owen Taylor).

2003-07-08  Anders Carlsson  <andersca@codefactory.se>

	* configure.in:
	Remove libxml and libxslt deps.

2003-07-08  Anders Carlsson  <andersca@codefactory.se>

	* Makefile.am:
	* configure.in:
	* help-converters/Makefile.am:
	* help-converters/README:
	* help-converters/docbook/.cvsignore:
	* help-converters/docbook/AUTHORS:
	* help-converters/docbook/Makefile.am:
	* help-converters/docbook/README:
	* help-converters/docbook/gnome-customization/.cvsignore:
	* help-converters/docbook/gnome-customization/Makefile.am:
	* help-converters/docbook/gnome-customization/gnome-custom.xsl:
	* help-converters/docbook/gnome-customization/gnome-customization.x
	sl:
	* help-converters/docbook/gnome-customization/l10n.xml:
	* help-converters/docbook/gnome-db2html3.c:
	* help-converters/gnome-vfs-module/.cvsignore:
	* help-converters/gnome-vfs-module/Makefile.am:
	* help-converters/gnome-vfs-module/help-method.c:
	* help-converters/gnome-vfs-module/help-method.h:
	* help-converters/gnome-vfs-module/help-methods.conf.in:
	* help-converters/info/.cvsignore:
	* help-converters/info/Makefile.am:
	* help-converters/info/data.h:
	* help-converters/info/html.c:
	* help-converters/info/html.h:
	* help-converters/info/main.c:
	* help-converters/info/parse.c:
	* help-converters/info/parse.h:
	* help-converters/info/utils.c:
	* help-converters/info/utils.h:
	* help-converters/info/version.h:
	* help-converters/man/.cvsignore:
	* help-converters/man/Makefile.am:
	* help-converters/man/README:
	* help-converters/man/gnome-man2html.c:
	* help-converters/man/man2html.8:
	Remove help converters (#98761)

2003-07-04  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.3.1

2003-07-02  Anders Carlsson  <andersca@codefactory.se>

	* doc/reference/.cvsignore:
	* doc/reference/Makefile.am:
	* doc/reference/libgnome-docs.sgml:
	Generate xml reference docs (#111796, Matthias Clasen)

2003-06-30  Anders Carlsson  <andersca@codefactory.se>

	* libgnome/gnome-gconf.h: Add G_BEGIN_DECLS and G_END_DECLS.

2003-06-27  Richard Hult  <richard@imendio.com>

	* schemas/desktop_gnome_typing_break.schemas.in: Remove the unused
	schemas so we don't get stuck with them after a release. Also use
	the correct name for the postpone key.

Thu Jun 26 07:35:41 2003  Jonathan Blandford  <jrb@gnome.org>

	* schemas/desktop_gnome_typing_break.schemas.in: new schemas file
	for the typing-break-daemon.

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* schemas/desktop_gnome_peripherals_mouse.schemas.in: Fix typo.
	(#100283, Christian Rose)
	(#104140, Christian Rose)

	* schemas/desktop_gnome_interface.schemas.in: Fix typo.
	(#100280, Christian Rose)

	* schemas/desktop_gnome_accessibility_startup.schemas.in:
	Use "Applications", not "Apps". (#115570, Christian Rose)

	* libgnome/gnome-util.c: (gnome_util_user_shell):
	Check that the shells exist and that they are executable.
	(#91925, Giovanni Pardini).

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* help-converters/info/main.c: (main):
	Use g_strdup_printf instead of sprintf.
	(#109889, Christian Marillat).

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* help-converters/man/gnome-man2html.c: Use glib versions of
	string functions. (Fixes #81355, Morten Welinder.)

	* schemas/Makefile.am:
	Honor for --disable-schemas-install (#106119, Julio Merino.)

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* schemas/desktop_gnome_interface.schemas.in:
	* schemas/desktop_gnome_peripherals_keyboard.schemas.in:
	Put literal values inside quotes. (#100278, Christian Rose)

2003-06-23  Anders Carlsson  <andersca@codefactory.se>

	* libgnome/.cvsignore:
	* libgnome/Makefile.am:
	* libgnome/gnome-open.c: (main):
	Add gnome-open.

Tue Jun 10 12:51:27 2003  Jonathan Blandford  <jrb@redhat.com>

	* schemas/desktop_gnome_accessibility_startup.schemas.in: Patch
	from Bill Haneman <bill.haneman@sun.com> to add at_start support.

2003-06-10  Jody Goldberg <jody@gnome.org>

	* schemas/desktop_gnome_url_handlers.schemas.in : we still need
	  ghelp, info, and man to keep the help system working.

2003-05-26  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnome/gnome-program.c: Merge fix for
	bug #113660.

2003-05-16  Telsa Gwynne <hobbit@aloss.ukuu.org.uk>

	* configure.in: Added cy to ALL_LINGUAS

2003-05-12  Hidetoshi Tajima <hidetoshi.tajima@sun.com>

	* libgnome/gnome-init.c (libgnome_module_info_get):
	call bindtextdomain and bind_textdomain_codeset() earlier
	than the current, fixing bug #99224.

2003-05-09  SamÅel JÅn Gunnarsson  <sammi@techattack.nu>

	* configure.in: Added "is" into ALL_LINGUAS

Thu May  8 18:31:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

	* help-converters/info/main.c (file_exists): make it compile on
	C89 compilers.

2003-05-08  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* configure.in: call AC_LIBTOOL_WIN32_DLL which is necessary for
	building shared library on win32 platform.

	* libgnome/Makefile.am (libgnome_2_la_LDFLAGS): add -no-undefined
	which is necessary for building shared library on some platforms
	(e.g. Win32, BeOS).

	* libgnome/libgnome-2.0.pc.in (Libs): add -lpopt.

	* help-converters/gnome-vfs-module/Makefile.am:
	(module_flags): add -module and -no-undefined.
	(libvfs_help_la_LIBADD): add $(top_builddir)/libgnome/libgnome-2.la.

	* help-converters/gnome-vfs-module/help-methods.conf.in: remove "lib"
	prefix and ".so" suffix from module names. Because these are added
	automatically by g_module_build_path(), and they breaks on Cygwin.
	Cygwin uses "cyg" and ".dll" respectively.

	* monikers/GNOME_Moniker_std.server.in.in: remove ".so" from module
	name.

	* monikers/Makefile.am (libmoniker_extra_2_la_LDFLAGS): add
	-no-undefined.

2003-05-05  Christian Rose  <menthos@menthos.com>

	* configure.in: Added sr and sr@Latn to ALL_LINGUAS.

2003-05-04  Taneem Ahmed  <taneem@eyetap.org>

	* configure.in: Added "bn" in ALL_LINGUAS

2003-05-01  Kjartan Maraas  <set EMAIL_ADDRESS environment variable>

	* libgnome/gnome-i18n.c: (unalias_lang): Locate locale.alias
	in LIBGNOME_DATADIR also. Patch from Julio Merino
	<jmmv@hispabsd.org>. Fixes bug #106180.

2003-05-01  Kjartan Maraas  <kmaraas@gnome.org>

	* schemas/desktop_gnome_interface.schemas.in: Fix typo.
	Fixes bug #104422.

2003-05-01  Kjartan Maraas  <kmaraas@gnome.org>

	* Same as below: Fix crashes when feeding dirs to the
	help converters. Merged from branch.
	* help-converters/man/Makefile.am:
	* help-converters/man/gnome-man2html.c: (output_meta_element),
	(scan_request): Fix for bug #79071. Localised man pages work.

2003-05-01  Kjartan Maraas  <kmaraas@gnome.org>

	* help-converters/man/gnome-man2html.c: (main): Fix for
	bug #73597. Patch from Roderich Schupp.
	* libgnome/gnome-config.c: (check_path): Use NULL in g_string_new()
	* libgnome/gnome-exec.c: (gnome_execute_shell_fds): Fix a typo in
	a comment.

2003-04-25  Alexander Larsson  <alexl@redhat.com>

        Patch by Frank Worsley <fworsley@shaw.ca>

	* libgnome/gnome-url.c: (gnome_url_show_with_env):
	now just calls gnome_vfs_show_url and wrap error codes in GErrors

	* libgnome/gnome-url.h:
	updated for new functions

	* schemas/desktop_gnome_url_handlers.schemas.in:
	cleaned up the url handler schemas. removed unneeded schemas and moved
	others into gnome-vfs

2003-04-14 Paul Duffy <dubhthach@frink.nuigalway.ie>

        * configure.in: Added ga (irish) to ALL_LINGUAS

2003-04-12  Arvind Samptur <arvind.samptur@wipro.com>
	* libgnome/gnome-exec.c: (gnome_execute_async_with_env_fds):
	waitpid() could fail due to a interrupted system call, loop till you
	succeed. #110100

	Reviewed by: Mark McLoughlin <mark@skynet.ie>

2003-04-11  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

	*  libgnome/gnome-url.c (gnome_url_show_with_env):
	Make sure url substitution takes place for customized web
	browser command. Fixes bug#108909.

	Reviewed by: Mark McLoughlin <mark@skynet.ie>

2003-03-27  Anders Carlsson  <andersca@gnu.org>

	* configure.in: Releae 2.3.0

2003-03-26  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "yi" to ALL_LINGUAS.

2003-03-21  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "ml" in ALL_LINGUAS

2003-03-16  Andras Timar  <timar@gnome.hu>

	* help-converters/docbook/gnome-customization/l10n.xml:
        Added Hungarian translation.

2003-02-13  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Require intltool version that supports
	merging translations of .schemas files
	* doc/reference/Makefile.am: Removed extra '\'
	* libgnome/gnome-help.c (gnome_help_display_desktop_with_env):
	Plug a leak.

2003-02-11  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* help-converters/gnome-vfs-module/Makefile.am:
	Fix tinderbox bustage introduced by my previous commit.

2003-02-10  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* help-converters/gnome-vfs-module/Makefile.am:
	* help-converters/gnome-vfs-module/help-methods.conf:
	* help-converters/gnome-vfs-module/help-methods.conf.in:
	be sure to generate help-methods.conf based on libexecdir value
	(bug #91169)

2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>

	* po/id.po: Added Indonesian translation
	* configure.in: Added "id" to ALL_LINGUAS

Thu Jan 30 22:28:43 2003  Jonathan Blandford  <jrb@redhat.com>

	* schemas/desktop_gnome_interface.schemas.in: change default GTK+ theme.

2003-01-23  Alexander Larsson  <alexl@redhat.com>

	* 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.

2003-01-22  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "mn" to ALL_LINGUAS.
2003-12-14 19:48:04 +00:00
jmmv
38613678dd Update to 2.4.2, based on work done by xtraeme@. The following list of
changes is according to the development branch, 2.3.  Changes since then
include several bugfixes.

libbonobo 2.3.6
	+ bugs fixes
		+ improved tests (Gustavo)
		+ improved FAQ (Gustavo)
	+ featurelets
		+ bogus inheritance trap (Michael)

libbonobo 2.3.5
	* Bugs fixed
		+ reference tracking race (Gustavo Carneiro)
		+ incompatible activation-client fix (Antonio Xu)
		+ popt fixage (Michael, Damien Carbery)
	* Featurelets
		+ factory regression tests (Gustavo)

libbonobo 2.3.4
	* Bugs fixed
		+ don't use C++ keyword in C code (Frederic Crozat)
		+ fix activation test linking and script (Michael)
	* Translations
		+ az (Metin Amiroff)
		+ id (Mohammad Damt)
		+ ml (Guntupalli Karunakar)
		+ nl (Huib Kleinhout)
		+ bn (Mahmudur Rahman)
		+ fi (Pauli Virtanen)
		+ ru (Russian team, Dmitry G. Mastrukov)
		+ da (Ole Laursen)
		+ sr (Serbian team, Danilo Å egan)
		+ sq (Laurent Dhima)

libbonobo 2.3.3
	* Features
		+ use Gdk::WindowId for Bonobo_Canvas (Michael)
	* Bugs fixed
		+ CORBA_boolean handling in property bag (Dan Winship)
		+ cancel pending timeouts when destroying factory (Gustavo
		  Carneiro)

libbonobo 2.3.2
	* Features
		+ very much improved API docs (Gustavo Carneiro,
		  Martin Kretschmar, Rodrigo Moya)
		+ dynamic b-a-s path update (Antonio Xu)
		+ fix DNS reverse-lookup (Shailesh Mittal, Michael)
		+ always run in thread-safe mode (Michael)
		+ tentative BonoboObject locking action (Michael)
		+ new thread policy APIs (Michael)
		+ bump default factory timeouts (Gustavo)
		+ more regression tests (Michael, Gustavo)
	* Bugs fixed
		+ de-linc-ization (Michael)
		+ build fixes (Jens Granseuer, Martin)

libbonobo 2.3.1
	* Features
		+ lots more API & other doc work (Gustavo)
		+ selectable BonoboObject POAs (Michael, Gustavo)
		+ re-factored activation server (Michael)
		+ merged bonobo-activation (Michael)
		+ unknown app registration (Gustavo)
		+ cygwin build fixes (Masahiro Sakai)
		+ BonoboForeignObject - for bindings (Gustavo, James H)
	* Bugs fixed
		+ BonoboArg improvements (Gustavo)
		+ make check doesn't trash /tmp (Michael)
		+ remove .so library suffix (Michael)
		+ trailing ; fixes (Padraig O'Briain)
		+ C++ BonoboArg bits (Martin Kretzchmar)
		+ gettext fixes (Hidetoshi Tajima)
		+ build fixes (Thomas VS, James H, Carlos Marin)
	* Translations
		+ am - Daniel Yacob, de, fa, mk, nl - Pablo Saratxaga
		+ ro - Marius Andreiana, mn, id, eo, sr - Christian Rose
		+ ml - Guntupalli Karunakar
2003-12-14 19:46:25 +00:00
jmmv
d8c3b5d28a Update to 2.4.0.1 to sync with GConf2. Closes PR pkg/23698 by Min Sik Kim. 2003-12-14 19:45:45 +00:00
jmmv
1f59b2ab21 Update to 2.4.0.1, from PR pkg/23697 by Min Sik Kim.
2.4.0
 - print usage message when no options passed to gconftool
 - API docs updates
 - fix UTF-8 handling for command line output
 - fix reliability of writing out XML
 - ensure recursive unsets get synced
 - fix flag value that was "0"
 - fix recursive preloading
 - fix a memleak
 - fix some gconftool messages/segfaults

2.3.3
 - new gconf_client_notify() API to fake a notification
 - fixes to gconftool --dump feature
 - implement schema uninstallation in gconftool so packages
   can avoid leaving junk
 - fix build issues with linc-free ORBit
 - new gconf_client_recursive_unset API
 - fix gcc 3.3 strict aliasing warnings

2.3.2
 - fix build on Cygwin
 - don't complain about missing saved_state in syslog
 - improve gconf-sanity-check error text
 - added --get-type, --get-list-size and --get-list-element
 - exported gconf_entry_copy
 - cleaned up headers for C++
 - added missing GCONF_CLIENT_GET_CLASS
 - hackaround fix for 2.3.1 lockfile breakage
2003-12-14 19:44:38 +00:00
cube
e4aa31db39 This package is one of the pathological texinfo users, where the size of
the produced info file is too small to be sliced up with texinfo < 4.6,
but large enough to be by texinfo >= 4.6.

As a workaround, require texinfo >= 4.6 to build it, while we wait for
Stoned's better fix.

This only adds a build dependency, and we're close enough to the last
commit to avoid revision bump.
2003-12-13 23:20:46 +00:00
xtraeme
7a309e36ea Updated to 2.0.7.
Changes:

	o Added more locale files.
        o Makefile.am: Change subdirectory build order so that
	  'distclean' target work (and other targets remain working).
        o libgtop-2.0.pc.in: Fix missing build flags. Patch from
        Julio Merino.
        o sysdeps/linux/mem.c: (glibtop_get_mem_s): Fix memory calculation
        under Linux. Patch from <rwahl@gmx.de>.

And more... please review Changelog for a complete list of changes.

pkgsrc-changes:

	o FreeBSD 4.x/5.x support (only tested on 5.x)
2003-12-13 20:27:42 +00:00
ben
0d43bf684d Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
ben
728528749a Change from using packaged install program and flags, to a do-install
target in pkgsrc, in order to have a better chance of installing on
Solaris and other platforms.
2003-12-13 16:20:09 +00:00
wiz
a9144c5dfa Unneeded since 1.4.1 update. 2003-12-13 00:47:03 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
wiz
c440246df6 Update to 1.4.1, based on PR 23687 by Min Sik Kim.
Also closes PR 23570.

Contains a library major bump.

Changes in version 1.4.1
========================
* Add translations: Lithuanian [Gedminas Paulauskas],
Norwegian [(nynorsk [\303\205smund Skj\303\246veland]

* Update translations: German [Christian Neumair],
Romanian [Mi\305\237u Moldovan]

* Add description of signals to the documentation [Padraig O'Briain]

* Fix bug which caused building of rpms to fail [Scott Kennedy]

Changes in version 1.4.0
========================
* Add translations: Nepali [Pawan Chitrakar]

* Update translations: Spanish [Francisco Javier F.Serrador],
Welsh [Dafydd Harries]

Changes in version 1.3.6
========================
* Add translations: Hindi [Guntupalli Katunakar]

* Update translations: Azerbaijani [Metin Amiroff],
Italian [Alessio Frusciante]

Changes in version 1.3.5
========================
* Remove po/Makefile.in.in (bug #119053)

* Return correct value for atk_state-set_is_empty (bug #116621)

* Ensure that row and column values in atk_table_ref_at are non-negative.

* Add translations: Tamil [Dinesh N]

* Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
Hungarian [Andras Timar].


Changes in version 1.3.4
========================
* Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]

* Add new relation type ATK_RELATION_POPUP

* Some win32 fixes [Tor Lillqvist]

Changes in version 1.3.3
========================
* Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]

* Update translations: Traditional Chinese [Abel Cheung]

* Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.

Changes in version 1.3.2
========================
* Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
Icelandic [Sam\303\272el J\303\263n Gunnarsson]

* Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]


Changes in version 1.3.1
========================
* Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]

* Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].


Changes in version 1.3.0
========================
* Use automake-1.7, libtoolize, gtkdocize and glib-gettextize.
[James Henstridge]

* Windows fixes [Tor Lillqvist]

* Add translations: Esparanto [Charles Voelger],
Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar],
Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
Turkish [Gorkem], Indonesian [Mohammad Damt],
Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
Brazilian Portuguese [Alexander Folle de Menezes],
Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]

* Make atk_text_get_character_extents() return positive value, even for rtl
text. (bug #102954) [Padraig O'Briain]

* Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
(bug #100943) [Padraig]

* Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
[Padraig]

* Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
[Padraig]

* Add property "selected-link" to AtkHyperlink and new function
atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
(bug #104621) [Padraig]

* Correct creation of object which is not a AtkGObjectAccessible in
atk_gobject_accessible_from_object. [Padraig and Alex Larsson]

* Do not emit notification for initial setting of role using
atk_object_set_role(). (bug #107710) [Padraig]
2003-12-13 00:44:50 +00:00
jmmv
7c79fcac19 Update to 2.11.2. While here, make this package honour PKG_SYSCONFDIR.
Changes since 2.11:

distcc-2.11.2  "Muscovado"  2003-10-23

  BUG FIXES:

    * Correct the handling of --without-gnome.  Reported by Dimitri
      Papadopoulos.

    * Fatal signal handlers for client and daemon should reset the
      signal vector before doing anything else, to protect against an
      (unlikely) spin if the signal is re-sent.

    * Corrections to .desktop file from Dag Wieers.


  INTERNAL:

    * Remove dependency on libglade for GTK+ and GNOME monitor
      programs.


  PORTABILITY:

    * IRIX portability fixes from Dimitri Papadopoulos.

    * Use AC_TYPE_SIGNAL to generate correct signal handler return
      types.  (It can be either int or void.)


  DOCUMENTATION:

    * Various manual updates.

    * Update to xinetd example from Dag Wieers.

distcc-2.11.1  "Burnt sugar"  2003-10-08

  FEATURES:

    * The graphical monitor can now be configured with either
      --with-gnome or --with-gtk.  In the second case, the GNOME
      libraries are not used.  In both cases the resulting program is
      called distccmon-gnome and the functional differences are fairly
      small.


  BUG FIXES:

    * An error message is emitted and compilation fails if distcc
      cannot use the specified TMPDIR.  This can happen if distccd is
      started by root with a TMPDIR only accessible to root.
      Reported by Brett Dikeman.

    * GNOME data files are now only installed when the application is
      configured with --with-gnome or --with-gtk.  Files are installed
      into a distcc/ subdirectory of the configured data directory.
      (By default this is /usr/local/share/distcc/).  Reported by Erik
      Jan Tromp and Noe`l Ko"the.

    * Fix bug in sending compressed files where errors were ignored.

    * C++ compilation using -frepo must be local.  Reported by Andrew
      Slater.


  PORTABILITY:

    * Don't use stdint.h, which is not available on FreeBSD 4-STABLE,
      IRIX or Solaris.  Reported by Frerich Raabe.


  DOCUMENTATION:

    * Corrections to distcc manpage reported by Lionel Sausin.

    * Documentation of how to write monitor programs, from Frerich
      Raabe.


  INTERNAL:

    * Fix state.h for use with C++.  Patch from Frerich Raabe.
2003-12-12 23:10:57 +00:00
jmmv
5113a4d55b Update to 4.5:
1. There has been some re-arrangement of the code for the match() function so
    that it can be compiled in a version that does not call itself recursively.
    Instead, it keeps those local variables that need separate instances for
    each "recursion" in a frame on the heap, and gets/frees frames whenever it
    needs to "recurse". Keeping track of where control must go is done by means
    of setjmp/longjmp. The whole thing is implemented by a set of macros that
    hide most of the details from the main code, and operates only if
    NO_RECURSE is defined while compiling pcre.c. If PCRE is built using the
    "configure" mechanism, "--disable-stack-for-recursion" turns on this way of
    operating.

    To make it easier for callers to provide specially tailored get/free
    functions for this usage, two new functions, pcre_stack_malloc, and
    pcre_stack_free, are used. They are always called in strict stacking order,
    and the size of block requested is always the same.

    The PCRE_CONFIG_STACKRECURSE info parameter can be used to find out whether
    PCRE has been compiled to use the stack or the heap for recursion. The
    -C option of pcretest uses this to show which version is compiled.

    A new data escape \S, is added to pcretest; it causes the amounts of store
    obtained and freed by both kinds of malloc/free at match time to be added
    to the output.

 2. Changed the locale test to use "fr_FR" instead of "fr" because that's
    what's available on my current Linux desktop machine.

 3. When matching a UTF-8 string, the test for a valid string at the start has
    been extended. If start_offset is not zero, PCRE now checks that it points
    to a byte that is the start of a UTF-8 character. If not, it returns
    PCRE_ERROR_BADUTF8_OFFSET (-11). Note: the whole string is still checked;
    this is necessary because there may be backward assertions in the pattern.
    When matching the same subject several times, it may save resources to use
    PCRE_NO_UTF8_CHECK on all but the first call if the string is long.

 4. The code for checking the validity of UTF-8 strings has been tightened so
    that it rejects (a) strings containing 0xfe or 0xff bytes and (b) strings
    containing "overlong sequences".

 5. Fixed a bug (appearing twice) that I could not find any way of exploiting!
    I had written "if ((digitab[*p++] && chtab_digit) == 0)" where the "&&"
    should have been "&", but it just so happened that all the cases this let
    through by mistake were picked up later in the function.

 6. I had used a variable called "isblank" - this is a C99 function, causing
    some compilers to warn. To avoid this, I renamed it (as "blankclass").

 7. Cosmetic: (a) only output another newline at the end of pcretest if it is
    prompting; (b) run "./pcretest /dev/null" at the start of the test script
    so the version is shown; (c) stop "make test" echoing "./RunTest".

 8. Added patches from David Burgess to enable PCRE to run on EBCDIC systems.

 9. The prototype for memmove() for systems that don't have it was using
    size_t, but the inclusion of the header that defines size_t was later. I've
    moved the #includes for the C headers earlier to avoid this.

10. Added some adjustments to the code to make it easier to compiler on certain
    special systems:

      (a) Some "const" qualifiers were missing.
      (b) Added the macro EXPORT before all exported functions; by default this
          is defined to be empty.
      (c) Changed the dftables auxiliary program (that builds chartables.c) so
          that it reads its output file name as an argument instead of writing
          to the standard output and assuming this can be redirected.

11. In UTF-8 mode, if a recursive reference (e.g. (?1)) followed a character
    class containing characters with values greater than 255, PCRE compilation
    went into a loop.

12. A recursive reference to a subpattern that was within another subpattern
    that had a minimum quantifier of zero caused PCRE to crash. For example,
    (x(y(?2))z)? provoked this bug with a subject that got as far as the
    recursion. If the recursively-called subpattern itself had a zero repeat,
    that was OK.

13. In pcretest, the buffer for reading a data line was set at 30K, but the
    buffer into which it was copied (for escape processing) was still set at
    1024, so long lines caused crashes.

14. A pattern such as /[ab]{1,3}+/ failed to compile, giving the error
    "internal error: code overflow...". This applied to any character class
    that was followed by a possessive quantifier.

15. Modified the Makefile to add libpcre.la as a prerequisite for
    libpcreposix.la because I was told this is needed for a parallel build to
    work.

16. If a pattern that contained .* following optional items at the start was
    studied, the wrong optimizing data was generated, leading to matching
    errors. For example, studying /[ab]*.*c/ concluded, erroneously, that any
    matching string must start with a or b or c. The correct conclusion for
    this pattern is that a match can start with any character.
2003-12-12 22:33:36 +00:00
wiz
06e2c18124 Update to 1.11.10:
Changes since 1.11.9:
*********************

SERVER SECURITY ISSUES

* Malformed module requests could cause the CVS server to attempt to create
  directories and possibly files at the root of the filesystem holding the CVS
  repository.  Filesystem permissions usually prevent the creation of these
  misplaced directories, but nevertheless, the CVS server now rejects the
  malformed requests.

GENERAL USER ISSUES

* Case insensitive clients using a case sensitive server can now use a
  `cvs rm -f file; cvs add FILE' command sequence to add a file with the same
  name in a new case.

* CVSROOTs which contain a symlink to a real repository should work.

* The configure script now tests whether it is building CVS on a case
  insensitive file system.  If it is, CVS assumes that all file systems on this
  platform will be case insensitive.  This is useful for getting the case
  insensitivity flag set correctly when compiling on Mac OS X and under Cygwin
  on Windows.  Autodetection can be overridden using the
  --disable-case-sensitivity and --enable-case-sensitivity arguments to
  configure.

* A behavior change in `cvs up -jrev1 -jrev2' for modified files with a base
  revision of rev2 (ie, checked-out version matches rev2 and file has been
  modified).  The operation is no longer ignored and instead is passed to
  diff3.  This will potentially re-apply the diffs between the two revisions to
  a modified local file.  Status messages like from a standard merge have also
  been added when the file would not or does not change due to this merge
  request ("[file] already contains the changes between [revisions]...").

* A bug which could stop `cvs admin -mTAG:message' from recursing has been
  fixed.

* Misc documentation cleanup and fixes.

* Some of the contrib scripts, some of the documentation, and sanity.sh were
  modified to use and recommend more portable commands rather than using and
  recommending commands which were not compatible with the POSIX 1003.1-2001
  specification.

DEVELOPER ISSUES

* A new set of tests to test issues specific to case insensitive clients and
  servers has also been added.

* Support has been added to the test suite to support testing over a :ext: link
  to another machine, subject to some stringent requirements.  This support can
  be used, for instance, to test the operation of a case insensitive client
  against a case sensitive server.  Please see the comments in TEST and the
  src/sanity.sh test script itself for more.

* We've standardized on Automake 1.7.9 to get a bug fix.  See the note below
  on the Autoconf upgrade for more details.

* We've standardized on Autoconf version 2.58 to avoid a bug and get at a few
  new macros.  Again, this should only really affect developers, though it is
  possible that CVS will now compile on a few new platforms.  Please see the
  section of the INSTALL file about using the autotools if you are compiling
  CVS yourself.

Changes from 1.11.8 to 1.11.9:

* CVS now knows how to report, as well as record, `P' record types.

* When running the `cvs history' command, clients will now send the
  long-accepted `-e' option, for all records, rather than explicitly requesting
  `P' record types, a request which servers prior to 1.11.7 will reject with a
  fatal error message.

* A problem with locating files requested by case insensitive clients which was
  accidentally introduced in 1.11.6 as part of a fix for a data loss problem
  involving `cvs add's from case insensitive clients has been fixed.  The
  relevant error message was `cvs [<command> aborted]: filE,v is ambiguous;
  could mean FILE,v or file,v'.

* Attempts to use the global `-l' option, removed from both client and server
  as of version 1.11.6, will now elicit a warning rather than a fatal error
  from the server.

Changes from 1.11.7 to 1.11.8:

* A problem in the CVS getpass library that could cause passwords to echo on
  some systems has been fixed.

Changes from 1.11.6 to 1.11.7:

* A segfault that could occur in very rare cases where the stat of a file
  failed during a diff has been fixed.

* Any user with write privleges to the CVSROOT/checkoutlist file could pass
arbitrary format strings directly through to a printf function.  This was
probably bad and has been fixed.  White space at the beginning of error strings
in checkoutlist is now ignored properly.

* In client/server mode, most messages from CVS now contain the actual
command name rather than the generic "server".

* A long-standing bug that prevented most client/server updates from being
logged in the history file has been fixed.

* Updates done via a patch ("P" status) are now logged in the history file
by default and the corresponding "P" history record type is now documented.
If you're setting the LogHistory option in your CVSROOT/config file, you may
want to add "P" to the list of record types.

* CVS now will always compile and its own getpass() function (originally from
GNULIB) in favor of any system one that may exist.  This avoids some problems
with long passwords on some systems and updates us to POSIX.2 compliance, since
getpass() was removed from the POSIX.2 specification.

* A bug that allowed a write lock to be created in a directory despite
there being existing read locks when using LockDir in CVSROOT/config has
been fixed.

* A bug with short patches (`rdiff -s') which caused rdiff to sometimes report
differences that did not exist has been fixed.

* Some minor corrections were made to the diff code to keep diff & rdiff from
printing diff headers with empty change texts when two files have different
revision numbers but the same content.

* The global '-l' option, which suppressed history logging, has been removed
from both client and server.
2003-12-12 22:05:55 +00:00
wiz
80588a6d5a Conflict with 1.7 versions of automake package since
they install in the same location (1.8+ and 1.6- are fine).
2003-12-12 19:39:19 +00:00
wiz
b77bb14190 Mention that automake package is newer. 2003-12-12 19:33:21 +00:00
wiz
64644f25a7 Add and enable automake17. 2003-12-12 19:05:39 +00:00
wiz
6f773dbd28 automake-1.7.9 package that can coexist with the other
automake packages, for packages that still need it.
XXX: They should be converted not to need it, of course.
2003-12-12 19:05:18 +00:00
reed
a6ac76310f Removed patches for libtool.m4 and aclocal.m4 which provided fixes
for BSD/OS support. salo@ reported this caused autoconf to run
in install target and caused build to fail on his system.
Regenerated distinfo.
2003-12-12 18:05:38 +00:00
reed
115303b007 Added better support for BSD/OS for libtool. libtool has never
officially been ported to BSD/OS 5.  So this adds that support.
Added three more patches and changed two.  Based on some ideas from
Steven M. Schultz and discussed with skrll@NetBSD.
Bump PKGREVISION.
2003-12-11 22:15:30 +00:00
ben
f17d9833e5 Give these packages a higher chance to install on Solaris. 2003-12-11 20:16:10 +00:00
ben
29bbaa1677 Update MASTER_SITES and HOMEPAGE to www.snake.net. 2003-12-11 19:24:33 +00:00
erh
d408beaba4 This needs ncurses. Include the buildlink2.mk so it works on systems
without a system ncurses.
2003-12-11 17:27:24 +00:00
wiz
defac0580a Update to 1.8:
* New features

  - Default source file names in the absence of a _SOURCES declaration
    are made by removing any target extension before appending `.c', so
    to make the libtool module `foo.la' from `foo.c', you only need to
    do this:

	lib_LTLIBRARIES = foo.la
	foo_la_LDFLAGS  = -module

    For backward compatibility, foo_la.c will be used instead of
    foo.c if this file exists or is the explicit target of a rule.
    However -Wobsolete will warn about this deprecated naming.

  - AR's `cru' flags are now set in a global ARFLAGS variable instead
    of being hard-coded in each $(AR) invocation, so they can be
    substituted from configure.ac.  This has been requested by people
    dealing with non-POSIX ar implementations.

  - New warning option: -Woverride.  This will warn about any user
    target or variable definitions which override Automake
    definitions.

  - Texinfo rules back up and restore info files when makeinfo fails.

  - Texinfo rules now support the `html' target.
    Running this requires Texinfo 4.0 or greater.

    `html' is a new recursive target, so if your package mixes
    hand-crafted `Makefile.in's with Automake-generated
    `Makefile.in's, you should adjust the former to support (or
    ignore) this target so that `make html' recurses successfully.  If
    you had a custom `html' rule in your `Makefile.am', it's better to
    rename it as `html-local', otherwise your rule will override
    Automake's new rule (you can check that by running `automake
    -Woverride') and that will stop the recursion to subdirectories.

    Last but not least, this `html' rule is declared PHONY, even when
    overridden.  Fortunately, it appears that few packages use a
    non-PHONY `html' rule.

  - Any file which is m4_included from configure.ac will appear as a
    configure and Makefile.in dependency, and will be automatically
    distributed.

  - The rules for rebuilding Makefiles and Makefile.ins will now
    rebuild all Makefiles and all Makefile.ins at once when one of
    configure's dependencies has changed.  This is considerably faster
    than previous implementations, where config.status and automake
    were run separately in each directory (this still happens when you
    change a Makefile.am locally, without touching configure.ac or
    friends).  Doing this also solves a longstanding issue: these
    rebuild rules failed to work when adding new directories to the
    tree, forcing you to run automake manually.

  - For similar reasons, the rules to rebuild configure,
    config.status, and aclocal.m4 are now defined in all directories.
    Note that if you were using the CONFIG_STATUS_DEPENDENCIES and
    CONFIGURE_DEPENDENCIES (formerly undocumented) variables, you
    should better define them in all directories.  This is easily done
    using an AC_SUBST (make sure you prefix these dependencies with
    $(top_srcdir) since this variable will appear at different
    levels of the build tree).

  - aclocal will now use `m4_include' instead of copying local m4
    files into aclocal.m4.  (Local m4 files are those you ship with
    your project, other files will be copied as usual.)

    Because m4_included files are automatically distributed, it means
    for most projects there is no point in EXTRA_DISTing the list of
    m4 files which are used.  (You can probably get rid of
    m4/Makefile.am if you had one.)

  - aclocal will avoid touching aclocal.m4 when possible, so that
    Autom4te's cache isn't needlessly invalidated.  This behavior can
    be switched off with the new `--force' option.

  - aclocal now uses Autoconf's --trace to detect macros which are
    actually used and will no longer include unused macros simply
    because they where mentioned.  This was often the case for macros
    called conditionally.

  - New options no-dist and no-dist-gzip.

  - compile, depcomp, elisp-comp, install-sh, mdate-sh, mkinstalldirs,
    py-compile, and ylwrap, now all understand --version and --help.

  - Automake will now recognize AC_CONFIG_LINKS so far as removing created
    links as part of the distclean target and including source files in
    distributions.

  - AM_PATH_PYTHON now supports ACTION-IF-FOUND and ACTION-IF-NOT-FOUND
    argument.  The latter can be used to override the default behavior
    (which is to abort).

  - Automake will exit with $? = 63 on version mismatch.  (So does
    Autoconf 2.58)  missing knows this, and in this case it will
    emulate the tools as if they were absent.  Because older versions
    of Automake and Autoconf did not use this exit code, this change
    will only be useful in projects generated with future versions of
    these tools.

  - When using AC_CONFIG_FILES with multiple input files, Automake
    generates the first ".in" input file for which a ".am" exists.
    (Former versions would try to use only the first input file.)

  - lisp_DATA is now allowed.  If you are using the empty ELCFILES
    idiom to disable byte-compilation of lisp_LISP files, it is
    recommended that you switch to using lisp_DATA.  Note that
    this is not strictly equivalent: lisp_DATA will install elisp
    files even if emacs is not installed, while *_LISP do not
    install anything unless emacs is found.

  - Makefiles will prefer `mkdir -p' over mkinstalldirs if it is
    available.  This selection is achieved through the Makefile
    variable $(mkdir_p) that is set by AM_INIT_AUTOMAKE to either
    `mkdir -m 0755 -p --', `$(mkinstalldirs) -m 0755', or
    `$(install_sh) -m 0755 -d'.

* Obsolete features

  - Because `mkdir -p' is available on most platforms, and we can use
    `install-sh -d' when it is not, the use of the mkinstalldirs
    script is being phased out.  `automake --add-missing' no longer
    installs it, and if you remove mkinstalldirs from your package,
    automake will define $(mkinstalldirs) as an alias for $(mkdir_p).

    Gettext 1.12.1 still requires mkinstalldirs.  Fortunately
    gettextize and autopoint will install it when needed.  Automake
    will continue to define the $(mkinstalldirs) and to distribute
    mkinstalldirs when this script is in the source tree.

  - AM_PROG_CC_STDC is now empty.  The content of this macro was
    merged in AC_PROG_CC.  If your code uses $am_cv_prog_cc_stdc, you
    should adjust it to use $ac_cv_prog_cc_stdc instead.  (This
    renaming should be safe, even if you have to support several,
    versions of Automake, because AC_PROG_CC defines this variable
    since Autoconf 2.54.)

  - Some users where using the undocumented ACLOCAL_M4_SOURCES
    variable to override the aclocal.m4 dependencies computed
    (inaccurately) by older versions of Automake.  Because Automake
    now tracks configure's m4 dependencies accurately (see m4_include
    above), the use of ACLOCAL_M4_SOURCES should be considered
    obsolete and will be flagged as such when running `automake
    -Wobsolete'.

* Bug fixes

  - Defining programs conditionally using Automake conditionals no
    longer leads to a combinatorial explosion.  The following
    construct used to be troublesome when used with dozens of
    conditions.

      bin_PROGRAMS = a
      if COND1
        bin_PROGRAMS += a1
      endif
      if COND2
        bin_PROGRAMS += a2
      endif
      if COND3
        bin_PROGRAMS += a3
      endif
      ...

    Likewise for _SOURCES, _LDADD, and _LIBADD variables.

  - Due to implementation constraints, previous versions of Automake
    proscribed multiple conditional definitions of some variables
    like bin_PROGRAMS:

      if COND1
        bin_PROGRAMS = a1
      endif
      if COND2
        bin_PROGRAMS = a2
      endif

    All _PROGRAMS, _LDADD, and _LIBADD variables were affected.
    This restriction has been lifted, and these variables now
    support multiple conditional definitions as do other variables.

  - Cleanup the definitions of $(distdir) and $(top_distdir).
    $(top_distdir) now points to the root of the distribution
    directory created during `make dist', as it did in Automake 1.4,
    not to the root of the build tree as it did in intervening
    versions.  Furthermore these two variables are now only defined in
    the top level Makefile, and passed to sub-directories when running
    `make dist'.

  - The --no-force option now correctly checks the Makefile.in's
    dependencies before deciding not to update it.

  - Do not assume that make files are called Makefile in cleaning rules.

  - Update .info files in the source tree, not in the build tree.  This
    is what the GNU Coding Standard recommend.  Only Automake 1.7.x
    used to update these files in the build tree (previous versions did
    it in the source tree too), and it caused several problems, varying
    from mere annoyance to portability issues.

  - COPYING, COPYING.LIB, and COPYING.LESSER are no longer overwritten
    when --add-missing and --force-missing are used.  For backward
    compatibility --add-missing will continue to install COPYING (in
    `gnu' strictness) when none of these three files exist, but this
    use is deprecated: you should better choose a license yourself and
    install it once for all in your source tree (and in your code
    management system).

  - Fix ylwrap so that it does not overwrite header files that haven't
    changed, as the inline rule already does.

  - User-defined rules override automake-defined rules for the same
    targets, even when rules do not have commands.  This is not new
    (and was documented), however some of the automake-generated
    rules have escaped this principle in former Automake versions.
    Rules for the following targets are affected by this fix:

       clean, clean-am, dist-all, distclean, distclean-am, dvi, dvi-am,
       info, info-am, install-data-am, install-exec-am, install-info,
       install-info-am, install-man, installcheck-am, maintainer-clean,
       maintainer-clean-am, mostlyclean, mostlyclean-am, pdf, pdf-am,
       ps, ps-am, uninstall-am, uninstall-info, uninstall-man

    Practically it means that an attempt to supplement the dependencies
    of some target, as in

       clean: my-clean-rule

    will now *silently override* the automake definition of the
    rule for this target.  Running `automake -Woverride' will diagnose
    all such overriding definitions.

    It should be noted that almost all these targets support a *-local
    variant that is meant to supplement the automake-defined rule
    (See node `Extending' in the manual).  The above rule should
    be rewritten as

      clean-local: my-clean-rule

    These *-local targets have been documented since at least
    Automake 1.2, so you should not fear the change if you have
    to support multiple automake versions.

* Miscellaneous

  - The Automake manual is now distributed under the terms of the GNU FDL.

  - Targets dist-gzip, dist-bzip2, dist-tarZ, dist-zip are always defined.

  - core dumps are no longer removed by the cleaning rules.  There are
    at least three reasons for this:
      1. These files should not be created by any build step,
	 so their removal do not fit any of the cleaning rules.
	 Actually, they may be precious to the developer.
      2. If such file is created during a build, then it's clearly a
         bug Automake should not hide.  Not removing the file will
         cause `make distcheck' to complain about its presence.
      3. Operating systems have different naming conventions for
         core dump files.  A core file on one system might be a
	 completely legitimate data file on another system.

  - RUNTESTFLAGS, CTAGSFLAGS, ETAGSFLAGS, JAVACFLAGS are no longer
    defined by Automake.  This means that any definition in the
    environment will be used, unless overridden in the Makefile.am or
    on the command line.  The old behavior, where these variables were
    defined empty in each Makefile, can be obtained by AC_SUBSTing or
    AC_ARG_VARing each variable from configure.ac.

  - CONFIGURE_DEPENDENCIES and CONFIG_STATUS_DEPENDENCIES are now
    documented.  (The is not a new feature, these variables have
    been there since at least Automake 1.4.)
2003-12-11 16:32:34 +00:00
reed
92f6643bc8 MESSAGE file is specifically talking about "NetBSD" kernel configuration.
So move to MESSAGE.NetBSD (so other platform users aren't confused
when teh day comes that cvsup in pkgsrc
2003-12-11 09:22:18 +00:00
grant
1106a14c7b +p5-Net-CIDR 2003-12-09 04:54:44 +00:00
grant
c7fff7d6c7 Initial import of p5-Net-CIDR 0.09 into the NetBSD Packages Collection.
The Net::CIDR package contains functions that manipulate lists of IP
netblocks expressed in CIDR notation. The Net::CIDR functions handle
both IPv4 and IPv6 addresses.
2003-12-09 04:53:57 +00:00
reed
aa42f1c5ce Capitalize first letter of COMMENT. 2003-12-09 00:54:29 +00:00
reed
53ea1a0253 Revert my change so sdl-config is not buildlinked. Like, imlib-config
this caused a problem where now smpeg-config had the "buildlink"
directory hard-coded in the smpeg-config script.
(Instead smpeg's Makefile can define SDL_CONFIG in the CONFIGURE_ENV
to make sure it uses correct sdl-config. I haven't made that change yet.)
2003-12-08 20:25:51 +00:00
adam
ab4889cce7 PLIST fix, not gnustep-make handles some of the directories 2003-12-08 15:43:23 +00:00
adam
cf264494c8 Some empty directories are now created; --enable-flattened is the default for GNUstep, so removed from the main Makefile 2003-12-08 15:31:40 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
adam
ae5070aab4 patch-ac was missing 2003-12-08 09:17:36 +00:00
epg
168d9d3a20 Add and enable rapidsvn. 2003-12-07 04:14:45 +00:00
epg
5973abc99e import rapidsvn-0.4.0.
RapidSVN is a cross-platform GUI front-end for the Subversion
revision system written in C++ using the wxWindows framework.
2003-12-07 04:09:22 +00:00
epg
efffc8c45c Move the massaging of hot-backup.py and tweak-log.cgi from a
pre-configure target in subversion/Makefile.common to a post-patch
target in subversion-base/Makefile.
2003-12-07 01:21:03 +00:00
epg
0f23ded48d Download site has changed to <http://subversion.tigris.org/tarballs/>. 2003-12-07 01:06:05 +00:00
wiz
f9bc1816ad Update to 1.7.9:
Bugs fixed in 1.7.9:
* Fix install-strip to work with nobase_ binaries.
* Fix renaming of #line directives in ylwrap.
* Rebuild with Autoconf 2.59.  (1.7.8 was not installable with pdksh.)

Bugs fixed in 1.7.8:
* Remove spurious blank lines in cleaning rules introduced in 1.7.7.
* Fix detection of Debian's install-info, broken since version 1.5.
  (Debian bug #213524).
* Honor -module if it appears in AM_LDFLAGS (i.e., relax name checking)
  This was only done for libfoo_LDFLAGS and LDFLAGS in previous versions.

Bugs fixed in 1.7.7:
* The implementation of automake's --no-force option is unreliable,
  so this option is ignored in this version.  A real fix will appear in
  Automake 1.8.  (Debian Bug #206299)
* AM_PATH_PYTHON: really check the whole list of interpreters if no
  argument is given.  (Bug #399)
* Do not warn about leading `_' in variable names, even with -Wportability.
* Support user redefinitions of TEXINFO_TEX.
* depcomp: support AIX Compiler version 6.
* Fix missing rebuilds during `make dist' with BSD make.
  (Could produce tarballs containing out-of-date files.)
* Resurrect multilib support.
* Noteworthy manual updates:
  - Extending aclocal: how to write m4 macros that won't trigger warnings
    with Automake 1.8.
  - A Shared Library: Rewrite and split into subsections.
2003-12-06 18:28:13 +00:00
wiz
c33e0dc3b5 Update to 2.59:
* Major changes in Autoconf 2.59                       -*- outline -*-

  Released 2003-11-04, by Akim Demaille

** ac_abs_builddir etc.
  Absolute paths were actually relative in 2.58.

* Major changes in Autoconf 2.58

  Released 2003-11-04, by Akim Demaille

** core.*
  core.* files are no longer removed, as they may be valid user files.

** autoreconf and auxiliary directory
  Autoreconf creates the auxiliary directory if needed.  This is
  especially useful for initial "bootstrapping" of fresh CVS checkouts.

** AC_CONFIG_MACRO_DIR
  Use this macro to declare the directory for local m4 macros for aclocal.

** AC_LIBOBJS
  No longer includes twice the same file in LIBOBJS if invoked
  multiple times.

** AC_CONFIG_COMMANDS
  The directory for its first argument is automatically created.  For
  instance, with

      AC_CONFIG_COMMANDS([src/modules.hh], [...])

  $top_builddir/src/ is created if needed.

** Autotest and local.at
  The optional file local.at is always included in Autotest test suites.

** Warnings
  The warnings are always issued, including with cached runs.
  This became a significant problem since aclocal and automake can
  run autoconf behind the scene.

** autoheader warnings
  The warnings of autoheader can be turned off, using --warning.
  For instance, -Wno-obsolete disables the complaints about acconfig.h
  and other deprecated constructs.

** New macros
  AC_C_RESTRICT, AC_INCLUDES_DEFAULT, AC_LANG_ASSERT, AC_LANG_WERROR,
  AS_SET_CATFILE.

** AC_DECL_SYS_SIGLIST
  Works again.

** AC_FUNC_MKTIME
  Now checks that mktime is the inverse of localtime.

** Improve DJGPP portability
  The Autoconf tools and configure behave better under DJGPP.

** Present But Cannot Be Compiled
  New FAQ section dedicated to the mystic

    configure: WARNING: pi.h: present but cannot be compiled
    configure: WARNING: pi.h: check for missing prerequisite headers?
    configure: WARNING: pi.h: proceeding with the preprocessor's result
      messages.

** Concurrent executions of autom4te
  autom4te now locks its internal files, which enables concurrent
  executions of autom4te, likely to happen if automake, autoconf,
  autoheader etc. are run simultaneously.

** Libtool
  Use of Libtool 1.5 and higher is encouraged.  Compatibility with
  Libtool pre-1.4 is not checked.

** Autotest
  Testsuites no longer rerun failed tests in verbose mode; instead,
  failures are logged while the test is run.

  In addition, expected failures can be marked as such.
2003-12-06 18:26:36 +00:00
recht
e5b7bfeafd update to 1.99.10
Lots of changes/fixes, please see NEWS for details.
Also update the descriptions since there is now Helix Code any more.
2003-12-06 17:50:02 +00:00
epg
d3ba72d4cb Update to 0.34.0.
Add PERL to CONFIGURE_ENV for p5-subversion.

Upstream change log:

Version 0.34.0 (released 3 December 2003, from revision r7859)
http://svn.collab.net/repos/svn/tags/0.34.0

#####################################################################
##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
#####################################################################
##                                                                 ##
## This release makes  an incompatible  change  to  the Subversion ##
## database.    Repositories created with versions  of  Subversion ##
## prior to 0.34 will not work with Subversion 0.34.               ##
## To  upgrade,   first  use  'svnadmin dump'  with  your existing ##
## Subversion binaries.   Then upgrade your binaries to 0.34,  and ##
## use  'svnadmin load'  to  create  a  new  repository  from your ##
## dumpfile.                                                       ##
## Don't  forget  to  copy any custom configuration/hooks from the ##
## old to the new repository.                                      ##
##                                                                 ##
#####################################################################

 Please see notes/repos_upgrade_HOWTO for documentation on migrating
 pre-0.34.0 repos to 0.34.0.

 That document is also located here:
    http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO

 User-visible changes:
 * fs schema change (#1578, #1595) **NOTE: repos dump/load cycle required!**
 * Berkeley DB 4.2.50 is now the recommended Berkeley version
 * Fix: 'svn status' thought replaced items were unversioned (#1609)
 * SSL server cert error prompt improvement (r7849)
 * many error message improvements (r7745, r7763, r7824 and 7827 - #897)
 * don't show update-completion message until all wc work completes (#1556)
 * many other enhancements, minor features, and bugfixes not listed here

 Developer-visible changes:
 * public client APIs changes (r7799) after fixing #1556
 * many improvements and fixes on Perl bindings (perl => 5.8.0 are required)
 * improvements, fixes on misc. test scripts
 * many other changes not listed here

 Merged revisions after release branching:
 * r7868 - Java bindings
 * r7888 - Security fix for svnserve
2003-12-06 03:01:57 +00:00
erh
43511a8c1c If we're on AIX, don't remove the .a library: it's the shared library.
Combine patch-ai into patch-ah to make future updates easier.
2003-12-05 18:15:49 +00:00
adam
b52a9a54c8 Noteworthy changes in version `0.3.6':
Many features have been polished and stabilised, see ChangeLog for the
   complete list of changes
2003-12-05 10:33:34 +00:00
adam
5a9de262c6 Noteworthy changes in version `0.4.0':
* New Menu and Menu Item inspectors.
   * User can now specify the Services and Windows menus in the menu
     inspector.
   * User can specify a non-custom subclass as well as a custom one to
     replace the class when the .gorm is unarchived.  This can be used
     to turn a NSTextField into NSSecureTextField and etc.
   * New set name panel.
   * New switch control on the font panel to allow the user to specify
     if a font is encoded with its default size or not.
   * Added NSStepper and NSStepperCell to the class list to allow
     creation of custom subclasses.
   * Windows and Services menus now function correctly.
2003-12-05 10:29:17 +00:00
adam
644f776b61 Adopted to work with GNUstep 0.9.0 2003-12-05 10:20:27 +00:00
adam
fed5fa620a Noteworthy changes in version `1.8.0':
Read the NEWS file for a compete list of changes since the last
stable version. The major change is that the header files (both in the
package and when installed) are in different locations. Also, due to
filesystem changes in gnustep-make, several components of gnustep-base
are located in different locations. Generally this should not affect the
compilation or running of applications and tools.
2003-12-05 09:55:46 +00:00
adam
28cf6861db Oops! Wrong buildlink - fixed 2003-12-05 09:23:41 +00:00
adam
dca64144eb Changes 1.3.0:
Improvements and bug-fixes
2003-12-05 09:22:26 +00:00
adam
ef23b0f252 Changes in version `1.8.0':
Read the NEWS file for a complete list of changes since the last
stable release. The major difference from 1.6.0 is that the locations
of certain directories have changed. Generally this will not cause a
problem unless your GNUstep directory is shared by multiple machines
running this and earlier (1.6.x) versions of the software.
2003-12-05 09:16:33 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
recht
205fcfb9cf Bump the PKGREVISION the right way (in each Makefile on it's own..) 2003-12-04 17:12:40 +00:00
recht
893b448209 Catch up with name change (py-subversion) and bump PKGREVISION, because
of the BUILDLINK_DEPENDS.neon bump.
p5-subersion depends on perl 5.8.

ok'ed by epg.
2003-12-04 17:04:01 +00:00
recht
5008c1153e remove old subversion-python
and add py-subversion to Makefile
2003-12-04 17:01:54 +00:00
recht
fb1b51a378 re-import of subversion-python as py-subversion to match naming of
other python packages in pkgsrc.
ok'ed by epg@
2003-12-04 16:41:22 +00:00
epg
16c1010e59 Add and enable p5-Algorithm-Annotate, p5-Algorithm-Diff,
p5-Algorithm-Merge p5-subversion, and swig-perl (thanks Thomas
Klausner).
2003-12-04 15:26:55 +00:00
abs
7edf62d399 Update cpuflags to 0.59:
- Handle i386: Mobile PIII, alpha: 21264a, powerpc: 603ev
2003-12-04 10:13:26 +00:00
agc
edcc97f833 Add and enable mph 2003-12-04 08:45:43 +00:00
agc
77c5659dfe Initial import of mph-1.2 into the NetBSD Packages Collection.
The program mph tries to generate an order preserving minimal perfect
hashing (MPH) function for the set of keys, one per line, on stdin.
Each key can be at most 4095 characters long (see keys.h to increase
this limit), and the keys must be unique.  If mph terminates, it emits
a language independent binary or text representation of the MPH
function on stdout.  To generate a usable hash function, this output
should be fed to a language dependent filter, like emitc.

e.g.
	% mph <foo | emitc >hash.c

The algorithm used by mph is probabilistic - it iterates until it
finds a MPH function.  For each failed iteration, it prints a
(cryptic) reason on stderr.  There is no no guarantee that mph will
terminate.  In practice this is unlikely, unless the constants
specified with options -c or -m are too small (see below).
2003-12-04 08:44:58 +00:00
gson
f183de3a00 Add and enable libstree 2003-12-04 04:53:48 +00:00
gson
fdbb501e0d Initial import of libstree 0.3.0.
LibSTree is a library containing generic string algorithms based on
suffix trees.  The underlying implementation is based on Ukkonen's
linear suffix tree creation algorithm, supporting multiple strings per
tree.
2003-12-04 04:52:46 +00:00
kristerw
f6d8743f8c Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
reed
98398140cc Fix bsdi4 (BSD/OS) support in ltconfig (via patch-aa).
(Set version_type=sunos for bsdi in libtool.)
Regenerate distinfo for patch-aa.
Bump PKGREVISION (especially so BSD/OS support will work
using _OPSYS_LIBTOOL_REQD.)
This is for my PR #23058.
2003-12-03 21:18:19 +00:00
xtraeme
38dade9b65 s/wip/devel/ 2003-12-03 21:18:10 +00:00
heinz
01b21be5df fix typo in SVR4_PKGNAME 2003-12-03 19:22:07 +00:00
xtraeme
48a13dd05c Add and enable libidn, libntlm. 2003-12-03 19:21:37 +00:00
xtraeme
848fe8edac Initial import of libntlm-0.3.2 from pkgsrc-wip.
libntlm is a library that implement Microsoft's NTLM authentication.
2003-12-03 19:18:15 +00:00
xtraeme
111ac50b8b Initial import of libidn-0.3.3 from pkgsrc-wip.
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
specifications defined by the IETF Internationalized Domain Names (IDN)
working group. It is used to prepare internationalized strings (such as
domain name labels, usernames, and passwords) in order to increase the
likelihood that string input and string comparison work in ways that make
sense for typical users throughout the world.

The library contains a generic Stringprep implementation that does Unicode
3.2 NFKC normalization, mapping and prohibition of characters, and
bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep,
SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
IDNA are supported.
2003-12-03 19:17:10 +00:00
xtraeme
62728d065e Add and enable devIL, ode and ogre. 2003-12-03 19:03:19 +00:00
xtraeme
f16753934f Initial import of ogre-0.12.1 from pkgsrc-wip.
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier and more
intuitive for developers to produce games and demos utilising 3D hardware.
The class library abstracts all the details of using the underlying system
libraries like Direct3D and OpenGL and provides an interface based on world
objects and other intuitive classes.
2003-12-03 19:01:46 +00:00
xtraeme
fb68212e17 Initial import of ode-0.039 from pkgsrc-wip.
ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.
2003-12-03 19:00:56 +00:00
xtraeme
631d4d6755 Initial import of devIL-1.6.6 from pkgsrc-wip.
Developer's Image Library (DevIL) is a programmer's library to develop
applications with very powerful image loading capabilities, yet is easy
for a developer to learn and use. Ultimate control of images is left to
the developer, so unnecessary conversions, etc. are not performed. DevIL
utilizes a simple, yet powerful, syntax. DevIL can load, save, convert,
manipulate, filter and display a wide variety of image formats.

Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm,
.mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp,
.raw, .sgi, .tga and .tif files.

Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm,
.pcx, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif.

DevIL currently supports the following APIs for display: OpenGL, Windows GDI,
SDL, DirectX and Allegro. Compilers that can compile DevIL or use it
include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and
Dev-C++.
2003-12-03 19:00:02 +00:00
epg
e2ded55ca5 import p5-Algorithm-Merge-0.04.
This module provides diff3(1)-like functionality (three-way merge).
2003-12-03 16:07:56 +00:00
epg
6d4a499ee3 import p5-Algorithm-Annotate-0.10.
Represent a series of changes in annotate form; like cvs annotate.
2003-12-03 16:04:15 +00:00
epg
ae69ff088b import p5-Algorithm-Diff-1.15.
This is a module for computing the difference between two files,
two strings, or any other two lists of things.  It uses an
intelligent algorithm similar to (or identical to) the one used by
the Unix `diff' program.   It is guaranteed to find the *smallest
possible* set of differences.
2003-12-03 15:58:53 +00:00
adam
ce13bf5848 New in 3.0.1:
* Bug fix.

New in 3.0:
* Added option --output that allows to specify the output file name.
* Some options have been renamed:
    --hash-fn-name=NAME     -->   --hash-function-name=NAME
    --lookup-fn-name=NAME   -->   --lookup-function-name=NAME
    --compare-strlen        -->   --compare-lengths
    --global                -->   --global-table
  The older variants are still supported for backward compatibility.
* New options can now be specified inside the input file: --> see "NEWS"
* When the option -k is not given, the default key positions are now
  computed depending on the set of keywords.
* If the input file is given by name, the output file will now contain
  #line directives referring to the input file.
* Some keyword sets containing permutations, like { "xy", "yx", "xz", "zx" }
  or { "abc", "acb", "bca", "cab" }, are now handled by gperf without
  requiring the option -D.
* The generated table is usually much smaller than it was with earlier
  versions of gperf.
* Added option -m/--multiple-iterations that allows to further reduce the
  size of the generated table.
* When the search for a good hash function is not immediately successful,
  the table's size will grow as needed. Earlier versions of gperf bailed
  out with an "Internal error, duplicate hash code value".
* The options -f/--fast and -o/--occurrence-sort have no effect any more.
* Added options -P/--pic and --null-strings that optimize the generated code
  for use in shared libraries. -P/--pic does a perfect optimization but may
  require some small code changes (see the documentation for details), whereas
  --null-strings does only a half-hearted optimization but works without
  needing any change to surrounding code.
* Added option --ignore-case that produces a case independent lookup function.
* Bug fixes
2003-12-03 15:56:16 +00:00
epg
cd9583f81d Require apr 0.9.5 (thanks Bang Jun-Young). 2003-12-03 15:43:09 +00:00
epg
d29f3171fc ap2-subversion had a PKGREVISION bump. 2003-12-03 15:42:10 +00:00
epg
0ac81ca665 Bump PKGREVISION (thanks Thomas Klausner). 2003-12-03 15:30:26 +00:00
epg
38da85a24c Update to 0.33.1.
Add p5-subversion package.

Upstream change log:

Version 0.33.1 (released 17 November 2003, revision r7782)
http://svn.collab.net/repos/svn/tags/0.33.1

    NOTICE: This is a bugfix release.  The bug is fixed if *either*
            the client or server uses the new code.

User-visible changes:
* major performance fix for updates

Version 0.33.0 (released 13 November 2003, revision r7737)
http://svn.collab.net/repos/svn/tags/0.33.0

                              NOTICES:

    1. This client may be incompatible with ra_dav servers <= 0.31.

    2. In order to make commits more responsive, repository
       deltification is no longer automatic.  However, you may want
       to run deltification as a background process in your repository
       post-commit hook.  For example, the new post-commit.tmpl file
       recommends 'nice -2 svnadmin deltify "$REPOS" -r "$REV" &'.

 User-visible changes:
 * now require APR/APU 0.9.5 (ships in Apache 2.0.48)
 * lose automatic deltification, but recommend it in post-commit (r7695, #1573)
 * new configuration and authn/authz support in ra_svn (r7604, r7601)
 * much faster checkouts and updates, over both svn:// and http:// (#1429)
 * new partial-authz feature: checkouts/updates just skip unauthorized items
 * new 'use-commit-times = yes' config option to use commit-time timestamps
 * new 'svnadmin hotcopy' command, like hot-backup.py (#1567)
 * fix Win32 "access denied" error in renames (r7598, #1576)
 * unnecessary working copy tree locks now avoided, to save time (#1245)
 * Compatibility changes:
    - lose ra_dav compatibility with servers 0.31 and earlier
    - lose support for working copy format "1" (not created for over a year)
 * 'svn diff' and other read-only actions now work in read-only working copies
 * 'svn blame -rX' now does the intuitive thing
 * 'svn log' output headers now say "rXXXX | " instead of "rev XXXX:  "
 * 'svnversion' no longer stymied by svn:externals
 * new 'svn pd' alias for 'svn propdel'
 * '-rCOMMITTED' keyword now works on more commands
 * minor changes to output of 'svn ls -v' and 'svn st -v' (r7530)
 * 'svn log --xml' now obeys the '-q' flag (r7555)
 * cvs2svn.py bugfixes, especially issue #1440
 * book and documentation updates
 * removed server config options ssl-ignore-invalid-date and
   ssl-override-cert-hostname (r7644)
 * many other enhancements, minor features, and bugfixes not listed here

 Developer-visible changes:
 * repair text- and prop-time in .svn/entries if spuriously wrong (r7565)
 * speed up keyword translation (r7502)
 * two new editor functions, absent_file() and absent_directory()
 * ra_dav checkouts/updates no longer do O(n) number of GET, PROPFIND requests
 * new svn_io_temp_dir function, will morph to apr_temp_dir_get soon
 * new svn_io_file_close wrapper for apr_file_close
 * tools/test-scripts/svntest/ scripts now support ra_dav and ramdisk
 * many other changes not listed here
2003-12-03 15:20:44 +00:00
epg
f32f6b6f98 import p5-subversion-0.33.1 (the rest of subversion 0.33.1 to follow).
This package contains the Perl bindings to the Subversion libraries.
2003-12-03 15:13:58 +00:00
epg
d26572ef2a import swig-perl-1.3.19
This is the runtime for Perl bindings written with SWIG 1.3.19.
2003-12-03 15:11:23 +00:00
epg
785609cf5f Add missing file. 2003-12-03 14:57:18 +00:00
epg
3da06317a5 Link to db4. 2003-12-03 14:57:05 +00:00
jmmv
c01dbbfacf Update to 0.16:
Implement boolean operators in #if [Pete Gonzalez]
Adds support for  Windows MinGW GCC and MS VisualC++.NET [Jack T. Goral]
Adds Jamfile for compilation with Jam [Jack T. Goral]
Make gcc style predefined symbols defined as in -DPARAMETER=3 [Pierric Descamps]
Fix unportable configure sh for NetBSD [Julio M. Merino Vidal]
Set object filename extension through a command line [Arne Varholm]
Man page [Zenaan Harkness]
Compilation fixes + makefile for MS VC6 [Alexander Bartolich]
2003-12-03 13:11:18 +00:00
martti
42860e3a19 Updated doxygen to 1.3.5
* bug fixes
2003-12-03 05:38:50 +00:00
xtraeme
2c8df5035a s/tr/${TR}/g from Soren Jacobsen PR pkg/23631. 2003-12-03 02:42:35 +00:00
reed
010c66156c Make sure the *-config scripts are buildlinked too.
(As discussed on tech-pkg in late October; okay'd by wiz then.)
2003-12-03 01:37:57 +00:00
recht
c65f30767e Add a patch from Christian Limpach wrt to signal handling.
bump PKGREVISION
2003-12-03 00:14:16 +00:00
recht
e2a5491cf5 update to 0.6.3.1
Fixed:
- fixed detectors fix incorrectly fixed in bugfix release 0.6.2
- added note to upgrading doc for detectors fix in 0.6.2
- added script to help migrating queries from pre-0.6 trackers
- fixed "documentation" of getnodeids in roundup.hyperdb
- added flush() to DevNull (sf bug #835365)
- fixed javascript for help window for only one checkbox case
- Date +/- Interval now works, and Date - Date also works
- handle socket timeout exception (thanks Marcus Priesch)
- fixed retirement of items in rdbms imports (sf bug 841355)
- fixed bug in looking up journal of newly-created items in *dbm backends
2003-12-02 23:40:05 +00:00
recht
b53fa27a66 update to 0.8.13
Version 0.8.13   - 18 November 2003
  * Add -s/--shadowbuiltin option to warn when overriding a builtin
  * Add warning when assigning a variable to itself
  * Add warning when dividing a variable by itself
  * Add warnings when using a bit-wise operator with the same variable (a & a)
  * Add warning when passing a constant string to getattr()/setattr()
  * Add --special option to check for __special__ (reserved) method names
    and that their signature (argument count) is correct
  * Add warning for using __getattribute__ in an old-style class
  * Suppress 'self as first argument' warning for static and class methods
  * Add --classmethodargs option to specify first argument name
    for class methods
2003-12-02 23:37:26 +00:00
recht
97908781d9 - arch
+ tla
2003-12-02 23:24:47 +00:00
recht
825cfad37b re-import of arch as tla (pkgname change)
update to 1.1.08 based upon PR 23022 by Neil Booth (update to 1.1pre5)

tla is a revision control system: a program that lets programmers
archive a history of changes made to the software they maintain and
that, more importantly, helps programmers to coordinate, synchronize,
and combine multiple lines of development for a single project.

suggested/ok'ed by wiz@
2003-12-02 23:22:50 +00:00
recht
eab2d9afeb remove arch since the name change to tla 2003-12-02 23:20:33 +00:00
salo
82caa48605 Add math to CATEGORIES.
Style nits.
2003-12-02 21:57:26 +00:00
sketch
6b3ac01d59 Small HOMEPAGE tweak to appease pkglint. 2003-12-02 18:03:25 +00:00
sketch
bbaaa92f4e Ensure the same compiler is used to both compile and link the program,
fixing the GCC 3 breakage exhibited in pkg/23424.  This also fixes the
build using Sun CC on Solaris.
2003-12-02 17:59:45 +00:00
jschauma
6048206d2c As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
2003-11-30 22:58:40 +00:00
junyoung
fb71dc5c26 Update subversion to 0.32.1. 2003-11-29 16:25:17 +00:00
wiz
f7da969cea Add RCS Ids to patches (hi rtr!). 2003-11-29 00:14:54 +00:00
gehenna
94ecaa96db cvsync 0.24.13
Changes:
        * Improve the performance. (client/server)
          It's 4 - 30% faster than 0.24.12.
          (of course, depends on disk I/O, network connectivity, and so on.)
          Have fun!

        * Fix a bug to remain temporary files. (client)
          To remove that files, remove scanfiles and re-run cvsync client.

        * Option (server)
                -l: Specifies the file to write the system log.

        * New feature: base (client/server/cvscan)
          Specifies a prefix used for relative pathnames in all of the keyword
          'distfile', 'refuse', and 'scanfile'. It must be an absolute path.
2003-11-28 23:52:10 +00:00
junyoung
e013c73aee Drop revision for version bump (0.9.4 -> 0.9.5). 2003-11-28 10:01:10 +00:00
recht
8802f9172e update to 4.15, based upon PR 23414 (update to 4.12) by Marko Schuetz
It contains a large number of fixes/changes, see the README for details.

ok'ed by wiz@
2003-11-27 16:13:55 +00:00
salo
48c6476995 Regen with proper dependencies.
Addreses PR pkg/23552 by Min Sik Kim.
2003-11-25 12:21:27 +00:00
reed
0282b540ca Spelling fix: s/implemenatation/implementation 2003-11-25 00:05:47 +00:00
gson
b7c513b88f Remove bogus const which caused gcc 3.3.2 to issue warnings like
"/usr/pkg/include/popt.h:444: warning: type qualifiers ignored on
function return type" every time popt.h was included.
2003-11-24 19:13:19 +00:00
salo
0b5611d5d1 basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23539. 2003-11-23 07:14:09 +00:00
salo
fc5b95dbf7 basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23538. 2003-11-23 07:12:01 +00:00
jlam
5ab07363d5 Use EXTRACT_CMD_OPTS.zip to customize the flags passed to the unzip
program.
2003-11-22 23:55:15 +00:00
cube
367bfc567f o Register conflict between elib and emacs20-elib in elib's Makefile
o Make it so PKGREVISION bumps of elib don't affect emacs20-elib
o Bump PKGREVISION of elib and pcl-cvs
2003-11-18 16:29:50 +00:00
cube
2054da7292 Add and enable emacs20-elib. 2003-11-18 16:28:13 +00:00
cube
e2a4cbd65b Initial import of emacs20-elib into the NetBSD Package Collection. It is
a rip-off of devel/elib, that depends on solely on emacs20, to make
packaging possible for the various packages that use devel/elib.
2003-11-18 16:22:34 +00:00
agc
1496cb503c This package is a test suite, designed to test the conformance of the
host operating system to standard specifications. Given that it tests
the thread implementation, this package should only be built on systems
with native thread implementations.
2003-11-17 09:02:55 +00:00
fvdl
b0c349c2ce Add missing patch. 2003-11-13 10:58:43 +00:00
xtraeme
0135b58761 Regen (patch-ae is gone) 2003-11-13 07:05:55 +00:00
rtr
402781aa91 patch-aa: Patch removes re-declaration of default param val.
Should resolve pr pkg/23421.
2003-11-13 03:53:40 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
salo
b1908db707 PKGREVISION++
Link against libintl correctly so it doesn't exhibit unresolved gettext
symbols to binaries trying to link with libpopt.

Fixes (at least) fonts/chkfontpath as seen in recent bulk builds.
2003-11-12 01:25:25 +00:00
fvdl
6541bd67d7 For the 'trio' varargs functions, don't pass a reference to a va_list
argument to the level below; it's not portable. Use va_copy to
create a new copy, and pass a reference to that instead.
2003-11-11 13:39:09 +00:00
fredb
b8a9c642b2 Check for __STDC_HOSTED__ to see whether or not to use prototypes and
<stdargs.h>, as well as __STDC__, so this'll build with gcc-3.2.2.
2003-11-09 06:15:24 +00:00
wiz
8157575694 Not really interactive fetch.
Set USE_BUILDLINK2 so that perl bl2 works.
Add pthread.buildlink2.mk; however, more fixes are needed for this to work
on non-native libpthread platforms (PLIST still incorrect for now).
2003-11-09 00:08:43 +00:00
xtraeme
e440fbeae0 Add emacs-nox11 to the list of suported Emacs versions, this closes
PR pkg/23098.

Bump PKGREVISION.
2003-11-08 08:59:45 +00:00
gavan
6ec266dc6c Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-06 18:14:03 +00:00
gavan
022a7e75d2 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-06 17:39:30 +00:00
gavan
58052d36e1 Set USE_GCC_SHLIB and correct LIBTOOL_OVERRIDE. Fixes linking on Solaris. 2003-11-06 17:11:59 +00:00
markd
634829c2ac gcc3 compilation problem.
From John Shannon in PR pkg/23248.
2003-11-05 21:59:00 +00:00
gehenna
955437186c cvsync 0.24.12
Changes:
  * Fix a bug to use a wrong constant as NI_MAXHOST on OpenBSD.
    (cvscan/client/server)

  * Fix a bug to require the existence of 'prefix' when the release
    type is 'list'. (client)
2003-11-05 19:16:48 +00:00
jmmv
dc1037e6d8 Fix build with gcc3. 2003-11-05 15:27:41 +00:00
gavan
a21e8a4688 Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes linking on
Solaris.
2003-11-03 18:27:54 +00:00
gavan
39f76a5ab6 Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes building on
Solaris.
2003-11-03 18:17:55 +00:00
gavan
41074c03b7 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-03 17:59:28 +00:00
gavan
f86bda671a Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-03 14:56:04 +00:00
gehenna
068ea36708 cvsync 0.24.11
Changes:
	New keyword: base-prefix (client)

	  Specifies a prefix used for relative pathnames in all of the
	  keyword 'prefix'.  It must be an absolute path.
2003-11-03 05:49:52 +00:00
skrll
dd8c154cc3 "Someone has to" 2003-11-02 19:19:30 +00:00
xtraeme
b70a69d2cc I'm the new maintainer. 2003-11-02 07:02:32 +00:00
reed
b29732d3f2 Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.) 2003-10-31 19:09:14 +00:00
dmcmahill
1db6009463 protect the --with-libiconv configure argument with a ICONV_IS_GNU check.
Thanks to Mark Davies and Jeremy Reed for pointing out the problems with the
previous commit.
2003-10-31 02:11:43 +00:00
dmcmahill
48fd726a1c add --with-libiconv=yes to CONFIGURE_ARGS. This makes sure that the
USE_GNU_ICONV is correctly set on systems which need the pkgsrc libiconv.
2003-10-30 10:27:52 +00:00
mason
26aa36eef4 libapr-0.so.9.4 -> libapr-0.so.9.5
libaprutil-0.so.9.4 -> libaprutil-0.so.9.5
2003-10-29 23:07:47 +00:00
heinz
a8ebc7d8cd On i386, depend on devel/binutils. Makes SDL compile on NetBSD 1.5.x
again (fix from PR pkg/23121, thanks to Ian.Fry at sophos com)"
2003-10-29 20:54:58 +00:00
cube
2a511f2077 Bump PKGREVISION and requirement in buildlink2.mk, since last gcc3-related
fix in an installed header file.
2003-10-29 18:39:45 +00:00
gehenna
b606801312 cvsync 0.24.10
Changes:
  * Fix a bug to uninitialize an interger constant. (cvsup2cvsync)
2003-10-29 18:05:27 +00:00
gehenna
d6c1b3656e cvsync 0.24.9
Changes:
    * New utility: cvsup2cvsync

      This converts a scanfile from the CVSup(R) style to the cvsync style.
      It is useful for mirror maintainers to distribute the CVS repositries
      via both CVSup and CVSync protocols.

    * Use poll() instead of select() if available. (server/client)

    * New feature: refuse (client)

      It provides the way to refuse to add/update/remove files or
      directories.
2003-10-29 00:43:38 +00:00
kristerw
a4b306129b Override config.guess and config.sub to make the pkg recognize shark. 2003-10-28 23:22:54 +00:00
kristerw
56f7da05e0 The configure script thinks gcc 2.95 for ARM is too buggy to use,
so require gcc 3 for arm.
2003-10-28 22:33:57 +00:00
mason
316e1cf51e Update checksums to account for Apache 2.0.48, so this will build. 2003-10-28 21:12:11 +00:00
heinz
6e0b518fd7 clarify comment (thanks to tv at duh org) 2003-10-28 15:54:31 +00:00
kristerw
515369e600 Make SDL compile with gcc 3.3 too, by applying patches provided by
Marc Recht in response to PR pkg/23268.
2003-10-27 23:19:46 +00:00
rtr
7fb103ae79 Additional patches resolve gcc3 issues in cpp code & conf macro.
Approved by jlam@netbsd.org
2003-10-26 14:05:59 +00:00
reed
62e0c6620c Under Linux, gdbserver is built and installed. So set up PLIST.common
and PLIST.Linux so it is registered.

Although it has no change for NetBSD, I bumped the PKGREVISION so
it would be clear that this is a different package for Linux.

gdbserver is for SunOS too. Can someone check and add PLIST.SunOS?
2003-10-24 18:49:52 +00:00
heinz
ee0bc1900d Add TEST_TARGET 2003-10-19 01:34:13 +00:00
rh
d283baef26 Fix an Athlon detection glitch: the "Athlon Model 1" is neither an
"Athlon MP" nor a "Pentium Pro".  Correct this by testing for the special
cases first rather than trying to be clever in the generic test.
Bump package version to 0.58
2003-10-19 00:24:28 +00:00
cjep
34e102913e Whitespace fixes 2003-10-18 13:08:48 +00:00
cjep
eeeb0967fe Fit into 24 lines 2003-10-18 12:15:14 +00:00
jmmv
1cfc498be3 Sort bl2 include lines. 2003-10-18 08:15:37 +00:00
jmmv
d323794866 Bump revision due to gnutls update (libtasn dependency removed). 2003-10-18 08:11:43 +00:00
dillo
dbdb7f6b14 drop me as maintainers -- I don't use it any more 2003-10-11 14:20:20 +00:00
grant
68fd50e391 bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. 2003-10-11 13:40:19 +00:00
grant
dbf3c5151c use basename ${MAKE}... in configure to avoid bad substitution
error.

from mlh at goathill dot org in PR pkg/22920.
2003-10-11 12:11:41 +00:00
kim
264f7d1b3b Scalar::Util is recommended by Class::Container, and required by
HTML::Mason so require it here to avoid possible inconsistancies
in building Class::Container.
2003-10-11 04:26:10 +00:00
kim
0e38524d37 Set USE_BUILDLINK2=YES so that ${PERL5_SITEARCH} will be set (for packlist). 2003-10-11 04:10:16 +00:00
reed
8d9ba19680 Check for yacc and BUILD_DEPENDS on bison; check for flex (and not
just for SunOS). (Okay'd by rh.) This should probably get rid of
SunOS check.  Later, these build dependency checks should be improved
and done in a separate mk file (like an enhanced tools.mk).
2003-10-10 16:31:08 +00:00
wiz
053eae936e No more patch-aa. 2003-10-09 06:43:42 +00:00
thorpej
34893d7420 CPAN File::Spec - portably perform operations on file names. 2003-10-09 06:21:59 +00:00
gehenna
ee9e1bc999 cvsync 0.24.8
Changes:
  * Fix a bug to create a wrong pid file when a relative path is specified
    by using an option -p.
2003-10-08 10:03:30 +00:00
epg
38ce602643 Subversion requires neon 0.24 now, so add the requisite
BUILDLINK_DEPENDS.neon missed in last package update.

Thanks Sergey Svishchev <svs@ropnet.ru>.
2003-10-07 08:06:38 +00:00
wiz
a60a0801e8 Update to 1.8.2:
* Catch invalid OLE2 files that claim there is data in a directory.
        * Better error handling for Infile::child_by_*
        * Work harder to restore invalid ole2 files with bad BATs.
        * Begin an interface for ole2 export with non-default block sizes.
        * Name the root directory 'Root Entry' to keep libole2 happy.
        * Support CLSIDs for Storages for the AAF project
        * Test and fix bugs reading ole files with non-default block sizes.
        * Plug major gzip output leak.
2003-10-05 20:20:18 +00:00
martti
a31eadb731 Updated doxygen to 1.3.4
* bug fixes
2003-10-05 12:03:50 +00:00
martti
fd1e4da129 Updated distcc to 2.11
* bug fixes
2003-10-05 12:03:12 +00:00
wiz
afad701ca7 Update to 0.98.38:
* Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify
  mkdep.pl to be able to generate completely pathless dependencies, as
  required by OpenWatcom wmake (it supports path searches, but not
  explicit paths.)
* Fix the STR instruction.
* Fix the ELF output format, which was broken under certain
  circumstances due to the addition of stabs support.
* Quick-fix Borland format debug-info for -f obj
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call  (#794686)
* Fix long label causes coredump (#677841)
* Use autoheader as well as autoconf to keep configure from generating
  ridiculously long command lines.
* Make sure that all of the formats which support debugging output
  actually will suppress debugging output when -g not specified.
2003-10-05 09:45:13 +00:00
taca
6b063a6309 Add and enable ruby-testunit. 2003-10-05 09:30:49 +00:00