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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: net/uplog/Makefile
SVNWeb

Number of commits found: 24

Sat, 4 Apr 2020
[ 20:51 antoine search for other commits by this committer ] Original commit   Revision:530719 (Only the first 10 of 520 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Wed, 6 Nov 2019
[ 14:00 antoine search for other commits by this committer ] Original commit   Revision:516887 (Only the first 10 of 184 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN (unfetchable)
Fri, 28 Aug 2015
[ 13:39 amdmi3 search for other commits by this committer ] Original commit   Revision:395483 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS

Approved by:	portmgr blanket
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)
Fri, 21 Feb 2014
[ 13:38 ehaupt search for other commits by this committer ] Original commit   Revision:345423 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category net
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Fri, 27 Dec 2013
[ 19:47 jadawin search for other commits by this committer ] Original commit   Revision:337794
- Support STAGE
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, 29 Jul 2012
[ 11:17 cs search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
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)
Thu, 20 Mar 2008
[ 09:56 pav search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Wed, 12 Mar 2008
[ 13:27 jadawin search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
- Update maintainer address

Approved by:    thierry (mentor)
Fri, 1 Feb 2008
[ 12:19 miwi search for other commits by this committer ] Original commit 
- Update to 0.3
- Pass maintainership to submitter

PR:             120077
Submitted by:   Philippe Audeoud <jadawin@tuxaco.net>
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, 21 Apr 2005
[ 17:44 krion search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Drop maintership.
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Thu, 1 Apr 2004
[ 09:39 krion search for other commits by this committer ] Original commit 
- Remove USE_SIZE knob
Sat, 20 Mar 2004
[ 17:55 krion search for other commits by this committer ] Original commit 
- Utilize PLIST_FILES
Fri, 30 Jan 2004
[ 14:05 krion search for other commits by this committer ] Original commit  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
- SIZEify
Tue, 22 Jul 2003
[ 10:34 krion search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
Thu, 19 Jun 2003
[ 03:26 foxfair search for other commits by this committer ] Original commit 
PR:             53453
Submitted by:   maintainer
Update uplog to 0.2
Tue, 17 Jun 2003
[ 05:22 daichi search for other commits by this committer ] Original commit 
New port added, thanks!

Uplog is UDP based ping program with an "ASCII-graphical" log file.
For more information: http://www.nerdlabs.org/projects/uplog.php

PR:             53373
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>

Number of commits found: 24