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
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: net/tcpview/Makefile
SVNWeb

Number of commits found: 35

Wed, 15 Feb 2023
[ 16:55 Cy Schubert (cy) search for other commits by this committer ]    commit hash:e88ae745ad30e428c5051a25d2d91cce1a0a8705  commit hash:e88ae745ad30e428c5051a25d2d91cce1a0a8705  commit hash:e88ae745ad30e428c5051a25d2d91cce1a0a8705  e88ae74 
net/tcpview: Pet portclippy

Move MAKE_JOBS_UNSAFE to the MAKE block.
[ 16:55 Cy Schubert (cy) search for other commits by this committer ]    commit hash:2d263ddfe1bede40316d9a1036b6558bdcb786a2  commit hash:2d263ddfe1bede40316d9a1036b6558bdcb786a2  commit hash:2d263ddfe1bede40316d9a1036b6558bdcb786a2  2d263dd 
net/tcpview: Permanently fix LLVM15 errors

Fix int-conversion errors flagged by LLVM15.

detail-domain.c:573:13: error: incompatible pointer to integer conversion
returning 'void *' from a function with result type 'int' [-Wint-conversion]
            return NULL;
                   ^~~~
/usr/include/sys/_null.h:34:14: note: expanded from macro 'NULL'
                ^~~~~~~~~~~
Sat, 11 Feb 2023
[ 13:54 Cy Schubert (cy) search for other commits by this committer ]    commit hash:57a30ab234a9771eb5a4f50a54f8aaba7cd62a91  commit hash:57a30ab234a9771eb5a4f50a54f8aaba7cd62a91  commit hash:57a30ab234a9771eb5a4f50a54f8aaba7cd62a91  57a30ab 
net/tcpview: Fix build with LLVM15
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.
Wed, 18 Oct 2017
[ 19:36 cy search for other commits by this committer ] Original commit   Revision:452380
MASTER_SITES that actually work.
Mon, 9 Oct 2017
[ 16:58 cy search for other commits by this committer ] Original commit   Revision:451623
Use fgets() instead of gets().

The approach I used was to create a "poor man's" gets macro as an example.
Though not the same as gets() it approximates gets() well enough. We might
want to consider this approach in base.

This is for ttps://reviews.freebsd.org/D12298.

PR:		222796
Requested by:	emaste
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Fri, 30 May 2014
[ 05:56 cy search for other commits by this committer ] Original commit   Revision:355791 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Stagify.
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)
Mon, 5 Aug 2013
[ 09:29 danfe search for other commits by this committer ] Original commit   Revision:324268
- Try to properly fix parallel (-jX) builds, remove MAKE_JOBS_UNSAFE
- Remove obsolete check ${OSVERSION} >= 800000 (move inside the patch)
- Fix CFLAGS pollution with -O0, remove one superfluous trailing slash
- Improve port description text: adjust line wrap, fix couple of typos
Thu, 11 Jul 2013
[ 06:39 bapt search for other commits by this committer ] Original commit   Revision:322749
Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
Wed, 10 Jul 2013
[ 07:00 bapt search for other commits by this committer ] Original commit   Revision:322622 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Mon, 2 May 2011
[ 12:44 makc search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after open-mofit update
Sun, 13 Jun 2010
[ 15:28 cy search for other commits by this committer ] Original commit 
Fix 8.X build errors.

Take on maintainership of this port.
Sun, 26 Jul 2009
[ 12:16 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on amd64/8

Reported by:    pointyhat
Fri, 29 May 2009
[ 15:42 db search for other commits by this committer ] Original commit 
- Unbreak on FreeBSD-current
  There is no more if_sl in -current, so disable the SLIP code for 8.

Reviewed by:    droso
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Wed, 17 Oct 2007
[ 10:13 ade search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 12 May 2006
[ 23:05 cy search for other commits by this committer ] Original commit 
A quirky bug manifests itself when compiler optimisation is used, e.g.
when CFLAGS=-O is specified in make.conf, causing output that should be
displayed on the X display to be sent to stdout instead. This patch
forces compiler optimisation to be turned off allowing the port to work
as designed regardless of the optimisation specified in make.conf.
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
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Mon, 27 Oct 2003
[ 20:25 fjoe search for other commits by this committer ] Original commit 
Fix build on -CURRENT.
Bump port revision.
Thu, 16 Oct 2003
[ 02:20 kris search for other commits by this committer ] Original commit 
BROKEN on 5.x: does not compile
Wed, 23 Jul 2003
[ 05:37 daichi search for other commits by this committer ] Original commit 
fix net/tcpview: Chase AF_{NS/NETBIOS} (bento)

PR:             52124
Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Wed, 4 Jun 2003
[ 22:43 kris search for other commits by this committer ] Original commit  (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:  kris
Sun, 18 May 2003
[ 10:13 kris search for other commits by this committer ] Original commit 
BROKEN on 5.1: does not compile
Sun, 23 Mar 2003
[ 15:34 leeym search for other commits by this committer ] Original commit 
unbreak tcpview on alpha

Noticed by:     kris and bento
Sat, 22 Feb 2003
[ 14:19 leeym search for other commits by this committer ] Original commit 
enable MAKE_ARGS and unbreak tcpview

Noticed by:     bento and kris@
Thu, 20 Feb 2003
[ 18:51 knu search for other commits by this committer ] Original commit  (Only the first 10 of 240 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 18 Feb 2003
[ 17:57 leeym search for other commits by this committer ] Original commit 
Fix build noticed by bento
drop maintainership (requested by MAINTAINER)

PR:             48256
Submitted by:   Volker Stolz <vs@foldr.org>
Thu, 8 Mar 2001
[ 11:20 ijliao search for other commits by this committer ] Original commit 
log pr # & submitter    
Wed, 7 Mar 2001
[ 12:40 ijliao search for other commits by this committer ] Original commit 
add tcpview, a Motif-based TCP/IP protocol analyzer    

Number of commits found: 35