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.
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.
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)
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]
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.
- 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]
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
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.orghttp://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
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)