Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 00:26:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195014] [NEW PORT] games/diaspora: Single and multiplayer space fighter combat game
Message-ID:  <bug-195014-13-8aHymSI0M8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195014-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195014-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=3D195014

lightside <lightside@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149465|0                           |1
        is obsolete|                            |

--- Comment #23 from lightside <lightside@gmx.com> ---
Created attachment 149500
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D149500&action=
=3Dedit
The port in shar format

(In reply to John Marino from comment #22)
> I think your main motivation is to ease maintenance of this port for futu=
re
> versions

Yes, this is one of the reasons. The correct manifest exists inside of crea=
ted
package and correct ${TMPPLIST} could be gathered after regular make (usual=
ly,
inside of ${WRKDIR} directory), either you operate on fake-pkg automation,
which is not a fault of maintainer.

(In reply to John Marino from comment #22)
> But in the end, what you are doing isn't any different than putting
> PORTSDOCS=3D* so I will begrudingly accept this with the following change:
>=20
> compound commands like=20
>=20
> X	cd ${WRKDIR_DIASPORA} && ${COPYTREE_SHARE} "*.pdf *.rtf README.txt" \
> X		${STAGEDIR}${DOCSDIR}
>=20
> need to be wrapped in parentheses like
>=20
> X	(cd ${WRKDIR_DIASPORA} && ${COPYTREE_SHARE} "*.pdf *.rtf README.txt" \
> X		${STAGEDIR}${DOCSDIR})
>=20
> Fix those and I'll promote it.

Ok, I fixed it for new shar file, after some checks. Thanks for your attent=
ion.

--=20
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-195014-13-8aHymSI0M8>