Commit graph

17 commits

Author SHA1 Message Date
jmmv
426e4a267f Disable build of tests, as they require an extra dependency (libgetopt) on
Solaris 8.  Addresses part of PR pkg/26769 by Robert Lillack.

While here, remove some more test(1) == constructions from the configure
script (they were harmless).
2005-03-24 09:34:24 +00:00
jmmv
c70f07ef82 Update to 2.0:
2.0     New stable release (for GNOME 2.10). Minor changes since 1.14:
	some optimization and cleanup.
1.14	Memory leaks nailed. Some minor restructuring. Bugfixing.
	A couple of XKL_*_DISABLE envvars introduced.
1.13	Some build process cleanup and fixes. One more "virtual function"
	introduced.
1.12	First version with real xmodmap support. Sure, bugs are possible.
	I did it again - broke API. Really hope no API changes in 1.1x
	series any more.
1.11	A lot of internal changes. VTable introduced (so now at some
	point there can be implemented xmodmap backend). Some bugs were
	fixed.
1.10	Some internal reorganization in the xklavier-config department.
	API/ABI are broken. All this stuff is going to be used in
	GNOME 2.9x. The environment variable XKL_DEBUG introduced in
	order to control the debug info more handy. Minor portability
	bug was fixed.
2005-03-22 16:05:13 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
jmmv
91a51864b9 Remove some useless C99-isms that cause the build to fail with GCC 2.95.
Should fix the problem exposed by kristerw@'s NetBSD 1.6.2 bulk build.
2004-11-03 11:22:58 +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
jmmv
b304b3ee5b Update to 1.04:
- Some memory leaks were nailed (thanks to kmaraas and valgrind).
- Default ruleset for partially non-compliant servers introduced
  (though it still long way to go for AccelleratedX support).
- A couple of small tests introduced.
- Hopefully the last release in 1.0x series.
2004-10-02 15:44:15 +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
kristerw
e4f1b3b08a Fix a C99 variable definition, to make this build with older compilers. 2004-06-27 21:01:58 +00:00
minskim
377f1a886a Enable pkgviews installation. 2004-06-27 06:47:07 +00:00
jmmv
f95aa00c43 Update to 1.03: Mostly bugfix release (related to global and per-window
group switching).  Some minor code/debugging restructuring.
2004-06-26 10:30:47 +00:00
jmmv
fb7d0ac449 Update to 1.02:
Due to the high demand, libxklavier is now able to detect the default xkb
rules set at runtime. The option --with-xkb-rules-set is not necessary any
more.
2004-04-14 08:04:09 +00:00
jmmv
ac4c55ee66 Update to 1.01:
* configure.in, libxklavier/xklavier_config_xkb.c: I suppose now libxklavier
  should be able to live in xorg world - the name of the rules files is
  customizable at build-time.
2004-04-09 21:42:13 +00:00
jmmv
a97ec97d87 Update to 1.00. Changes since 0.97 are small changes and fixes (mostly
related to portability).
2004-04-01 18:12:58 +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
83270dba5d BUILDLINK_DEPENDS.<pkg> is appended to. 2004-03-16 17:55:35 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
9882c1989b Initial import of libxklavier, version 0.97:
libxklavier is a library providing high-level API for X Keyboard Extension
known as XKB.  This library is indended to support XFree86 and other
commercial X servers.  It is useful for creating XKB-related software
(layout indicators etc).

The current features are:
* Reading XKB configuration registry information (for XFree86).
* Configuring XKB.
* Application-defined callbacks for many XKB-related events.
* Support for per-window switching etc.
2004-02-14 17:34:25 +00:00