Path to this page:
./
x11/xvidtune,
Client interface to the X server video mode extension
Branch: pkgsrc-2012Q1,
Version: 1.0.2nb1,
Package name: xvidtune-1.0.2nb1,
Maintainer: pkgsrc-usersXvidtune is a client interface to the X server video mode extension
(XFree86-VidModeExtension). It can show current video mode, switch the
video mode and interactively adjust current video mode.
Required to build:[
devel/pkg-config] [
pkgtools/x11-links]
Master sites:
SHA1: 2f3f821943018c07efd4547afa4313ac92718b1e
RMD160: 9087b6784b5530b30362c23d866b73dea466d495
Filesize: 110.466 KB
Version history: (Expand)
- (2012-04-10) Package added to pkgsrc.se, version xvidtune-1.0.2nb1 (created)
CVS history: (Expand)
2012-06-06 22:47:04 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #3825 - requested by dholland
x11/xvidtune: build fix
Revisions pulled up:
- x11/xvidtune/hacks.mk 1.1-1.2
---
Module Name: pkgsrc
Committed By: dholland
Date: Sat Jun 2 21:03:03 UTC 2012
Added Files:
pkgsrc/x11/xvidtune: hacks.mk
Log message:
Work around x11-links lossage with native X on NetBSD 5.
x11-links rejects xf86vidmodeproto because it's too old according
to the pkgsrc X xf86vidmodeproto bl3 file (which is at best dubious
logic) and doesn't link it. Then the .pc file isn't available, so
this package's configure script silently fails running pkg-config
and sets XVIDTUNE_LIBS to empty. The build then fails at link time
because no X libs at all have been requested. Fix it by feeding in
the result of running the same pkg-config invocation outside
pkgsrc. The fact that the native xf86vidmode is "too old" does not
itself break the package.
---
Module Name: pkgsrc
Committed By: dholland
Date: Sun Jun 3 18:06:11 UTC 2012
Modified Files:
pkgsrc/x11/xvidtune: hacks.mk
Log message:
This should also have bsd.prefs.mk before checking MACHINE_PLATFORM.
|