Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2016 01:43:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207895] make package is a no-op if ${PACKAGES} doesn't exist
Message-ID:  <bug-207895-13-SC1DfkpjrX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207895-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207895-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207895

--- Comment #10 from darius@dons.net.au ---
(In reply to Mathieu Arnold from comment #7)
That patch will only copy/link to the port directory - I don't want that :)

I just noticed this code..

do-package: ${TMPPLIST}
        @if [ -d ${PACKAGES} ]; then \
                if [ ! -d ${PKGREPOSITORY} ]; then \
                        if ! ${MKDIR} ${PKGREPOSITORY}; then \
                                ${ECHO_MSG} "=3D> Can't create directory
${PKGREPOSITORY}."; \
                                exit 1; \
                        fi; \
                fi; \
        fi

I tried replacing the first -d with -n but it doesn't DTRT - I don't know w=
hy
though :(

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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