1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
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
Sylvio Cesar Teixeira
7c0f63b007 - Update to 0.7.2
- Change patch file
- Update plist

PR:		ports/143183
Submitted by:	Joachim Fritschi <fritschi@hrz.tu-darmstadt.de>
Approved by:	maintainer (timeout > 14days), itetcu (mentor)
Feature safe:	yes
2010-02-21 01:14:35 +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
Martin Wilke
37813cd876 - Chase libosip shlib bump 2009-01-09 15:26:46 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Martin Wilke
e52ae825b3 - Update to 0.7.1
PR:		127570
Submitted by:	"Frank W. Josellis" <frank@dynamical-systems.org> (maintainer)
2008-09-24 08:42:53 +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
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Martin Wilke
ab1912bc34 - Chase net/libosip shlib version bump
- Fix build with new net/libosip
- Bump PORTREVISION
2008-03-31 20:35:40 +00:00
Beech Rintoul
fc5c863585 - Update to 0.7.0
- Use SF macro

PR:		ports/120260
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
2008-02-05 23:56:59 +00:00
Martin Wilke
4b695e507f - Update to 0.6.0
PR:		118040
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
2007-12-13 00:02:46 +00:00
Emanuel Haupt
af69e574b0 Update to 0.5.13
PR:		99246
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
2006-06-23 09:18:56 +00:00
Ion-Mihai Tetcu
4171b2a448 - Regular update to version 0.5.12.
- use modern USE_RC_SUBR

PR:		96054
Submitted by:	Frank W. Josellis (maintainer)
Approved by:	lawrance (mentor)
2006-05-18 06:15:39 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +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
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Sergey Matveychuk
3662c512b5 - Respect PREFIX
PR:		ports/87661
Submitted by:	maintainer
2005-10-20 16:54:48 +00:00
Pav Lucistnik
0dc1e17997 - Update to 0.5.11
PR:		ports/80680
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
2005-05-06 18:00:40 +00:00
Pav Lucistnik
004e68b8d6 - Update to 0.5.10
- Patch for libosip2-2.2.x

PR:		ports/79720
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
2005-04-09 20:04:22 +00:00
Pav Lucistnik
b79876d480 - Mark BROKEN until new version compatible with latest libosip2 is released
Maintainer notified

Reported by:	krismail
2005-04-07 18:56:01 +00:00
Pav Lucistnik
a05860a469 - Chase libosip shlib bump 2005-04-04 21:41:11 +00:00
Yen-Ming Lee
00e6b3ace3 - Fixing gnugetopt dependency for FreeBSD 5.x [1]
- Updating to version 0.5.9 [2]

PR:		73795 [1], 73840 [2]
Submitted by:	leeym [1], Frank W. Josellis <frank@dynamical-systems.org> [2]
2004-11-12 00:36:15 +00:00
Pav Lucistnik
642ae82e0e Add siproxd, a proxy/masquerading daemon for the SIP protocol.
It handles registrations of SIP clients on a private IP network
and performs rewriting of the SIP message bodies to make SIP
connections possible via a masquerading firewall.
It allows SIP clients (like kphone, linphone) to work behind
an IP masquerading firewall or router.

PR:		ports/72691
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org>
2004-10-15 15:47:27 +00:00