svn commit: r475504 - head/emulators/stella
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Sat Jul 28 07:17:46 UTC 2018
Author: acm
Date: Sat Jul 28 07:17:45 2018
New Revision: 475504
URL: https://svnweb.freebsd.org/changeset/ports/475504
Log:
- Ordering Makfile sections
Modified:
head/emulators/stella/Makefile
Modified: head/emulators/stella/Makefile
==============================================================================
--- head/emulators/stella/Makefile Sat Jul 28 07:16:31 2018 (r475503)
+++ head/emulators/stella/Makefile Sat Jul 28 07:17:45 2018 (r475504)
@@ -11,22 +11,22 @@ COMMENT= Multi-platform Atari 2600 VCS emulator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/License.txt
-USE_GITHUB= yes
-GH_ACCOUNT= stella-emu
-
-LIB_DEPENDS= libpng.so:graphics/png
-
BROKEN_aarch64= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
BROKEN_armv6= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
BROKEN_armv7= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
BROKEN_powerpc64= fails to compile: CartDebug.cxx: 'snprintf' is not a member of 'std'
+LIB_DEPENDS= libpng.so:graphics/png
+
+USE_GITHUB= yes
+GH_ACCOUNT= stella-emu
+
CONFLICTS_INSTALL= rubygem-stella
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_SDL= sdl2
USES= compiler:c++11-lib gmake tar:xz
+USE_SDL= sdl2
HAS_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
More information about the svn-ports-all
mailing list