split the quagga ports to remove unstable patches from quagga port

Wesley Shields wxs at FreeBSD.org
Thu Jun 26 15:55:31 UTC 2008


On Thu, Jun 26, 2008 at 08:38:00AM -0700, Jo Rhett wrote:
> The current maintainer has indicated that he is holding up the quagga  
> 0.99.10 port until an unknown time when the TCP MD5 checksum patches  
> are again working in the tree.  I don't think that this is the right  
> thing to do, as the TCP MD5 checksums are not necessary for the vast  
> majority of installations, and DO NOT work with a GENERIC kernel.
> 
> I'd like to request that the port be split into two ports -- one with  
> a stock quagga installation, and the other with the MD5 checksum  
> patches, due to the instability and constant work on said patches  
> making the port unstable.  (and being unavailable right now holds up  
> access to a major bugfix line)

You already have the option for TCPMD5 being on or off (off by default).
The solution in my mind is not two separate ports, but what is used now:
OPTIONS.  If an option is broken why not mark it as such until it can be
addressed?  If the patches become a workable (yet still experimental)
option the BROKEN line can be removed.  The port can still keep using
newer versions while the patches are being developed.

-- WXS

Index: Makefile
===================================================================
RCS file: /u/ncvs/ports/net/quagga/Makefile,v
retrieving revision 1.70
diff -u -u -r1.70 Makefile
--- Makefile	25 Apr 2008 15:42:13 -0000	1.70
+++ Makefile	26 Jun 2008 15:47:23 -0000
@@ -118,6 +118,7 @@
 .endif
 
 .if defined(WITH_TCPMD5)
+BROKEN=	MD5 patches need updating.
 EXTRA_PATCHES+=${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgp_network.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgp_vty.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgpd.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgpd.h ${PATCHDIR}/extra-tcpmd5-patch-lib-sockopt.c ${PATCHDIR}/extra-tcpmd5-patch-lib-sockopt.h ${PATCHDIR}/extra-tcpmd5-patch-vtysh-extract.pl.in
 CFLAGS+=	-DQUAGGA_TCP_MD5SIG
 .endif


More information about the freebsd-ports mailing list