NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: NVIDIA ION, nv(4), vesa(4) and LCD 1680x1050 monitor
>> > Things above mean that I have no chance to setup NetBSD with ION graphic
>> > card on 1680x1050 monitor. Right?
>>
>> Replying to myself.
>> A few day ago support for ION was added to nv(4)'s git repository.
>>
>> I've packaged it (wip/xf86-video-nv-current) and it works for me.
> Doesn't compile here:
...
> configure.ac:33: error: must install xorg-macros 1.3 or later before running
> autoconf/autogen
> Where do I get xorg-macros?
While playing with nouveau(4) and latest nv(4) I was forced to update my
xorg server to the latest 1.7.* version and several other pkgsrc
packages were updated too in my local pkgsrc repository. It seems to me
it's time to update modular Xorg in pkgsrc.
Maybe xorg-macros is the only thing required by latest nv(4), maybe not,
I don't know. All those updates were made for nouveau(4).
Update for xorg-macros:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/xorg-util-macros/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 8 Jul 2009 20:22:54 -0000 1.5
+++ Makefile 8 Mar 2010 15:52:05 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2009/07/08 20:22:54 hasso Exp $
#
-DISTNAME= util-macros-1.2.2
+DISTNAME= util-macros-1.6.0
PKGNAME= xorg-${DISTNAME}
CATEGORIES= devel x11
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/xorg-util-macros/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST 18 May 2009 18:16:14 -0000 1.2
+++ PLIST 8 Mar 2010 15:52:05 -0000
@@ -1,2 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2009/05/18 18:16:14 hasso Exp $
share/aclocal/xorg-macros.m4
+share/pkgconfig/xorg-macros.pc
+share/util-macros/INSTALL
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/xorg-util-macros/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 8 Jul 2009 20:22:54 -0000 1.4
+++ distinfo 8 Mar 2010 15:52:05 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2009/07/08 20:22:54 hasso Exp $
-SHA1 (util-macros-1.2.2.tar.bz2) = ecec7d56466f8701603bba1f7bb4781b380f7ddc
-RMD160 (util-macros-1.2.2.tar.bz2) = 5e9ea54cbd73aa5f5a04ab2a909a2ccc181ae65f
-Size (util-macros-1.2.2.tar.bz2) = 49552 bytes
+SHA1 (util-macros-1.6.0.tar.bz2) = ac791d237e4d92780f673a2596a845c5ecb628e2
+RMD160 (util-macros-1.6.0.tar.bz2) = b1cb7bace29ae94b69f798e062c2e42fe905b7d7
+Size (util-macros-1.6.0.tar.bz2) = 61264 bytes
--
Best regards, Aleksey Cheusov.
Home |
Main Index |
Thread Index |
Old Index