From owner-cvs-all Mon Aug 10 03:20:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16455 for cvs-all-outgoing; Mon, 10 Aug 1998 03:20:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16438; Mon, 10 Aug 1998 03:20:53 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA22837; Mon, 10 Aug 1998 03:20:31 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id DAA01204; Mon, 10 Aug 1998 03:20:28 -0700 (PDT) Date: Mon, 10 Aug 1998 03:20:28 -0700 (PDT) Message-Id: <199808101020.DAA01204@silvia.hip.berkeley.edu> To: tg@ihf.rwth-aachen.de CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <87ogttb175.fsf@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on 10 Aug 1998 12:06:38 +0200) Subject: Re: cvs commit: ports/x11/pygtk Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Granted, part 3 of THGTTG was not the best, but important concepts * like ``Someone Else's Problem'' should definitely stay in the * collective subconscious. ;-) Aw, stop that. You're giving me a headache. ;) * > So you're saying it should work if I reinstall gtk? * * Depends on whether configure finds /usr/local/bin/gtk-config first or * /usr/X11R6/bin/gtk-config. I hate it. And that depends on? (Yes, I hate it too.) * Well, the author of py-gtk just wrote he'd be moving on to * gtk-1.1. This may or may not mean that gtk-1.1 is incompatible to * gtk-1.0, I can't tell. I see. He might be saying he's not going to support gtk-1.0 anymore. The incompatibility might be only in one direction. * Why would we need different ports for the two * versions if they were compatible? Vanilla said 1.0 is the stable version and 1.1 is the development version. Vanilla, if they are compatible but you wanted a different port to test it while the bugs are hashed out, you don't need to make them coexist, just mark gtk11 with MANUAL_PACKAGE_BUILD="beta testing" or something. When gtk11 is deemed reliable enough, we'll switch all the dependencies over. Satoshi