non port: net/tcpview/Makefile |
SVNWeb
|
Number of commits found: 35 |
Wed, 15 Feb 2023
|
[ 16:55 Cy Schubert (cy) ] e88ae74
net/tcpview: Pet portclippy
Move MAKE_JOBS_UNSAFE to the MAKE block.
|
[ 16:55 Cy Schubert (cy) ] 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) ] 57a30ab
net/tcpview: Fix build with LLVM15
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 18 Oct 2017
|
[ 19:36 cy ]
MASTER_SITES that actually work.
|
Mon, 9 Oct 2017
|
[ 16:58 cy ]
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 ] (Only the first 10 of 436 ports in this commit are shown above. )
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 ] (Only the first 10 of 15 ports in this commit are shown above. )
Stagify.
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Mon, 5 Aug 2013
|
[ 09:29 danfe ]
- 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 ]
Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
|
Wed, 10 Jul 2013
|
[ 07:00 bapt ] (Only the first 10 of 31 ports in this commit are shown above. )
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 ] (Only the first 10 of 209 ports in this commit are shown above. )
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 ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Sun, 13 Jun 2010
|
[ 15:28 cy ]
Fix 8.X build errors.
Take on maintainership of this port.
|
Sun, 26 Jul 2009
|
[ 12:16 pav ]
- Mark BROKEN on amd64/8
Reported by: pointyhat
|
Fri, 29 May 2009
|
[ 15:42 db ]
- 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 ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 199 ports in this commit are shown above. )
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- 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 ]
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 ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Mon, 27 Oct 2003
|
[ 20:25 fjoe ]
Fix build on -CURRENT.
Bump port revision.
|
Thu, 16 Oct 2003
|
[ 02:20 kris ]
BROKEN on 5.x: does not compile
|
Wed, 23 Jul 2003
|
[ 05:37 daichi ]
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 ] (Only the first 10 of 129 ports in this commit are shown above. )
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 ]
BROKEN on 5.1: does not compile
|
Sun, 23 Mar 2003
|
[ 15:34 leeym ]
unbreak tcpview on alpha
Noticed by: kris and bento
|
Sat, 22 Feb 2003
|
[ 14:19 leeym ]
enable MAKE_ARGS and unbreak tcpview
Noticed by: bento and kris@
|
Thu, 20 Feb 2003
|
[ 18:51 knu ] (Only the first 10 of 240 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 18 Feb 2003
|
[ 17:57 leeym ]
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 ]
log pr # & submitter
|
Wed, 7 Mar 2001
|
[ 12:40 ijliao ]
add tcpview, a Motif-based TCP/IP protocol analyzer
|
Number of commits found: 35 |