1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Oliver Lehmann
b914be2d25 allow oidentd to bind to multiple IP adresses.
patch taken from http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/oidentd/oidentd-multiple-ip.patch
Bump PORTREVISION

PR:		ports/156182
Submitted by:	nico <nico@lifeisabug.com>
2011-06-09 11:47:43 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Oliver Lehmann
0a362b3837 allow using oidentd on CURRENT but nat support has to be disabled (remove BROKEN)
PR:             ports/126676
Submitted by:   "Anton E. Kartashev" <amokk@seb.org.ua>
2008-08-27 17:39:26 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Erwin Lansing
f6095b7e46 Mark BROKEN for 8.0: does not build. 2008-08-09 13:59:54 +00:00
Oliver Lehmann
89d2be6cc0 change "dovecot" in
Add the following lines to /etc/rc.conf to enable dovecot
to "oidentd"

Reported by:	"Dan Corrigan" <dancorrigan1@gmail.com>
2008-06-30 20:17:39 +00:00
Oliver Lehmann
b096773969 OPTIONSify [1]
use new RC_SUBR style (old start file removed, no real history to preserve)
Bump PORTREVISION

PR:		122054 [1]
Submitted by:	Jase Thew <bazerka@beardz.net> [1]
2008-03-25 16:43:13 +00:00
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Oliver Lehmann
c5a2ff0e1d update to 2.0.8 2006-05-23 04:25:03 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +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
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Oliver Lehmann
656815afa5 make it compile on 7
Noted by:	pointyhat via kris
2005-07-16 13:59:40 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +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
cd80757a9a fix a small typo in post-patch
bump PORTREVISION

Noted By:	Robin Breathe <robin@isometry.net>
2004-02-07 12:03:35 +00:00
Oliver Lehmann
b3a9e67976 * Remove duplication of RC_SUBR checking now that it's in bsd.pork.mk
* Use *.conf files in PREFIX/etc rather than /etc
  * SIZE in distinfo

Submitted By:	Robin Breathe <robin@isometry.net>
2004-02-07 07:48:29 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +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
Trevor Johnson
11b0931878 Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
2003-11-13 10:11:35 +00:00
Oliver Lehmann
02d2f637e8 Update oidentd to 2.0.7 2003-07-14 16:15:05 +00:00
Oliver Lehmann
bfb01afeba redefine the MAINTAINER field with my FreeBSD address
Approved By:	alex (mentor)
2003-05-06 16:58:45 +00:00
Foxfair Hu
10d17b4511 PR: 51521
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update port security/oident: 2.0.5 -> 2.0.6

MAINTAINER timeout: since May 1
2003-05-06 03:39:08 +00:00
Edwin Groothuis
75440c9a11 Maintainer update to version 2.0.5
PR:		ports/48604
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-02-26 10:55:08 +00:00
Edwin Groothuis
7b7ab2ee07 We have a new maintainer!
Date: Tue, 25 Feb 2003 00:10:09 -0800 (PST)
From: Mark Laws <mdl@60hz.org>
To: freebsd-ports-bugs@FreeBSD.org

 This is fine. In fact, if you would like to take over the port, you may
 do so if you wish. Unfortunately, I've been too busy to give it
 the attention it deserves as of late. :(

 --
 Mark Laws                                      mdl@60hz.org
                                                http://www.60hz.org

Date: Tue, 25 Feb 2003 08:10:15 -0800 (PST)
From: Oliver Lehmann <lehmann@ans-netz.de>
To: freebsd-ports-bugs@FreeBSD.org

 Ok, thanks. If nobody object, I'm willing to take the maintainership.

 Greetings, Oliver
2003-02-26 10:52:50 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Patrick Li
587e559ea5 Update to 2.0.4
PR:		ports/44798
Submitted by:	maintainer
2002-11-01 00:26:00 +00:00
David W. Chapman Jr.
b9adee9a1b Update to 2.0.3
PR:		36595
Submitted by:	maintainer
2002-04-01 02:10:44 +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
David W. Chapman Jr.
5705c909b8 oidentd now supports masqueraded connections under FreeBSD systems
running ipf
Update description
Update to 2.0.1

PR:		31466
Submitted by:	mdl@60hz.org
Approved by:	trevor (according to originator)
2001-12-24 06:03:27 +00:00
Trevor Johnson
09d2034124 Update to 1.7.1. Remove defunct MASTER_SITE. 2001-04-10 06:21:34 +00:00
Trevor Johnson
ac8e4cf850 Update to 1.7.0. 2000-10-16 23:45:54 +00:00
Trevor Johnson
14111407e3 Change MAINTAINER for my ports.
Approved by:	will
2000-10-02 05:39:35 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +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
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Will Andrews
bcaf1bc702 Ooops, I forgot to add MAN8 for oidentd.8 after removing it from the
PLIST submitted by the maintainer.
2000-04-02 05:07:17 +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