From owner-cvs-all@FreeBSD.ORG Sun Apr 30 22:14:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A220216A404; Sun, 30 Apr 2006 22:14:08 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69F4943D49; Sun, 30 Apr 2006 22:14:08 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3UME80u027867; Sun, 30 Apr 2006 22:14:08 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3UME8Lq027866; Sun, 30 Apr 2006 22:14:08 GMT (envelope-from netchild) Message-Id: <200604302214.k3UME8Lq027866@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 30 Apr 2006 22:14:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/linux-xorg-libs Makefile distinfo.i386 pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2006 22:14:08 -0000 netchild 2006-04-30 22:14:08 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/linux-xorg-libs Makefile distinfo.i386 pkg-descr pkg-plist Log: The new X.org based X11 libs port for the upcomming update of the default linux base port to FC3. This port is based upon FC4 but seems to work just fine with FC3. Anyone using this port with the current default linux base port does this on his own risk. The new X.org based X11 libs port for the upcomming update of the default linux base port to FC3. This port is based upon FC4 but seems to work just fine with FC3. Anyone using this port with the current default linux base port does this on his own risk. To test this port with the fc3 linux base, one should change bsd.port.mk (warning: cut&paste tab-corruption): ---snip--- --- bsd.port.mk.orig Mon Mar 20 03:20:52 2006 +++ bsd.port.mk Mon Mar 20 03:21:09 2006 @@ -1831,7 +1831,7 @@ .if defined(USE_XLIB) . if defined(USE_LINUX) -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-xorg-libs . else LIB_DEPENDS+= X11.6:${X_LIBRARIES_PORT} . endif ---snip--- and then do a "portupgrade -o x11/linux-xorg-libs linux-XFree86-libs". Feedback (to emultaion@) is appreciated. Submitted by: Boris Samorodov Revision Changes Path 1.581 +1 -0 ports/x11/Makefile 1.1 +24 -0 ports/x11/linux-xorg-libs/Makefile (new) 1.1 +6 -0 ports/x11/linux-xorg-libs/distinfo.i386 (new) 1.1 +5 -0 ports/x11/linux-xorg-libs/pkg-descr (new) 1.1 +310 -0 ports/x11/linux-xorg-libs/pkg-plist (new)