Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2015 21:52:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199503] [PATCH] games/oolite: Convert to USES=gnustep
Message-ID:  <bug-199503-13-99bx7HwYwZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199503-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199503-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=199503

--- Comment #3 from lightside <lightside@gmx.com> ---
Created attachment 156254
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156254&action=edit
Proposed patch (second variant, since 383856 revision)

In my opinion, the issue with new Mk/Uses/gnustep.mk file is related to
regression category, because of:
- Removal of some defines used by ports, e.g. GNUSTEP_LOCAL_APPS in this case
- Overriding of MAKEFILE variable to different value, without possibility to
change it, e.g. with USE_MAKEFILE define in this case

I don't know, whether this will be fixed or not.

Nevertheless, there is a workaround on games/oolite port level:
- Add correct GNUSTEP_LOCAL_APPS define
- Override DO_MAKE_BUILD variable, which used on do-build stage, e.g. use
(default) Makefile instead of ${MAKEFILE} define

I attached the second variant of the proposed patch. It doesn't require
approval from ports manager, I guess.

To Andriy Gapon (avg@, maintainer):
What do you think, which variant of the proposed patch should be used for
commit?

-- 
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-199503-13-99bx7HwYwZ>