From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 20:54:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414C4106566B for ; Sun, 19 Oct 2008 20:54:05 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-gx0-f16.google.com (mail-gx0-f16.google.com [209.85.217.16]) by mx1.freebsd.org (Postfix) with ESMTP id D31C28FC0C for ; Sun, 19 Oct 2008 20:54:04 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by gxk9 with SMTP id 9so2826254gxk.19 for ; Sun, 19 Oct 2008 13:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:references:in-reply-to:x-enigmail-version :openpgp:content-type:from; bh=zG5/0mTvKnUsvD5FrlhJ51mNI70QeNo0EpMTXnOGla0=; b=CMSMJ3CYnU/IhVL/Yk5jWfNlxGB/kKYxYitCadBMXzDtZtXGTXN8OfhxTA2SFMdkr+ PUQXeW6ZkDEkn5iRXC5E9BtYtUwVc2R8pvi9xBl8z2+g65esZ+9GeIoHdX/MQBSrDqU8 5oBr0K6955WsX9M4bB2tbdSBe5XMMs99DNiNU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:openpgp:content-type:from; b=eeKm9QGer4VqILSQt7Wwf4XL0ormjhb1tBsIc4bJ/pVex94A0cnf5mhgTk5Y01l0bl Z+P4qDn6CQiybGr3E5TtO2jYYy7ig3JXdJtSnQptgeRO3/sDPdeNQxbAomTu5uTSdXBq Pf09hGb/TShuYfabUxkE/+KoFmA8oJqZuYxVE= Received: by 10.150.57.5 with SMTP id f5mr10787460yba.152.1224449643869; Sun, 19 Oct 2008 13:54:03 -0700 (PDT) Received: from ?192.168.1.101? (ool-182d26f3.dyn.optonline.net [24.45.38.243]) by mx.google.com with ESMTPS id k47sm8647172rnd.2.2008.10.19.13.54.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 19 Oct 2008 13:54:02 -0700 (PDT) Message-ID: <48FB9E68.8060400@gmail.com> Date: Sun, 19 Oct 2008 16:54:00 -0400 User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.5.666 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <48F7DAD1.9000103@gmail.com> <20081017010512.GC71472@mavetju.org> In-Reply-To: <20081017010512.GC71472@mavetju.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: multipart/mixed; boundary="------------020903080204020208020203" From: Eitan Adler Subject: Re: Xorg - minimal X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2008 20:54:05 -0000 This is a multi-part message in MIME format. --------------020903080204020208020203 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkj7nmgACgkQtl8kq+nCzNFodgCfYWZKvFC+gIvOo07jo9zAhcXR g/0AniDccd1ZPvLBuiDM8ZfAxsIIauFQ =/RHJ -----END PGP SIGNATURE----- --------------020903080204020208020203 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 # # PORTNAME= xorg PORTVERSION= 7.3 PORTREVISION= 0 CATEGORIES= x11 x11-servers MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none PKGNAMESUFFIX= -lite 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 .if make(package) .if !defined(DEPENDS_TARGET:Mpackage) || empty(DEPENDS_TARGET:Mpackage) DEPENDS_TARGET="package" .endif .endif .include --------------020903080204020208020203--