1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
Commit Graph

93 Commits

Author SHA1 Message Date
Erwin Lansing
e39bfbb52e Remove BROKEN for 8, a patch was committed which I overlooked in
the previous commit.

Submitted by:	sem
2009-01-11 20:35:57 +00:00
Erwin Lansing
ccd4eff1b4 Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by:	pointyhat
2009-01-08 17:59:41 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Sergey Matveychuk
a0f9995a4e - Fix build on CURRENT with new arp code
Submitted by:	Ian FREISLICH (on net@)
Approved by:	maintainer
2009-01-03 17:38:06 +00:00
Sergey Matveychuk
5607a893bf - Add a patch from quagga-qit. It fixes a fletcher checksum problem. 2008-12-15 17:46:36 +00:00
Sergey Matveychuk
2f40bb8424 - Update to 0.99.11
Approved by:	maintainer timeout
2008-12-15 17:03:33 +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
Sergey Matveychuk
a474cd8af5 - Fix rc script for command other than start/stop/restart.
Reported in:	ports@
Approved by:	maintainer
2008-07-06 12:44:21 +00:00
Sergey Matveychuk
e03a4c4781 - Add a patch from quagga CVS that fixes a bug which prevented
the zebra daemon from seeing the state of logical interfaces (tun/ng/...)
  after it has been started

