From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 20 12:50:34 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 8D10E16A51E for ; Mon, 20 Dec 2004 12:50:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F7043D91 for ; Mon, 20 Dec 2004 12:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBKCoOhr064723 for ; Mon, 20 Dec 2004 12:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBKCoOob064721; Mon, 20 Dec 2004 12:50:24 GMT (envelope-from gnats) Resent-Date: Mon, 20 Dec 2004 12:50:24 GMT Resent-Message-Id: <200412201250.iBKCoOob064721@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, Marco van de Voort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC9016A4CE for ; Mon, 20 Dec 2004 12:40:48 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9AD43D39 for ; Mon, 20 Dec 2004 12:40:48 +0000 (GMT) (envelope-from marcov@stack.nl) Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132]) by mailhost.stack.nl (Postfix) with ESMTP id 51D3F1F10D for ; Mon, 20 Dec 2004 13:40:47 +0100 (CET) Received: by turtle.stack.nl (Postfix, from userid 816) id 439261D9BC; Mon, 20 Dec 2004 13:40:47 +0100 (CET) Message-Id: <20041220124047.439261D9BC@turtle.stack.nl> Date: Mon, 20 Dec 2004 13:40:47 +0100 (CET) From: Marco van de Voort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75302: Patches for cleaning problems reported by Pointyhat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marco van de Voort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 12:50:34 -0000 >Number: 75302 >Category: ports >Synopsis: Patches for cleaning problems reported by Pointyhat >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: Mon Dec 20 12:50:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marco van de Voort >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: Free Pascal Core >Environment: System: FreeBSD turtle.stack.nl 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #5: Thu Dec 2 17:25:55 CET 2004 jilles@snail.stack.nl:/usr/obj/usr/src/sys/SNAIL i386 >Description: PointyHat said $prefix/src wasn't @dirrm'ed, and fpdoc.1 was not spec'ed in makefile. This was a correct diagnosis, patch attached. >How-To-Repeat: >Fix: Apply both patches, I hope the format is ok. --- patch1 begins here --- --- /usr/ports/lang/fpc-devel/Makefile Thu Feb 5 04:02:12 2004 +++ Makefile Mon Dec 20 10:53:05 2004 @@ -26,8 +26,8 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" MAN1= delp.1 fpc.1 fpcmake.1 h2pas.1 plex.1 ppc386.1 ppdep.1 \ - ppudump.1 ppufiles.1 ppumove.1 ptop.1 pyacc.1 rstconv.1 -MAN5= fpc.cfg.5 fpcmake.5 ptop.cfg.5 + ppudump.1 ppufiles.1 ppumove.1 ptop.1 pyacc.1 rstconv.1 fpdoc.1 +MAN5= fpc.cfg.5 fpcmake.5 ptop.cfg.5 NO_WRKSUBDIR= yes --- patch1 ends here --- --- patch2 begins here --- --- /usr/ports/lang/fpc-devel/pkg-plist Thu Jan 22 04:01:02 2004 +++ pkg-plist Mon Dec 20 10:51:52 2004 @@ -5679,3 +5679,4 @@ %%PORTDOCS%%@dirrm src/fpc-%%PORTVERSION%%/compiler/alpha %%PORTDOCS%%@dirrm src/fpc-%%PORTVERSION%%/compiler %%PORTDOCS%%@dirrm src/fpc-%%PORTVERSION%% +%%PORTDOCS%%@dirrm src --- patch2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: