Commit graph

14 commits

Author SHA1 Message Date
joerg
d61b79ae90 Modular Xorg support. 2007-01-15 19:26:33 +00:00
jmmv
020968d47e Update to 3.0:
3.0	Some fixes in 2.91. Huge memory optimization
2.91	Absolutely new API based on glib.
2006-09-15 15:11:52 +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
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
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
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
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
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