* Remove USE_GMAKE (builds okay here with BSD make) * Clean up portions of main Makefile (don't need post/pre) * Add %%PREFIX%% man page patches * Add patch for ipv6_missing.h; removes EAI_MEMORY re-definition warnings, and is more FreeBSD-focused * Support 'oidentd_conf' rc.subr variable for those who want to be able to specify a configuration file. Also update the 'required_files' code to work with this too... Patch tested on 5.3-BETA2. The only part I'm concerned about is the removal of USE_GMAKE. I'd *REALLY* like to get rid of this reliance, so if it doesn't work, let me know and I'll start sending Makefile.in patches. ;-) Fix: Apply below patch. How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->oliver Over to maintainer
Hi, I'm not shure if removing USE_RC_SUBR is a good idea - are you shure about that? It looks like we need that for REL-4 systems... Greetings, Oliver -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/
Completely forgot about that one -- yes, we'll need to keep USE_RC_SUBR. I'm so used to working on 5.x boxes now... *laugh* :-) -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | On Mon, Sep 06, 2004 at 03:10:53PM +0200, Oliver Lehmann wrote: > Hi, > > I'm not shure if removing USE_RC_SUBR is a good idea - are you shure about > that? It looks like we need that for REL-4 systems... > > Greetings, Oliver > > -- > Oliver Lehmann > http://www.pofo.de/ > http://wishlist.ans-netz.de/
State Changed From-To: open->closed Committed, thanks!