Date: Sat, 10 Jan 2004 01:38:57 +0100 (CET) From: Lars Erik Gullerud <lerik@nolink.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61154: [patch] Update net/irrtoolset to 4.8.1, fix incorrect distsite path Message-ID: <20040110003857.B94FEFDCF@nova.noc.catch.no> Resent-Message-ID: <200401100040.i0A0eHHM079207@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61154 >Category: ports >Synopsis: [patch] Update net/irrtoolset to 4.8.1, fix incorrect distsite path >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 09 16:40:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Lars Erik Gullerud >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD callisto.noc.catch.no 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Nov 14 12:55:46 CET 2003 root@callisto.noc.catch.no:/usr/obj/usr/src/sys/CALLISTO i386 >Description: - Update of IRRToolSet from 4.7.3 to 4.8.1 - Fix pathname of distribution site, FTP disk layout changed - updated category from tk82 to tk83 to reflect chosen LIB_DEPENDS - minor cosmetic fix to typo in Makefile >How-To-Repeat: >Fix: Please note this port is still marked BROKEN on 5-CURRENT since the c++ code in this does not compile correctly on GCC 3.x, even in this newer version. --- Makefile.diff begins here --- --- Makefile.orig Thu Jun 26 15:31:04 2003 +++ Makefile Sat Jan 10 01:22:53 2004 @@ -6,10 +6,10 @@ # PORTNAME= irrtoolset -PORTVERSION= 4.7.3 -CATEGORIES= net tk82 -MASTER_SITES= ftp://ftp.ripe.net/tools/IRRToolSet/ +PORTVERSION= 4.8.1 DISTNAME= IRRToolSet-${PORTVERSION} +CATEGORIES= net tk83 +MASTER_SITES= ftp://ftp.ripe.net/ripe/tools/IRRToolSet/IRRToolSet-${PORTVERSION}/ MAINTAINER= oberman@es.net COMMENT= A suite of routing policy tools to interact with the IRR @@ -33,13 +33,13 @@ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" +BROKEN= "Does not compile with GCC 3.x (bad C++ code)" .endif post-patch: @${SED} -i.orig -e 's|#include <malloc.h>|/* #include <malloc.h> */|' \ ${WRKSRC}/src/irr/birdwhoisc.cc -aLL_TARGET= depend all +ALL_TARGET= depend all .include <bsd.port.post.mk> --- Makefile.diff ends here --- --- distinfo.diff begins here --- --- distinfo.orig Thu Jun 26 15:31:04 2003 +++ distinfo Sat Jan 10 01:23:01 2004 @@ -1 +1 @@ -MD5 (IRRToolSet-4.7.3.tar.gz) = fcf8305464c8ae5886c41dcb8d85e53d +MD5 (IRRToolSet-4.8.1.tar.gz) = f78f9799ed8b7b701bf3a0e83a59affa --- distinfo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040110003857.B94FEFDCF>