Commit graph

19 commits

Author SHA1 Message Date
Pav Lucistnik
852df8d980 - Mark BROKEN on 6.X: does not configure
Reported by:	pointyhat
2010-05-25 21:08:19 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +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
Rong-En Fan
c1dece6a00 - Chase rrdtool 1.3.0 update, bump PORTREVISION
PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
2008-06-24 12:34:56 +00:00
Rong-En Fan
ec80a6c8ec - Update to 20070808
PR:		ports/115385
Submitted by:	Janos Mohacsi <janos.mohacsi at bsd.hu> (maintainer)
2007-08-12 11:15:51 +00:00
Edwin Groothuis
3de5a84967 First steps in a big migration:
Move net/rrdtool to databases/rrdtool.

    It's an itch which needs to be scratched: net/rrdtool came from
    net/mrtg, which was a good location for it. net/mrtg has later
    been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
    Tools", therefor it's better if it moves to databases/rrdtool.
    Same with net/rrdtool10.

PR:		ports/112942
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2007-07-05 06:19:49 +00:00
Rong-En Fan
85b1b315c3 - Summon net-mgmt/nfdump-devel back and updates to 20070312
PR:		ports/112807
Submitted by:	Janos Mohacsi (maintainer)
Work done by:	miwi
2007-06-10 11:40:05 +00:00
Pav Lucistnik
cd4eed0fcd - Retire net-mgmt/nfdump-devel
PR:		ports/95006
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2006-04-01 22:58:06 +00:00
Pav Lucistnik
32c40c6316 - After repocopy, add development version of nfdump at 1.5
PR:		ports/91725
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Repocopied by:	marcus
2006-01-15 23:56:27 +00:00
Kirill Ponomarev
288b63ac54 Update to 1.4
PR:		ports/85846
Submitted by:	maintainer
2005-09-08 08:14:26 +00:00
Jean-Yves Lefort
4ba53eabf2 - Update to 1.3 [1]
- Install files using ${BSD_INSTALL_...}
- Unsilence ${MKDIR} in post-install

[1]:
PR:		ports/84291
Submitted by:	maintainer
2005-07-29 17:09:34 +00:00
Kris Kennaway
ecd7054b32 Now compiles on 4.x 2005-07-24 22:46:56 +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
Yen-Ming Lee
5e09260efb - update to 1.2.1
PR:		79225
Submitted by:	maintainer
2005-04-11 17:11:47 +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
Kris Kennaway
e5c163d1f9 BROKEN on 4.x: Does not compile 2005-04-10 21:59:01 +00:00
Kevin Lo
d012392ddd Update to 1.2
PR: ports/76664
Submitted by: MAINTAINER
2005-01-26 04:02:38 +00:00
Sergei Kolobov
84453d1c93 Add net-mgmt/nfdump:
NFDUMP tools support netflow v5 and v7 capturing and processing.

nfcapd - netflow capture daemon.
Reads the netflow data from the network and stores the data into files.

nfdump - netflow dump.
Reads the netflow data from the files stored by nfcapd. It's syntax is similar
to tcpdump. If you like tcpdump you will like nfdump.

nfprofile - netflow profiler.
Reads the netflow data from the files stored by nfcapd. Filters the netflow
data according to the specified filter sets ( profiles ) and stores the
filtered data into files for later use.

nfreplay - netflow replay
Reads the netflow data from the files stored by nfcapd and sends it over
the network to another host.

WWW: http://nfdump.sourceforge.net

PR:		ports/72171
Submitted by:	Janos Mohacsi <janos.mohacsi@niif.hu>
2004-11-06 23:48:46 +00:00