Commit graph

5 commits

Author SHA1 Message Date
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
tron
2a2e83c60e Increase the minium required version of the "x11/libxcb" package to 1.6.
There are at least two packages ("graphics/cairo" and "x11/xlsclients")
which require this. And we definitely want to avoid the situation where
both the based and "pkgsrc" version get used at the same time.

Bump all the packages which use the "x11/libxcb" package except the two
which already require version 1.6. For those package remove the manually
set minimum required version.

Change discussed with Thomas Klausner in private e-mail.
2012-10-02 12:09:40 +00:00
wiz
628947a188 Add two buildlink3.mk files. 2012-08-27 10:04:31 +00:00
marino
2acdce2c01 x11/xcb-util-image: Fix build for some compilers.
gcc44 complains "control reaches end of non-void function" on DragonFly
Apparently gcc45+ recognizes the assert, but for those compilers that don't,
putting a dummy return value won't hurt anything and it fixes the build
at least for gcc 4.4.
2012-08-18 08:04:25 +00:00
wiz
1c52f62321 Import xcb-util-image-0.3.9 as x11/xcb-util-image.
XCB util-image module provides the following library:

  - image: Port of Xlib's XImage and XShmImage functions.
2012-08-12 21:19:06 +00:00