summaryrefslogtreecommitdiff
path: root/net/tcpview/files/patch-Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/tcpview: Regenerate patchesCy Schubert2023-02-151-11/+11
| | | | Regenerate patches using makepatch.
* Stagify.Cy Schubert2014-05-301-4/+4
| | | | Notes: svn path=/head/; revision=355791
* - Try to properly fix parallel (-jX) builds, remove MAKE_JOBS_UNSAFEAlexey Dokuchaev2013-08-051-20/+56
| | | | | | | | | - 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 Notes: svn path=/head/; revision=324268
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Respect X11BASERong-En Fan2006-11-301-1/+1
| | | | Notes: svn path=/head/; revision=178300
* A quirky bug manifests itself when compiler optimisation is used, e.g.Cy Schubert2006-05-121-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=162197
* unbreak tcpview on alphaYen-Ming Lee2003-03-231-7/+7
| | | | | | | Noticed by: kris and bento Notes: svn path=/head/; revision=77262
* Fix build noticed by bentoYen-Ming Lee2003-02-181-0/+144
drop maintainership (requested by MAINTAINER) PR: 48256 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=75811