[Bug 190504] New: [maintainer] stagify lang/petite-chez

no-reply-bugzilla-daemon at freebsd.org no-reply-bugzilla-daemon at freebsd.org
Mon Jun 2 12:22:41 UTC 2014


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 at FreeBSD.org
          Reporter: vmagerya at 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.


More information about the freebsd-ports-bugs mailing list