From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 23 12:51:02 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9213A37B401; Wed, 23 Jul 2003 12:51:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A90043F3F; Wed, 23 Jul 2003 12:51:02 -0700 (PDT) (envelope-from oliver@FreeBSD.org) Received: from freefall.freebsd.org (oliver@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6NJp2Up056113; Wed, 23 Jul 2003 12:51:02 -0700 (PDT) (envelope-from oliver@freefall.freebsd.org) Received: (from oliver@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6NJp19m056106; Wed, 23 Jul 2003 12:51:01 -0700 (PDT) Date: Wed, 23 Jul 2003 12:51:01 -0700 (PDT) From: Oliver Lehmann Message-Id: <200307231951.h6NJp19m056106@freefall.freebsd.org> To: gagnon__s@videotron.ca, oliver@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50172: New port: 9box "pack" windows inside itself X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 19:51:02 -0000 Synopsis: New port: 9box "pack" windows inside itself State-Changed-From-To: open->closed State-Changed-By: oliver State-Changed-When: Wed Jul 23 12:45:59 PDT 2003 State-Changed-Why: Committed a slightly modified version, Thanks! For reports in the future, please respect that PREFIX can be differnt from /usr/local or /usr/X11R6 and respect allready defined variables like CC and CFLAGS when you patch Makefiles. for example. add %%PREFIX%% instead of /usr/local and replace that during post-patch with the actual content of ${PREFIX}. For defining variables like CC or CFLAGS consider using ?= or += as the assignment operator instead of plain =. http://www.freebsd.org/cgi/query-pr.cgi?pr=50172