From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 6 20:30:23 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 DF38916A4D0 for ; Wed, 6 Oct 2004 20:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B563343D2D for ; Wed, 6 Oct 2004 20:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i96KUN9T002427 for ; Wed, 6 Oct 2004 20:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i96KUNJS002417; Wed, 6 Oct 2004 20:30:23 GMT (envelope-from gnats) Resent-Date: Wed, 6 Oct 2004 20:30:23 GMT Resent-Message-Id: <200410062030.i96KUNJS002417@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, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D045E16A4CE for ; Wed, 6 Oct 2004 20:21:15 +0000 (GMT) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E1C843D5A for ; Wed, 6 Oct 2004 20:21:15 +0000 (GMT) (envelope-from lth@dask.thegler.dk) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero0.cybercity.dk (Postfix) with ESMTP id 2CDD02A3D7 for ; Wed, 6 Oct 2004 22:21:14 +0200 (CEST) Received: by dask.thegler.dk (Postfix, from userid 1001) id B71063F00; Wed, 6 Oct 2004 22:21:09 +0200 (CEST) Message-Id: <20041006202109.B71063F00@dask.thegler.dk> Date: Wed, 6 Oct 2004 22:21:09 +0200 (CEST) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72401: [MAINTAINER] net/smokeping: fix 4.x breakage on pointyhat 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: Wed, 06 Oct 2004 20:30:24 -0000 >Number: 72401 >Category: ports >Synopsis: [MAINTAINER] net/smokeping: fix 4.x breakage on pointyhat >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 06 20:30:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.10-BETA i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.10-BETA FreeBSD 4.10-BETA #3: Mon Apr 12 17:02:50 CEST 2004 >Description: It seems there is something with the chrooted environment on pointyhat which prevents chmod of cp -p from working correctly. This patch avoids the use of -p. This doesn't appear to be affecting 5.X, so it can wait until the thaw. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- smokeping-1.31.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/smokeping/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile 15 Aug 2004 16:19:59 -0000 1.23 +++ Makefile 6 Oct 2004 20:09:39 -0000 @@ -143,8 +143,9 @@ ${INSTALL_DATA} ${WRKSRC}/etc/${FILE}.dist ${PREFIX}/etc/smokeping/${FILE} ; \ fi .endfor - @${MKDIR} ${PREFIX}/smokeping - @${CP} -Rp ${WRKSRC}/[hl]* ${PREFIX}/smokeping/ + @${MKDIR} ${PREFIX}/smokeping/htdocs + @${INSTALL_SCRIPT} ${WRKSRC}/htdocs/smokeping.cgi ${PREFIX}/smokeping/htdocs/smokeping.cgi + @${CP} -R ${WRKSRC}/lib ${PREFIX}/smokeping/ @${MKDIR} ${PREFIX}/var/smokeping @${CHOWN} ${USER}:${GROUP} ${PREFIX}/var/smokeping @${MKDIR} ${PREFIX}/smokeping/htdocs/img --- smokeping-1.31.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: