notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/siproxd/Makefile
SVNWeb

Number of commits found: 36

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 29 Sep 2020
[ 22:19 se search for other commits by this committer ] Original commit   Revision:550631
Fix build with -fno-common
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
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
Thu, 12 May 2016
[ 19:04 pi search for other commits by this committer ] Original commit   Revision:415083
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)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 25 Jan 2016
[ 20:23 rakuco search for other commits by this committer ] Original commit   Revision:407239
Remove BROKEN_FreeBSD_8 from all remaining ports.

FreeBSD 8 is no longer supported.
Sat, 6 Jun 2015
[ 08:05 pi search for other commits by this committer ] Original commit   Revision:388658
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
Thu, 10 Jul 2014
[ 15:02 tijl search for other commits by this committer ] Original commit   Revision:361457
- Depend on net/libosip2 instead of net/libosip
- Add INSTALL_TARGET=install-strip
- Use @sample
[ 12:13 olgeni search for other commits by this committer ] Original commit   Revision:361440 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 27 Mar 2014
[ 14:37 garga search for other commits by this committer ] Original commit   Revision:349339
. Support STAGE
. Use new LIB_DEPENDS syntax
. Add LICENSE

Approved by:	portmgr (blanket)
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
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
Sat, 8 Oct 2011
[ 11:37 dhn search for other commits by this committer ] Original commit 
- Chase net/libosip shlib version bump
- Bump PORTREVISION
Wed, 5 Jan 2011
[ 20:17 dhn search for other commits by this committer ] Original commit 
- Chase net/libosip shlib version bump
- Bump PORTREVISION
Sun, 21 Feb 2010
[ 01:14 sylvio search for other commits by this committer ] Original commit 
- 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
Fri, 9 Jan 2009
[ 15:26 miwi search for other commits by this committer ] Original commit 
- Chase libosip shlib bump
Tue, 6 Jan 2009
[ 17:59 pav search for other commits by this committer ] Original commit  (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Wed, 24 Sep 2008
[ 08:42 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update to 0.7.1

PR:             127570
Submitted by:   "Frank W. Josellis" <frank@dynamical-systems.org> (maintainer)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 31 Mar 2008
[ 20:35 miwi search for other commits by this committer ] Original commit 
- Chase net/libosip shlib version bump
- Fix build with new net/libosip
- Bump PORTREVISION
Tue, 5 Feb 2008
[ 23:56 beech search for other commits by this committer ] Original commit 
- Update to 0.7.0
- Use SF macro

PR:             ports/120260
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
Thu, 13 Dec 2007
[ 00:02 miwi search for other commits by this committer ] Original commit 
- Update to 0.6.0

PR:             118040
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
Fri, 23 Jun 2006
[ 09:18 ehaupt search for other commits by this committer ] Original commit 
Update to 0.5.13

PR:             99246
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
Thu, 18 May 2006
[ 06:15 itetcu search for other commits by this committer ] Original commit 
- Regular update to version 0.5.12.
- use modern USE_RC_SUBR

PR:             96054
Submitted by:   Frank W. Josellis (maintainer)
Approved by:    lawrance (mentor)
Thu, 11 May 2006
[ 22:49 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 270 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with N
Thu, 20 Oct 2005
[ 16:54 sem search for other commits by this committer ] Original commit 
- Respect PREFIX

PR:             ports/87661
Submitted by:   maintainer
Fri, 6 May 2005
[ 18:00 pav search for other commits by this committer ] Original commit 
- Update to 0.5.11

PR:             ports/80680
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
Sat, 9 Apr 2005
[ 20:04 pav search for other commits by this committer ] Original commit 
- Update to 0.5.10
- Patch for libosip2-2.2.x

PR:             ports/79720
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
Thu, 7 Apr 2005
[ 18:56 pav search for other commits by this committer ] Original commit 
- Mark BROKEN until new version compatible with latest libosip2 is released
  Maintainer notified

Reported by:    krismail
Mon, 4 Apr 2005
[ 21:41 pav search for other commits by this committer ] Original commit 
- Chase libosip shlib bump
Fri, 12 Nov 2004
[ 00:36 leeym search for other commits by this committer ] Original commit 
- 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]
Fri, 15 Oct 2004
[ 15:47 pav search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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>

Number of commits found: 36