Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 17:24:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194312] games/minecraft-server issues after update to 1.8
Message-ID:  <bug-194312-13-PxJKBJ1UbA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194312-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194312-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=194312

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino@FreeBSD.org

--- Comment #6 from John Marino <marino@FreeBSD.org> ---
In general all the patches should be concatenated to one file.

I don't understand this:

.for file in ${CONFIG_FILES}
    ${TOUCH} ${STAGEDIR}${ETCDIR}/${file}.sample
    ${LN} -s ${ETCDIR}/${file} ${STAGEDIR}${DATADIR}/${file}
.endfor

What is this doing?

1) it looks like blank sample files are being created
2) It looks like the next line was intended to be
${LN} -s ${ETCDIR}/${file} ${STAGEDIR}${DATADIR}/${file}.sample

and even if it was, that's wrong.  @sample keyword would take care of it. 
What's the intent here?

Can you fix the other issues?  All we want is a patch (and not have to create
one ourselves)

-- 
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-194312-13-PxJKBJ1UbA>