Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Sep 2020 22:19:58
0.8.2_1

|
se  |
Fix build with -fno-common |
10 Sep 2018 13:14:52
0.8.2

|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
12 May 2016 19:04:52
0.8.2

|
pi  |
net/siproxd: 0.8.1 -> 0.8.2
Changes:
http://siproxd.sourceforge.net/index.php?op=relnotes
PR: 209161
Requested by: tries@gmx.net
Approved by: frank@dynamical-systems.org (maintainer timeout) |
01 Apr 2016 14:16:20
0.8.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
25 Jan 2016 20:23:57
0.8.1

|
rakuco  |
Remove BROKEN_FreeBSD_8 from all remaining ports.
FreeBSD 8 is no longer supported. |
06 Jun 2015 08:05:41
0.8.1

|
pi  |
net/siproxd: 0.7.2 -> 0.8.1
Update, but still broken on 8.x
Changelog:
http://siproxd.sourceforge.net/index.php?op=changelog
PR: 187113
Submitted by: garga
Tested by: loic.blot@unix-experience.fr |
22 Nov 2014 14:43:24
0.7.2_4

|
antoine  |
Cleanup plist |
10 Jul 2014 15:02:32
0.7.2_4

|
tijl  |
- Depend on net/libosip2 instead of net/libosip
- Add INSTALL_TARGET=install-strip
- Use @sample |
10 Jul 2014 12:13:12
0.7.2_3

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
11 Jun 2014 14:50:00
0.7.2_3

|
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
27 Mar 2014 14:37:43
0.7.2_2

|
garga  |
. Support STAGE
. Use new LIB_DEPENDS syntax
. Add LICENSE
Approved by: portmgr (blanket) |
20 Sep 2013 22:10:25
0.7.2_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
05 Aug 2012 23:19:40
0.7.2_2
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
14 Jan 2012 08:57:23
0.7.2_2
|
dougb  |
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. |
08 Oct 2011 11:37:21
0.7.2_2
|
dhn  |
- Chase net/libosip shlib version bump
- Bump PORTREVISION |
15 May 2011 02:49:17
0.7.2_1
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
20 Mar 2011 12:54:45
0.7.2_1
|
miwi  |
- Get Rid MD5 support |
05 Jan 2011 20:17:52
0.7.2_1
|
dhn  |
- Chase net/libosip shlib version bump
- Bump PORTREVISION |
27 Mar 2010 00:15:24
0.7.2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
21 Feb 2010 01:14:35
0.7.2
|
sylvio  |
- 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 |
15 Jul 2009 16:56:10
0.7.1_1
|
dougb  |
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. |
09 Jan 2009 15:26:46
0.7.1_1
|
miwi  |
- Chase libosip shlib bump |
06 Jan 2009 17:59:31
0.7.1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
24 Sep 2008 08:42:53
0.7.1
|
miwi  |
- Update to 0.7.1
PR: 127570
Submitted by: "Frank W. Josellis" <frank@dynamical-systems.org> (maintainer) |
21 Aug 2008 06:18:49
0.7.0_1
|
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
25 Jul 2008 14:34:52
0.7.0_1
|
pav  |
- 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 |
31 Mar 2008 20:35:40
0.7.0_1
|
miwi  |
- Chase net/libosip shlib version bump
- Fix build with new net/libosip
- Bump PORTREVISION |
05 Feb 2008 23:56:59
0.7.0
|
beech  |
- Update to 0.7.0
- Use SF macro
PR: ports/120260
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer) |
13 Dec 2007 00:02:46
0.6.0
|
miwi  |
- Update to 0.6.0
PR: 118040
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer) |
23 Jun 2006 09:18:57
0.5.13
|
ehaupt  |
Update to 0.5.13
PR: 99246
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer) |
18 May 2006 06:15:39
0.5.12
|
itetcu  |
- Regular update to version 0.5.12.
- use modern USE_RC_SUBR
PR: 96054
Submitted by: Frank W. Josellis (maintainer)
Approved by: lawrance (mentor) |
11 May 2006 22:49:56
0.5.11_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
20 Feb 2006 20:47:50
0.5.11_1
|
dougb  |
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. |
22 Jan 2006 21:24:05
0.5.11_1
|
edwin  |
SHA256ify
Approved by: krion@ |
20 Oct 2005 16:54:48
0.5.11_1
|
sem  |
- Respect PREFIX
PR: ports/87661
Submitted by: maintainer |
06 May 2005 18:00:41
0.5.11
|
pav  |
- Update to 0.5.11
PR: ports/80680
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer) |
09 Apr 2005 20:04:22
0.5.10
|
pav  |
- Update to 0.5.10
- Patch for libosip2-2.2.x
PR: ports/79720
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer) |
07 Apr 2005 18:56:01
0.5.9_1
|
pav  |
- Mark BROKEN until new version compatible with latest libosip2 is released
Maintainer notified
Reported by: krismail |
04 Apr 2005 21:41:11
0.5.9_1
|
pav  |
- Chase libosip shlib bump |
12 Nov 2004 00:36:15
0.5.9
|
leeym  |
- 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] |
15 Oct 2004 15:47:27
0.5.8
|
pav  |
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> |