Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jun 2014 12:22:41 +0000
From:      no-reply-bugzilla-daemon@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190504] New: [maintainer] stagify lang/petite-chez
Message-ID:  <bug-190504-13@http.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>

 .if ${ARCH} == "i386"

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190504-13>