From owner-freebsd-questions Mon May 1 13:51:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from waltz.rahul.net (waltz.rahul.net [192.160.13.9]) by hub.freebsd.org (Postfix) with ESMTP id 4022737C74C for ; Mon, 1 May 2000 13:37:58 -0700 (PDT) (envelope-from dhesi@rahul.net) Received: by waltz.rahul.net (Postfix, from userid 104) id 5E8EF99F8D; Mon, 1 May 2000 13:37:57 -0700 (PDT) To: freebsd-questions@freebsd.org Subject: Re: stop complaining about x11 please (was: Re: Why does PORTS SUCK so BADLY!?) Newsgroups: a2i.lists.freebsd-questions References: X-Newsreader: NN version 6.5.1 (NOV) Message-Id: <20000501203757.5E8EF99F8D@waltz.rahul.net> Date: Mon, 1 May 2000 13:37:57 -0700 (PDT) From: dhesi@rahul.net (Rahul Dhesi) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Andrews writes: >The QtGL extensions aren't absolutely necessary, but in the package I'd >like to support as much as possible. Which is why I haven't gotten >around to making GL support an option in the port. (That, and time is a >luxury.) I know that time is a luxury, which is why I have the 5-minute solution for you and for every other ports mainteriner. Add a section to the Makefile that goes something like this: ## DEPENDENCIES ## This ports depends on xxx, yyy, zzz. ## xxx is used for . It's not essential. Default is off. ## To enable xxx, uncomment the next line. # = ## yyy is used for . This is quite important and should ## be left in. However, the port will build without it. Default is on. ## To disable yyy, comment out the next line. = ## zzz is essential and must not be removed. = ## END DEPENDENCIES -- Rahul Dhesi (spam-filtered with RSS and ORBS) See my ORBS faq: http://www.rahul.net/dhesi/orbs.faq.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message