Submitted by:	Doichin Dokov <root at net1.cc> (in ports@)
2008-07-02 16:22:57 +00:00
Sergey Matveychuk
201c2fdb4c - Fix rc-script. Split restart command on stop/start and fix runing order.
Approved by:	maintainer
2008-07-02 12:27:22 +00:00
Sergey Matveychuk
b2dae25829 - Update to 0.99.10
Submitted by:	maintainer
2008-06-28 03:23:36 +00:00
Sergey Matveychuk
e2d8a9a44d - fix a message: 'options FAST_IPSEC' changed to 'options IPSEC' for 7.0+ 2008-04-25 15:42:13 +00:00
Mathieu Arnold
4a7ba81c33 Chase on more shlib version bump.
Pointy Hat To:	kuriyama
2008-04-17 12:46:13 +00:00
Sergey Matveychuk
04066b5710 Add a vendor patch:
= A bugfix for FreeBSD users (Quagga bug #326):
        * zebra_rib.[ch]: (rib_lookup_and_pushup) New function, which makes sure,
          that if_set_prefix() has nothing in its way of assigning an address.
        * ioctl.c: (if_set_prefix) Use rib_lookup_and_pushup() to resolve
          bug #326.

Approved by:	maintainer (implicitly)
2008-02-20 18:05:50 +00:00
Rong-En Fan
c275d03adc - Add proper arguments for configure if WITH_TCPSOCKETS is enabled
PR:		ports/118339
Reported by:	Oles Hnatkevych <don_oles at able.com.ua>
Approved by:	Boris Kovalenko <boris at tagnet.ru> (maintainer)
2008-02-08 14:44:45 +00:00
Sergey Matveychuk
9cbfad0593 - Add a work around for quagga works with multicast sockets in 7.0.
Submitted by:	maintainer
2008-01-11 14:06:45 +00:00
Sergey Matveychuk
88a19bc60d - A vendor patch. It fixes a bug#418 - changing address on an existing
interface doesn't cause static routes to be revalidated.

Approved by:	portmgr (erwin), maintainer
2007-11-12 20:53:30 +00:00
Edwin Groothuis
30733bc495 Add 'seconds' to the output of the delay 2007-10-29 06:51:21 +00:00
Sergey Matveychuk
16e42dfebd - Integrate one more vendor patch. It fixes IPv6 issue.
Approved by:	maintainer (implicitly)
2007-10-26 09:46:41 +00:00
Sergey Matveychuk
123a9758de - Fix build with WITH_PAM. Quite hacky and will be reimplement some time.
- Simplify patch-cvs-6-pidfile_mask. It's enough to hard code 0644 as
  parmissions for a pidfile.

Approved by:	maintainer
2007-10-17 12:08:58 +00:00
Edwin Groothuis
2f5fd33d0b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:10:52 +00:00
Sergey Matveychuk
e9203a565a - add two patches.
1. fix pid-file permissions. it made watchquagga mad.
  2. add debug info in ipv6 code just like for ipv4 code. it makes problems detecion easier.

Approved by:	maintainer (implicitly)
2007-10-03 15:41:10 +00:00
Sergey Matveychuk
197632b1ea - If compiled with libdlmalloc it requires ldconfig before running.
Fix rc file for it.
- Make a little cleaner why you may want dlmalloc library (it makes bgpd much faster).

Approved by:	maintainer (implicitly)
2007-10-01 10:54:10 +00:00
Sergey Matveychuk
b7d737ee9d - Update to 0.99.9 + patches from quagga CVS
Approved by:	maintainer
2007-09-24 07:59:16 +00:00
Sergey Matveychuk
c4751176f0 - Add one more patch from quagga CVS. It fixes ignoring kernel routes in some cases.
Approved by:	maintainer
2007-09-06 14:53:41 +00:00
Sergey Matveychuk
ffa593b51a - Integrate patches from quagga CVS.
They fix a few problems with inconsistences routes between
  quagga and kernel route tables, loss MTU, assert in route-map code, etc.

Submitted by:	Yandex company
Approved by:	maintainer
2007-08-28 10:48:38 +00:00
Rong-En Fan
2de1d9d656 - Update to 0.99.8
PR:		ports/115343
Submitted by:	Boris Kovalenko <boris at tagnet.ru> (maintainer)
2007-08-09 11:00:17 +00:00
Edwin Groothuis
3cb2c16787 [patch] net/quagga - add optional delay after startup
I'm so tired of my machines rebooting and having to manually
	start half of the services because they were started when
	ospfd hadn't kicked in, so I added this quagga_delay to the
	rc.d file.

PR:		ports/113351
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Boris Kovalenko <boris@tagnet.ru>
2007-06-20 02:19:55 +00:00
Martin Wilke
fcc0b0119d - Remove patch from wrong dirctory :>
Request by:     Umka@RusNet, az@
2007-05-28 19:47:38 +00:00
Martin Wilke
877982fdfe - Fix PtP interface detection.
PR:		112797
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2007-05-27 09:30:14 +00:00
Vanilla I. Shu
23d11c800e Upgrade to 0.99.7.
PR:		ports/112342
Submitted by:	maintainer
2007-05-03 07:11:44 +00:00
Pav Lucistnik
dda0efb9c2 - Simplify 2007-03-17 14:18:28 +00:00
Sergey Matveychuk
ceafb0da1e - Restore info files install and fix build them on OSVERSION<600000
PR:		ports/109593
Submitted by:	Eugene Grosbein <eugen_AT_grosbein.pp.ru>
Approved by:	maintainer
2007-02-28 15:17:40 +00:00
Jun Kuriyama
384985f41e - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION. 2007-02-28 01:19:04 +00:00
Sergey Matveychuk
7f706ac97d - Add a sanity check when ripd takes metric from RTM_NEWADDR message.
- Bump PORTREVISION.

PR:		ports/108430
Submitted by:	Eugene Grosbein <eugen_AT_grosbein.pp.ru>
Approved by:	maintainer
2007-02-01 13:25:05 +00:00
Kris Kennaway
89a0b31acd Use libtool port instead of included one to avoid objformat a.out botch 2007-01-28 09:07:47 +00:00
Kris Kennaway
9fb4929299 Use libtool port instead of included one to avoid objformat a.out botch 2007-01-27 08:16:35 +00:00
Martin Wilke
e5f9660daa - Update to 0.99.6
PR:		ports/106640
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-12-12 21:08:40 +00:00
Martin Wilke
76cd4a8426 From Changelog:
2006-08-28 Andy Gay

        * ospf_packet.c: (ospf_make_db_desc) Assert added with More-bit
        fixes does not hold up with addition of Ogier DB-Exchange
        optimisation, which can empty the db-summary list in between
        sent DD packets. Remove assert, update More-bit always when
        in Exchange.

PR:		ports/105279
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-11-08 23:07:29 +00:00
Cheng-Lung Sung
64f2a45295 - Update to 0.99.5
BGP users of 0.99 are strongly encouraged to upgrade to 0.99.5, due to an
important fix for an AS-Path loop-checking regression, or even a CVS snapshot,
to assist in testing. OSPF 0.99-CVS is believed to be stable at this point.

PR:		ports/104371
Submitted by:	maintainer (Boris Kovalenko)
2006-10-31 03:03:15 +00:00
Rong-En Fan
84b5fba371 - Enhancement rc scripts, bump PORTREVISION
PR:		ports/100421
Submitted by:	maintainer
2006-07-17 16:28:21 +00:00
Ion-Mihai Tetcu
bdf935241f Change the way of OPTIONS is checked as suggested by Porters Handbook.
PR:		ports/100157
Submitted by:	maintianer
2006-07-12 17:33:21 +00:00
Sam Lawrance
94b809ada3 Apply USE_RCORDER or USE_RC_SUBR, conditional on OSVERSION.
Bump PORTREVISION for the moved startup script.

Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-06-12 04:10:11 +00:00
Sam Lawrance
c34e741cef Update to 0.99.4.
PR:		ports/97122
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-05-29 20:28:35 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Sergey Matveychuk
8558006a0a - Fix a crash when vtysh was executed.
- Remove useless target (install is default) in depends

PR:		ports/93094
Reported by:	TANABE Hiroyasu <h@cosat.com>, John <freebsd@moe.co.uk>
Submitted by:	maintainer
2006-02-10 12:45:36 +00:00
Andrej Zverev
70b6c15f1a - Update to 0.99.3
- Fix build on 4.11 by sem@ (files/patch-lib-buffer.c
			     files/patch-ospfd-ospfd.h

--------------------------------
Some known problems outstanding:

- bgpd: prefix counts can get a bit screwy after clears/resets
   this is mostly cosmetic *unless* you use max-prefix counts.
- bgpd: There is a memory leak if 'set community' is used in
  route-maps. This is present in 0.98 too. See bugzilla #89.
- ospfd: 'default-originate always' loses the 'always' qualifier.

Some regressions fixed in 0.99.3:

- bgpd: workqueues were too conservative and could backlog under load
 (e.g. continual session up then reset), eventually leading to OOM.
- ospfd: crash on startup (and only startup) if redistribute was
  enabled fixed.
- bgpd: SEGV in bgp_aspath.c fixed.
- bgpd: memory leak in bgp_aspath.c fixed
- ospfd: oversize LSA support was not functional, fixed.
- ospfd: leak of connected struct fixed
- ospfd: NSM problems fixed, see bug #234
- vtysh: integrated config file reading should work again.
- zserv: flags above 32bits should make it across to daemons now
   (affecting Solaris and IFF_NOXMIT and IFF_VIRTUAL)
- ripd: MD5 auth verification fixed.

The full changelog is available at:

    http://www.quagga.net/download/quagga-0.99.3.changelog.txt

PR:		ports/92524
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-02-03 11:39:37 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00