cvs commit: ports/net/openbgpd Makefile ports/net/openbgpd/files
patch-Makefile patch-Makefile.inc patch-bgpctl_Makefile
patch-bgpctl_bgpctl.8 patch-bgpctl_bgpctl.c patch-bgpctl_irr_parser.c
patch-bgpctl_irrfilter.c patch-bgpctl_irrfilter.h patch-bgpctl_parser.c ...
Hiroki Sato
hrs at FreeBSD.org
Tue Jun 30 07:35:14 UTC 2009
hrs 2009-06-30 07:35:13 UTC
FreeBSD ports repository
Modified files:
net/openbgpd Makefile
net/openbgpd/files patch-bgpctl_Makefile
patch-bgpctl_bgpctl.8
patch-bgpctl_bgpctl.c patch-bgpd_bgpd.8
patch-bgpd_bgpd.conf.5 patch-bgpd_bgpd.h
patch-bgpd_carp.c patch-bgpd_kroute.c
patch-bgpd_parse.y patch-bgpd_printconf.c
patch-bgpd_rde_attr.c
patch-bgpd_rde_rib.c
patch-bgpd_rde_update.c
patch-bgpd_session.c patch-bgpd_util.c
Added files:
net/openbgpd/files patch-Makefile patch-Makefile.inc
patch-bgpctl_irr_parser.c
patch-bgpctl_irrfilter.c
patch-bgpctl_irrfilter.h
patch-bgpctl_parser.c patch-bgpd_Makefile
patch-bgpd_rde_filter.c
patch-bgpd_rde_prefix.c
patch-openbsd-compat_fmt_scaled.c
patch-openbsd-compat_hash.h
patch-openbsd-compat_if_media.h
patch-openbsd-compat_openbsd-compat.h
patch-openbsd-compat_pfkey_compat.c
patch-openbsd-compat_util.h
Log:
Simplify Makefile. No change of the resultant package.
Revision Changes Path
1.20 +5 -46 ports/net/openbgpd/Makefile
1.1 +12 -0 ports/net/openbgpd/files/patch-Makefile (new)
1.1 +12 -0 ports/net/openbgpd/files/patch-Makefile.inc (new)
1.3 +23 -4 ports/net/openbgpd/files/patch-bgpctl_Makefile
1.3 +9 -3 ports/net/openbgpd/files/patch-bgpctl_bgpctl.8
1.7 +33 -23 ports/net/openbgpd/files/patch-bgpctl_bgpctl.c
1.1 +16 -0 ports/net/openbgpd/files/patch-bgpctl_irr_parser.c (new)
1.1 +18 -0 ports/net/openbgpd/files/patch-bgpctl_irrfilter.c (new)
1.1 +19 -0 ports/net/openbgpd/files/patch-bgpctl_irrfilter.h (new)
1.3 +19 -0 ports/net/openbgpd/files/patch-bgpctl_parser.c (new)
1.3 +32 -0 ports/net/openbgpd/files/patch-bgpd_Makefile (new)
1.5 +11 -5 ports/net/openbgpd/files/patch-bgpd_bgpd.8
1.3 +11 -5 ports/net/openbgpd/files/patch-bgpd_bgpd.conf.5
1.3 +15 -41 ports/net/openbgpd/files/patch-bgpd_bgpd.h
1.3 +32 -48 ports/net/openbgpd/files/patch-bgpd_carp.c
1.6 +20 -14 ports/net/openbgpd/files/patch-bgpd_kroute.c
1.3 +11 -5 ports/net/openbgpd/files/patch-bgpd_parse.y
1.2 +17 -10 ports/net/openbgpd/files/patch-bgpd_printconf.c
1.2 +21 -11 ports/net/openbgpd/files/patch-bgpd_rde_attr.c
1.1 +14 -0 ports/net/openbgpd/files/patch-bgpd_rde_filter.c (new)
1.1 +17 -0 ports/net/openbgpd/files/patch-bgpd_rde_prefix.c (new)
1.2 +14 -11 ports/net/openbgpd/files/patch-bgpd_rde_rib.c
1.2 +17 -10 ports/net/openbgpd/files/patch-bgpd_rde_update.c
1.4 +8 -2 ports/net/openbgpd/files/patch-bgpd_session.c
1.2 +11 -3 ports/net/openbgpd/files/patch-bgpd_util.c
1.1 +275 -0 ports/net/openbgpd/files/patch-openbsd-compat_fmt_scaled.c (new)
1.1 +134 -0 ports/net/openbgpd/files/patch-openbsd-compat_hash.h (new)
1.1 +619 -0 ports/net/openbgpd/files/patch-openbsd-compat_if_media.h (new)
1.1 +30 -0 ports/net/openbgpd/files/patch-openbsd-compat_openbsd-compat.h (new)
1.1 +34 -0 ports/net/openbgpd/files/patch-openbsd-compat_pfkey_compat.c (new)
1.1 +126 -0 ports/net/openbgpd/files/patch-openbsd-compat_util.h (new)
More information about the cvs-ports
mailing list