Commit graph

28 commits

Author SHA1 Message Date
Dirk Meyer
b5d0e74764 - extend MASTER_SITES
Feature safe:	yes
2009-09-22 04:35:36 +00:00
Dirk Meyer
f41ceb7717 - take maintanership 2009-07-06 07:39:24 +00:00
Mark Linimon
e0f259ff97 Reset shipley@dis.org due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-03 03:42:43 +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
Edwin Groothuis
a5f9c5b347 patch net/libnet's configure to not do anymore checks of bpf device
when building net/libnet, bpf has been there since FreeBSD
	3.X, so do not do anymore checks. this is useful when
	building in jails as they don't have bpf. this is somewhat
	like #113893

PR:		ports/123213
Submitted by:	Mars G Miro <spry@anarchy.in.the.ph>
Approved by:	maintainer timeout
2008-05-29 02:03:12 +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
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +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
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Kirill Ponomarev
f135498d0a - Utilize CONFLICTS with net/libnet-devel 2004-02-14 22:08:23 +00:00
Kirill Ponomarev
323b1a6867 Fix build on -current
PR:		54612
Submitted by:	krion
Approved by:	fjoe (mentor) (implicit)
Maintainer timeout: 	8 days
2003-07-30 07:51:29 +00:00
Jun Kuriyama
86f5027b08 Back out last commit.
1.1.0 is already in net/libnet-devel and has different API.
Bump $PORTEPOCH for my mistake.

Spotted by:	sheldonh
2003-03-27 00:04:09 +00:00
Jun Kuriyama
8c5311b85d Upgrade to 1.1.0.
No response from:	maintainer
2003-03-26 14:21:04 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Kris Kennaway
346f657803 Tag the libnet_error() function with __printflike() 2002-06-07 07:33:50 +00:00
Ying-Chieh Liao
75f7d279f0 make WWW correct 2001-11-19 14:11:21 +00:00
Michael C . Wu
831c2fb2b6 Update this port and close the PR that has been open for a
long time.  Maintainer has not responded to the PR at all.

PR: 28656
Submitted by:	cnh@netVmg.com
2001-07-12 21:32:41 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Kris Kennaway
2e079a0471 Update to libnet-1.0.1b and portlint
No response from:	Maintainer
2000-06-02 22:51:20 +00:00
Michael Haro
4118d21e64 white space fixes and add WWW: (portlint) 2000-04-20 20:06:48 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
Chris Piazza
47cdbc4c93 Err, the last commit was actually a downgrade.
Actually upgrade to version 0.99g
1999-10-08 03:46:27 +00:00
Chris Piazza
4093236db0 Update to version 0.10a 1999-10-08 02:33:51 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Satoshi Asami
34cffc3d20 Upgrade to fix build problem.
Submitted by:	maintainer
1999-05-12 08:05:13 +00:00
Steve Price
fd79e90fca Hopefully a little bit better worded COMMENT. :) 1999-05-09 01:19:12 +00:00
Steve Price
253c687d8f A C library for creating IP packets.
PR:		9901
Submitted by:	Peter Shipley <shipley@dis.org>
1999-05-09 01:16:35 +00:00