1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Kurt Jaeger
b78dc09d6a net-mgmt/tcptrack: mark as BROKEN 2014-08-25 10:58:35 +00:00
Kurt Jaeger
db3c6866af net-mgmt/tcptrack: 1.3.0 -> 1.4.2
- While here, fix build and add staging
- TODO: binary still segfaults

PR:		191902
Submitted by:	pkubaj@riseup.net
2014-08-25 10:53:14 +00:00
Baptiste Daroussin
df655c7493 Reset maintainership on nonstaged ports
With hat:	portmgr
2014-08-25 10:20:51 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Rong-En Fan
741aa71483 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
8c4c700916 - Update to 1.3.0
PR:		120339
Submitted by:	Tor Halvard Furulund <squat@squat.no> (maintainer)
2008-02-13 08:55:33 +00:00
Martin Wilke
890d94e506 - Update to 1.2.0
Release topics:
- 802.1q VLAN support
- Fixes for compiling on gcc 4.1+

PR:		ports107034
Submitted by:	Tor Halvard Furulund <squat@squat.no> (maintainer)
2006-12-21 19:57:49 +00:00
Martin Wilke
671edc26f8 - Fix build with gcc 4.X
PR:		ports/106802
Submitted by:	Tor Halvard Furulund <squat@squat.no> (maintainer)
2006-12-16 09:28:17 +00:00
Edwin Groothuis
c8276f2dd3 SHA256ify
Approved by: krion@
2006-01-23 23:49:42 +00:00
Mark Linimon
61e8bf4e8d Pacify distfile survey. 2005-10-12 21:19:18 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
fa15990c9e Update to 1.1.5
PR:		ports/78764
Submitted by:	maintainer
2005-03-13 10:32:35 +00:00
Sergei Kolobov
bccb319466 Add net-mgmt/tcptrack:
tcptrack is a sniffer which displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time, and
bandwidth usage.

WWW: http://www.rhythm.cx/~steve/devel/tcptrack

PR:		ports/72543
Submitted by:	Tor Halvard Furulund <squat@squat.no>
2004-11-07 00:24:43 +00:00