From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 19 03:30:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68C916A4CE for ; Sun, 19 Sep 2004 03:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A04643D1F for ; Sun, 19 Sep 2004 03:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8J3UKm7012048 for ; Sun, 19 Sep 2004 03:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8J3UKpY012044; Sun, 19 Sep 2004 03:30:20 GMT (envelope-from gnats) Resent-Date: Sun, 19 Sep 2004 03:30:20 GMT Resent-Message-Id: <200409190330.i8J3UKpY012044@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6D116A4CE for ; Sun, 19 Sep 2004 03:29:54 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 646E843D41 for ; Sun, 19 Sep 2004 03:29:54 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id B0E853E9CB0; Sun, 19 Sep 2004 11:29:53 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 77147-06; Sun, 19 Sep 2004 11:29:50 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 3E4EE3E9CAD; Sun, 19 Sep 2004 11:29:50 +0800 (CST) Message-Id: <20040919032950.3E4EE3E9CAD@utopia.leeym.com> Date: Sun, 19 Sep 2004 11:29:50 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: martin@tradex.sk Subject: ports/71897: [PATCH] dns/fastresolve: unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 03:30:20 -0000 >Number: 71897 >Category: ports >Synopsis: [PATCH] dns/fastresolve: unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 19 03:30:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - unbreak this port in 5.x - utilize PORTDOCS and DATADIR Port maintainer (martin@tradex.sk) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- fastresolve-2.10_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/dns/fastresolve/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 18 Sep 2004 17:12:10 -0000 1.11 +++ Makefile 19 Sep 2004 03:29:08 -0000 @@ -25,6 +25,7 @@ PERL=${PERL} USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 +USE_REINPLACE= yes # Default to db3 WITH_BDB_VER?= 3 @@ -48,12 +49,11 @@ MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ expire-ip-db.1 getdominfo.1 rebuild-dom-db.1 rebuild-ip-db.1 \ reresolve.1 make-report.1 +PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO timings -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif +post-patch: + @${REINPLACE_CMD} -E -e 's,enum (adns_queryflags),\1,g' \ + ${WRKSRC}/dns-terror/dns-terror.cc post-install: .if !defined(NOPORTDOCS) @@ -65,4 +65,4 @@ @${INSTALL_DATA} ${WRKSRC}/doc/timings ${DOCSDIR} .endif -.include +.include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/dns/fastresolve/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 3 Sep 2003 10:59:27 -0000 1.2 +++ pkg-plist 19 Sep 2004 03:29:08 -0000 @@ -8,15 +8,6 @@ bin/rebuild-ip-db bin/reresolve bin/make-report -share/fastresolve/AddrCycle.pm -share/fastresolve/analog.cfg -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/timings -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/fastresolve +%%DATADIR%%/AddrCycle.pm +%%DATADIR%%/analog.cfg +@dirrm %%DATADIR%% --- fastresolve-2.10_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: