From owner-cvs-ports@FreeBSD.ORG Wed Apr 9 23:25:30 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB454106566B; Wed, 9 Apr 2008 23:25:30 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 97EF88FC1C; Wed, 9 Apr 2008 23:25:30 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m39NPUFf050066; Wed, 9 Apr 2008 23:25:30 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m39NPUk0050065; Wed, 9 Apr 2008 23:25:30 GMT (envelope-from maho) Message-Id: <200804092325.m39NPUk0050065@repoman.freebsd.org> From: Maho Nakata Date: Wed, 9 Apr 2008 23:25:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2/files Makefile.knobs ports/editors/openoffice.org-2-RC/files Makefile.knobs ports/editors/openoffice.org-2-devel/files Makefile.knobs ports/editors/openoffice.org-3-devel/files Makefile.knobs X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 23:25:30 -0000 maho 2008-04-09 23:25:30 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2/files Makefile.knobs editors/openoffice.org-2-RC/files Makefile.knobs editors/openoffice.org-2-devel/files Makefile.knobs editors/openoffice.org-3-devel/files Makefile.knobs Log: Reduce the space to build. --enable-crashdump=yes impiles "-g" but requires a lot of space. This should be "-g1" and "-g" should be set when WITH_DEBUG is activated. Submitted by: truckman Revision Changes Path 1.52 +3 -1 ports/editors/openoffice.org-2-RC/files/Makefile.knobs 1.52 +3 -1 ports/editors/openoffice.org-2-devel/files/Makefile.knobs 1.52 +3 -1 ports/editors/openoffice.org-2/files/Makefile.knobs 1.52 +4 -2 ports/editors/openoffice.org-3-devel/files/Makefile.knobs