Commit graph

63 commits

Author SHA1 Message Date
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
ebfe57400c Update at-spi and py-at-spi to 1.26.0.
What"s new in at-spi-1.26.0:

* Translation update: ml, gl, ta, as, hi, bn_IN, te.

What's new in at-spi-1.25.92:

* Bugfixes: #570752, #570754, #572188.

What's new in at-spi-1.25.5:

* Bugfixes: #566999, #566998, #567706.

What's new in at-spi-1.25.4:

* Bugfixes: #563806, #563943, #564880.

What's new in at-spi-1.25.2:

* Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953.
* Translation update.

What's new in at-spi-1.25.1:

* Bugfixes: #552469, #547943, #525519, #527585.
2009-03-16 22:22:07 +00:00
wiz
e0c5666063 Update to 1.24.1:
What's new in at-spi-1.24.1:

* Bugfixes: #563943.
2009-01-16 11:46:01 +00:00
wiz
b28e441bc0 Add BUILDLINK_API_DEPENDS.gtk2+=gtk2+>=2.14.0 so this gets a gtk2 with gail. 2008-10-24 19:30:32 +00:00
drochner
a494cbac12 update to 1.24.0
This switches to the gnome-2.24 release branch.
(also remove "gail" dependency)
2008-10-16 12:26:36 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
drochner
ba57f028e3 update to 1.22.1
This switches to the gnome-2.22 release branch.
2008-04-10 16:56:22 +00:00
drochner
59ed6f506d trick configure to continue without Python, should fix the error seen
in Dragonfly builds, add a .pc file
2007-11-07 18:19:19 +00:00
drochner
cd20671bf8 update to 1.20.1
This switches to the new gnome-2.20 branch.
Also add the Python bindings as a seperate pkg. I don't see where
this is used, but is is a simple addition.
2007-10-31 19:52:34 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
drochner
e2a8f3376d update to 1.18.1
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 18:15:01 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
drochner
5dc84a9788 update to 1.7.12
changes:
-IDL namespace fix
-bugfixes
2006-10-17 16:55:49 +00:00
jmmv
6f3f45c9fd Update to 1.7.11:
What's new in at-spi-1.7.11:

* Docs fixes.

* Fixed getAttributes APIs.

* Export Hyperlink interface for AtkHyperlinkImpl peers.

* Aggregate Document interface.

What's new in at-spi-1.7.10:

* New method Selection::deselectChild.  RFE #326535.

What's new in at-spi-1.7.9:

* I18n uses po/LINGUAS now.

* Table enhancement: new method Table::getRowColumnExtentsAtIndex
  RFE #326536.  Assistance from Ariel Rios.

* Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet
  RFE #326540.  Assistance from Ariel Rios.

* New interface, Document.  RFE #326520.

* New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM.

* Meaningful implementation and bridges for StreamableContent.
  RFE #326532.

* Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR,
  and PARENT_WINDOW_OF.
2006-09-15 15:18:55 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
joerg
91068d0b3a Needs msgfmt. 2006-06-21 14:23:10 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
drochner
fbba4b25d9 update to 1.7.7
changes:
* Documentation improvements
* New locales
* Cleanup
* Bugfixes
2006-04-06 16:49:55 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jmmv
e23c6577bd Update to 1.7.4:
What's new in at-spi-1.7.4:

* Fixed dist to include Accessibility_Selector.idl (missing from dist though
  in cvs since 1.7.3).

* Bugfixes to EventDetails event support, and fixed event emission for
  implementors of SPI_REMOTE_OBJECT.

What's new in at-spi-1.7.0 through 1.7.3:

* Added idl/Accessibility_Selector.idl to the repository (missing in 1.7.0
        through 1.7.2, added in 1.7.3)

* DOCS:

  All the IDL is now documented with doxygen-compatible docs.
  Just run 'doxygen oxyfile' in the IDL directory.  (This will
  be automated in a future version).

* NEW API:

  idl:
	Accessibility::Accessible:getAttributes (name/value pair annotation
	for all objects)
	Accessibility::Accessible:getApplication (retrieves ref to host app)
	Accessibility::Component:getAlpha (get transparency/opacity value of component)
	Accessibility::Image:getLocale (get POSIX locale for image and
	imagedesc)
	Accessibility::Text:getAttributeValue (retrieve a single named
	attribute value)
	Accessibility::Relation:RELATION_PARENT_WINDOW_OF
	Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION,
	ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles
	for complex docs and forms.)
	Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED,
	STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION,
	STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms)
	Accessibility::EventDetails (new, more detailed info marshalled with events)

  cspi:
  	(AccessibleEvent_getSourceName):
	(AccessibleEvent_getSourceRole):
	(AccessibleEvent_getSourceApplication):
	(AccessibleEvent_getSourceDetails):
	New methods for interrogating/demarshalling
	event details i.e. source's accessible name, role,
	and host app.
	(Accessible_getAttributes): New, retrieve annotations/attributes
	on objects.
	(Accessible_getHostApplication): New, retrieve enclosing Application
	instance for an object.
	(AccessibleImage_getImageLocale): New, retrieve Locale info for an
  	image.
	(AccessibleComponent_getAlpha): New, retrieve alpha value for
	an AccessibleComponent (see discussion in idl section above).

