From owner-freebsd-ports@FreeBSD.ORG Wed Oct 29 12:15:07 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B32D616A4CE for ; Wed, 29 Oct 2003 12:15:07 -0800 (PST) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id EC30343FA3 for ; Wed, 29 Oct 2003 12:15:06 -0800 (PST) (envelope-from adamw@magnesium.net) Received: (qmail 11736 invoked by uid 1252); 29 Oct 2003 20:15:06 -0000 Date: 29 Oct 2003 15:15:06 -0500 Date: Wed, 29 Oct 2003 15:15:06 -0500 From: Adam Weinberger To: Ion-Mihai Tetcu Message-ID: <20031029201506.GX96543@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Ion-Mihai Tetcu , ports@freebsd.org References: <20031029215410.3cbea753.itetcu@apropo.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031029215410.3cbea753.itetcu@apropo.ro> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: pre-patch / gmake question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 20:15:07 -0000 >> (10.29.2003 @ 1454 PST): Ion-Mihai Tetcu said, in 0.7K: << > If for some reason I need to do something like: > > pre-patch: > (cd ${WRKDIR}/ && @${GMAKE} -f Makefile.dist) > > is the above ok or are better way to do it ? > If I set USE_GMAKE=YES it seems it doesn't get set for the pre-patch > target. >> end of "pre-patch / gmake question" from Ion-Mihai Tetcu << In general, use post-patch. bsd.gnome.mk takes over pre-patch in many circumstances. There are other problems with your example, especially the misplaced @-sign. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay.