[Bug 199503] [PATCH] games/oolite: Convert to USES=gnustep

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 2 21:52:28 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199503

--- Comment #3 from lightside <lightside at 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.


More information about the freebsd-ports-bugs mailing list