Commit graph

22 commits

Author SHA1 Message Date
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
eb81a88093 - Patch net/libnet* to versioned libraries and header files, so they can
coexist

PR:		ports/103861
Submitted by:	alepulver
Tested by:	pointyhat
With hat:	portmgr
2007-01-31 14:09:55 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
Sergey Matveychuk
e1c4707bab libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:		ports/85519 (based on)
Submitted by:	Stas Yakovlev <stas.yakovlev_at_gmail.com>
2005-11-14 17:07:08 +00:00
Mark Linimon
f13df1aad6 Chase updated mastersite. Gets a timeout but that may be transitory; at
least it's the right page.

Source:		distfile survey
2005-10-13 06:28:05 +00:00
Kirill Ponomarev
e153524dcb Fix MASTER_SITES. 2005-10-11 12:53:44 +00:00
Kirill Ponomarev
cf5a50e409 Drop maintership. 2005-04-21 17:44:08 +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
7822d20425 - Fix MASTER_SITES 2004-04-14 20:42:13 +00:00
Kirill Ponomarev
f89ae60f6c - Bump PORTREVISION because of new libnet-devel version 2004-04-14 10:01:05 +00:00
Kirill Ponomarev
1daebd57da - Update to version 0.2.0
* Completely rewritten ncurses graphical interface (-G flag)
* Many improvements in graphical analyzer features
* Connections handling for data stream sniffing and resetting
* Added new stats for byte counter
* Added dns resolution support
* Recoded a new errors handler
* Fixed banner catcher
* Added tcpdump-format logging and loading
* Added NCURSES_README file
2004-02-17 21:51:19 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Kirill Ponomarev
5e147280ef - SIZEify 2004-01-30 14:05:15 +00:00
Kirill Ponomarev
0e53131680 - Honor CFLAGS and use PTHREAD_LIBS
Submitted by:	Pav Lucistnik <pav@oook.cz>
2003-09-24 14:34:22 +00:00
Kirill Ponomarev
bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00
Daichi GOTO
a8a4aa40f1 update net/nast:
Added new master site

PR:		53491
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
2003-07-01 12:44:13 +00:00
Erwin Lansing
1b7a83afad Update net/nast (maintainer): bento fix
Author did a little modification to Makefile and rerolled
tarball.

PR:		53024
Submitted by:	maintainer
Approved by:	edwin (mentor)
2003-06-08 10:21:52 +00:00
Michael Landin
a2c29a16ca Update nast: 0.1.7d -> 0.1.7e
- Set promisc mode as default in sniffer
- Fixed a serious memory lack bug in map_lan()
- now it compiles on sparc64

Removed patch files, as they are no longer needed.

PR:		52622
Submitted by:	maintainer
Approved by:	roberto(mentor)
2003-06-02 15:17:13 +00:00
Max Khon
1a3a086188 Do not define LIBNET_LIL_ENDIAN -- it should be defined in libnet headers.
This should fix nast on sparc64.
2003-05-09 19:21:34 +00:00
Max Khon
b5007127c8 New port: nast
Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap.

PR:		51310
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-04-27 16:41:53 +00:00