Bug 71378 - oidentd port update
Summary: oidentd port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-04 17:40 UTC by Jeremy Chadwick
Modified: 2004-10-15 18:45 UTC (History)
0 users

See Also:


Attachments
file.diff (9.69 KB, patch)
2004-09-04 17:40 UTC, Jeremy Chadwick
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Chadwick 2004-09-04 17:40:20 UTC
	* 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
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-09-06 14:03:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2004-09-06 14:10:53 UTC
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/
Comment 3 Jeremy Chadwick 2004-09-06 15:45:18 UTC
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/
Comment 4 Oliver Lehmann freebsd_committer freebsd_triage 2004-10-15 18:44:49 UTC
State Changed
From-To: open->closed

Committed, thanks!