Commit graph

13 commits

Author SHA1 Message Date
Oliver Lehmann
c5a2ff0e1d update to 2.0.8 2006-05-23 04:25:03 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Oliver Lehmann
656815afa5 make it compile on 7
Noted by:	pointyhat via kris
2005-07-16 13:59:40 +00:00
Oliver Lehmann
f4c03164ec fix unprev. IPv6 for FreeBSD 4
Bump PORTREVISION

Noted By:	Dariusz Kulinski <d.kulinski@gmail.com>
2004-10-24 12:16:51 +00:00
Oliver Lehmann
aac49f07a4 [1]:
- 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...

[2]:
        - make it work with FreeBSD-5 in combination with option  --reply

PR:		ports/71378 [1]
Submitted By:	Jeremy Chadwick <freebsd@jdc.parodius.com> [1]
Noted By:	Markus Hästbacka <midian@ihme.org> [2]
2004-10-15 17:44:18 +00:00
Oliver Lehmann
f7a0c1e804 that should fix the build on freebsd-6
Reported by:	pointyhat (via kris)
2004-08-21 18:43:23 +00:00
Oliver Lehmann
abb5c0e3bb In get_list() function there is do-while loop, patch included additional
continue instructions, which skipped "head = pcbp.inp_list.le_next;"
making oidentd go into infinite loop.

Submitted By:	Dariusz Kulinski <takeda3@netzero.net>
PR:		ports/66858
2004-05-19 19:43:30 +00:00
Oliver Lehmann
350d3dde30 Make it work with IPv6 properly. [1]
Fix plist

PR:		64546 [1]
Submitted By:	Dariusz Kulinski <takeda3@netzero.net>
2004-03-25 18:53:48 +00:00
Oliver Lehmann
8d52fc8727 Updates:
* Provide style rc.d script.
 * Provide sample configuration files (standard + masquerading).
 * CONFIGURE_TARGET to remove configure warning.
 * Bump PORTREVISION

Submitted By:	Robin Breathe <robin@isometry.net>
PR:		ports/62010
2004-01-31 13:32:34 +00:00
Oliver Lehmann
02d2f637e8 Update oidentd to 2.0.7 2003-07-14 16:15:05 +00:00
David W. Chapman Jr.
6a66f53a9b Remove patch from last night's commit, forgot to remove it on that commit
Noticed by:	rob@cyberpunkz.org
2001-12-25 05:16:18 +00:00
Akinori MUSHA
6a2b326494 Make it compile either on 3.4-STABLE, 4.0-STABLE or 5.0-CURRENT
and unmark as BROKEN.

Remove a redundant entry from CATEGORIES. (security net => security)

PR:		ports/18707
Submitted by:	MAINTAINER
2000-05-21 12:32:03 +00:00
Will Andrews
3ddf7642fa Add oidentd to ports tree; it is an identd server which, properly
configured, can allow users to specify an arbitrary ident string.

Unfortunately, due to <sys/file.h> being outdated, this port is
marked BROKEN for all ${OSVERSION} prior to 400010, which is the
closest to src/sys/sys/file.h rev 1.16.2.2.

PR:		17660
Submitted by:	Trevor Johnson <trevor@jpj.net>
Reviewed by:	mharo (confirmation of BROKEN for < 400010)
2000-04-02 04:20:46 +00:00