* BUGFIXES:
	Some compiler fixes from Kjartan Marass.
	Some thread-related fixes from Michael Meeks.
	Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman).
2006-03-30 21:22:11 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
8a89922f8f Update to 1.6.6:
* Fixed some discrepancies in event listener deregistration, improves
  on-the-fly deregistration of event listeners.  Fixed some tests.

* Added cspi docs back into dist.

* Fixed brokenness in 'make check.'
2005-10-14 21:44:31 +00:00
jmmv
5a84c3cdb2 Update to 1.6.3:
* bugfix for #165129
* Added locale 'xh' (Adi Attar)
2005-08-21 11:30:03 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
e882fe4c12 Update to 1.6.3:
* bugfix for #165129
* Added locale 'xh' (Adi Attar)
2005-03-22 16:25:06 +00:00
jmmv
e818266c7d Update to 1.6.2:
* fixes for problems at logout time (hangs, crashes)
* bugfixes for #160862, #152147.
* minor enhancements to test login-helper-server-test.
2005-02-26 17:25:15 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
jmmv
680c7517ca Update to 1.6.1:
* LoginHelper API docs improved.
* fixed bug which caused problems if an app which loaded atk-bridge forks,
  and one fork exits.  (Padraig O'Briain).
* New language: Galician (gl), Jesus Bravo Alvarez.
* Ansi build fixes (Kjartan Maraas).
2004-12-28 21:50:56 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
3d84ec1925 Update to 1.6.0. This version corresponds to GNOME 2.8.0.
What's new in at-spi-1.6.0:

Nothing.

What's new in at-spi-1.5.4:

* Registration failure at SPI_init is now detected and
  an error code is returned to the caller (bug #147648).

* We now use polling as our default for detecting mouse
  button changes (this was formerly our fallback method);
  this prevents conflict with Xstroke.
  [a better long-term fix requires the Xevie extension]

* We now register on a per-DISPLAY, but not per-SCREEN, basis.
  This fixes several issues, see bugs #149962, #136986, #144086.

* New languages in configure.in:
  bs (Christian Rose)
  nb (Kjartan Maraas)

============

What's new in at-spi-1.5.3:

* New role EMBEDDED (bug #144415).

* Added object:bounds-changed event, for detecting when the
  component bounds of an object have changed onscreen.

==============

What's new in at-spi-1.5.2:

* Added Accessibility_LoginHelper interface, and
  LoginHelper GType.  Also added client and server tests
  for this interface.  The purpose is to identify services
  (typically, assistive technologies) which need access to
  system or device services (keyboard, audio, serial ports,
  posting windows, etc.) during login or re-login/authentication.

* fixed make distcheck.

* Added a check in cspi_object_unref, which should help in detecting
  refcount bugs in clients (Padraig O'Briain).

* New languages:
  Walloon (Pablo Saratxaga)
  Bulgarian (Alexander Shopov)

What's new in at-spi-1.5.1:

* Allow synthesis of keysyms that aren't in the current X keymap.

* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 16:59:05 +00:00
jmmv
f8c28fbf40 Update to 1.4.2:
* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-05-15 12:20:00 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
wiz
e18313f0f2 Unused. 2004-04-25 00:51:57 +00:00
jmmv
73e6c33ea4 Update to 1.4.0:
What's new in at-spi-1.4.0: [GNOME 2.6.0 release]

* build improvements from Laszlo Peter.
* en_GB added to ALL_LINGUAS.

What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]

* Fix for bug #134036, which could steal keystrokes from applications
  if at-spi registry failed.

* Build fixes, added .pc.in files (from Laszlo Peter).

This is the gnome-2.6 beta release of at-spi.
What's new in at-spi-1.3.15:

* translations:
	Amanpreet Singh Alam (pa)
	Bojan Suzic (sr@ije)
2004-04-01 18:30:41 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
46453f87ed BUILDLINK_DEPENDS.<pkg> should be appended to, not set. 2004-03-16 17:58:01 +00:00