From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 2 12:22:41 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95185A01 for ; Mon, 2 Jun 2014 12:22:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 626E02F24 for ; Mon, 2 Jun 2014 12:22:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s52CMfQC003647 for ; Mon, 2 Jun 2014 13:22:41 +0100 (BST) (envelope-from no-reply-bugzilla-daemon@freebsd.org) From: no-reply-bugzilla-daemon@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190504] New: [maintainer] stagify lang/petite-chez Date: Mon, 02 Jun 2014 12:22:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vmagerya@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 12:22:41 -0000 http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190504 Bug ID: 190504 Summary: [maintainer] stagify lang/petite-chez Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: vmagerya@gmail.com Stagify lang/petite-chez; it's build system has support for this, so it's a fairly minor change. Note that when building as non-root, stage complains that it can't chown a bunch of files. I don't know what causes it (bug in the ports system?), but it works fine as root, so I did not investigate it further. Also note that lang/petite-chez is a port with a peculiar license requirements (you need to set PETITECHEZ_AGREE_LICENSE environment variable to "yes" before building it), so I can't provide redports logs. Fix: Patch attached with submission follows: diff -ruN petite-chez.orig/Makefile petite-chez/Makefile --- petite-chez.orig/Makefile 2014-06-02 14:54:30.000000000 +0300 +++ petite-chez/Makefile 2014-06-02 14:59:59.000000000 +0300 @@ -29,6 +29,7 @@ USES= iconv CONFIGURE_ARGS= --installprefix=${PREFIX} \ --installman=${MANPREFIX}/man \ + --temproot=${STAGEDIR} \ --force-relink \ --nogzip-man-pages \ -m=${CHEZ_MACHTYPE} @@ -40,7 +41,6 @@ PLIST_SUB= CHEZ_VERSION="${PORTVERSION}" \ CHEZ_MACHTYPE="${CHEZ_MACHTYPE}" -NO_STAGE= yes .include .if ${ARCH} == "i386" -- You are receiving this mail because: You are the assignee for the bug.