[Bug 194312] games/minecraft-server issues after update to 1.8
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 14 17:24:36 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194312
John Marino <marino at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marino at FreeBSD.org
--- Comment #6 from John Marino <marino at 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.
More information about the freebsd-ports-bugs
mailing list