Date: Sun, 19 Oct 2008 17:29:17 -0400 From: Eitan Adler <eitanadlerlist@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: Xorg - minimal Message-ID: <48FBA6AD.6040901@gmail.com> In-Reply-To: <48FB9E68.8060400@gmail.com> References: <48F7DAD1.9000103@gmail.com> <20081017010512.GC71472@mavetju.org> <48FB9E68.8060400@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------030709070902080900050905 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eitan Adler wrote: > Attached is the Makefile. > I think it is possible to do "make install clean" on this port which > should be in x11/xorg-lite and use "startx" to run X. > Once people confirm/test this I'll submit a new port pr. I updated the Makefile to conform with portlint's whining. - -- GNU Key fingerptrint: 2E13 BC16 5F54 0FBD 62ED 42B6 B65F 24AB E9C2 CCD1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkj7pq0ACgkQtl8kq+nCzNGfowCfeGfgucbSs0ajBiKbdYGbfYB0 sPcAn1kuWXHJT6k4C0NfvX99lyksHR/A =yp/K -----END PGP SIGNATURE----- --------------030709070902080900050905 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # New ports collection makefile for: xorg-lite # Date created: 19 Jun 2008 # Whom: Eitan Adler # # $FreeBSD$ # PORTNAME= xorg PORTVERSION= 7.3 CATEGORIES= x11 x11-servers MASTER_SITES= # none PKGNAMESUFFIX= -lite DISTFILES= # none EXTRACT_ONLY= # none MAINTAINER= EitanAdlerList@gmail.com COMMENT=X.Org minimal distribution metaport NO_BUILD= yes RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \ xf86-video-vesa:${PORTSDIR}/x11-drivers/xf86-video-vesa \ xf86-video-vesa:${PORTSDIR}/x11-drivers/xf86-input-mouse \ xf86-video-vesa:${PORTSDIR}/x11-drivers/xf86-input-keyboard \ xf86-video-vesa:${PORTSDIR}/x11/xinit \ xf86-video-vesa:${PORTSDIR}/x11/xauth \ xf86-video-vesa:${PORTSDIR}/x11-fonts/font-alias \ xf86-video-vesa:${PORTSDIR}/x11-fonts/font-cursor-misc \ xf86-video-vesa:${PORTSDIR}/x11-fonts/font-misc-misc do-install: # empty pre-everything:: @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" @${ECHO_MSG} "This port does not ensure things are upgraded; use portmaster if you want to" @${ECHO_MSG} "upgrade X.Org." .include <bsd.port.pre.mk> .include <bsd.port.post.mk> --------------030709070902080900050905--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48FBA6AD.6040901>