Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2015 20:07:12 +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-L49nxePmYe@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=195014

lightside <lightside@gmx.com> changed:

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

--- Comment #32 from lightside <lightside@gmx.com> ---
Created attachment 152424
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152424&action=edit
The port in shar format

Replaced following regular expression:
s/3.7.1/${PORTNAME}/
with:
/^AC_INIT/s/3\.7\.1/${PORTNAME}/
for following search string:
AC_INIT(fs2_open, 3.7.1)

Replaced method for empty directories in plist with following method:
-8<--
add-plist-post: build-plist-empty

build-plist-empty: .SILENT
    ${FIND} ${STAGEDIR}${DATADIR}/data -type d -empty | \
        ${SED} -e 's|^${STAGEDIR}|@dir |' >> ${TMPPLIST}
-->8-

-- 
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-L49nxePmYe>