Commit graph

39 commits

Author SHA1 Message Date
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
Pawel Pekala
7924f98813 - Update to version 1.6.9 [1]
- Add patch to fix rrdtool detection [2]
- Remove nftrack from PLIST_FILES, it's only
  installed when NFTRACK=on
- Don't compile with debug flags by default
- Cleanup pkg-descr

PR:		ports/177392 [1]
PR:		ports/174149 [2]
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1]
Reported by:	Aron Calvert <bsd@presi.dk> [2]
Approved by:	maintainer [1], maintainer timeout [2]
2013-03-27 21:08:01 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00
Wesley Shields
432d08d725 Update to 1.6.8.
Switch to gnu89 mode so building with clang works.

PR:		ports/173596
Submitted by:	Mike Stupalov <landy2005@gmail.com>
Approved by:	janos.mohacsi@bsd.hu (maintainer timeout)
Feature safe:	yes
2012-12-02 02:43:25 +00:00
Gabor Pali
3d2613df27 - Convert options to the new format
PR:		ports/172526
Submitted by:	pgj
Approved by:	maintainer
Feature safe:	yes
2012-10-28 19:48:11 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sylvio Cesar Teixeira
b240caf9e4 - Chase rrdtool shlib version bump. 2012-05-07 18:52:09 +00:00
Frederic Culot
ed205636f6 - Update to 1.6.6
Changes:	http://sourceforge.net/mailarchive/message.php?msg_id=28973991
PR:		ports/166539
Submitted by:	Alexey Illarionov <littlesavage@rambler.ru>
Approved by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Feature safe:	yes
2012-04-04 10:39:29 +00:00
Jason Helfman
d0767e37e3 - Update to 1.6.5
PR:	ports/163741
Submitted by: Alexey Illarionov <littlesavage at rambler.ru>
Approved by: maintainer, rene (mentor)
2012-01-03 02:28:11 +00:00
Frederic Culot
3264f4d248 - Update to 1.6.4
- Pet portlint(1) by moving LICENSE section earlier

PR:		ports/159783
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2011-08-16 10:52:25 +00:00
Sylvio Cesar Teixeira
a228970518 - Update to 1.6.3p1
PR:		ports/155093
Submitted by:	Alexey Illarionov <littlesavage@rambler.ru>
Approved by:	Mohacsi Janos <mohacsi@niif.hu> (maintainer)
2011-02-28 19:23:55 +00:00
Tilman Keskinoz
3db4b09636 Update to 1.6.2
PR:             153608
Submitted by:   Alexey Illarionov
Approved by:    maintainer timeout

Feature safe:	yes
2011-01-28 12:00:59 +00:00
Pav Lucistnik
3c120d6379 - Mark BROKEN on 6.X: does not configure
Reported by:	pointyhat
2010-06-11 21:41:43 +00:00
Sylvio Cesar Teixeira
7e2cb15ad6 - Update to 1.6.1
PR:		ports/147218
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2010-05-30 23:57:08 +00:00
Pav Lucistnik
8280af7673 - Mark BROKEN on 6.X: does not configure
Reported by:	pointyhat
2010-05-24 23:30:51 +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
Martin Wilke
f108a798c5 - The nfdump 1.5 compatibility reenabled. It is critical for existing nfdump 1.5
users, otherwise they cannot access exiting netflow records.

PR:		143264
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2010-01-27 22:29:55 +00:00
Wen Heping
68064f712e - Update to 1.6
- Added files/patch-bin_ft2nfdump.c

- Removed files/patch-Makefile.in and files/patch-ft2nfdump.c

- In this version the MAN file handling in th the new file structure got broken. It is is allways installing all the MAN.1 files without the compilation flags.

PR:		ports/143087
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2010-01-23 01:11:38 +00:00
Pav Lucistnik
38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +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
Martin Wilke
709876b59e - Update to 1.5.8
PR:		136441
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2009-07-09 09:05:19 +00:00
Li-Wen Hsu
31eba3812e - Add the daylight saving patch
PR:		ports/132513
Submitted by:	Janos Mohacsi <janos.mohacsi AT bsd.hu> (maintainer)
2009-03-10 23:41:08 +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
Pav Lucistnik
1a3d5680dd - Update to 1.5.7
- Add nfprofile option (enabled by default)

PR:		ports/126144
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2008-08-01 11:32:30 +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
Martin Wilke
c50c050189 - Update to 1.5.6
PR:		118313
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2007-12-14 23:15:22 +00:00
Martin Wilke
6978797a8f - Update to 1.5.5
PR:		116985
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2007-10-07 00:48:15 +00:00
Martin Wilke
addc18db1c - Update to 1.5.2
PR:		ports/104811
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2006-11-01 09:09:36 +00:00
Pav Lucistnik
4515914542 - Update to 1.5
PR:		ports/95006
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2006-04-01 22:57:30 +00:00
Edwin Groothuis
c8276f2dd3 SHA256ify
Approved by: krion@
2006-01-23 23:49:42 +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