Date: Sat, 15 Jun 2019 15:48:35 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504247 - head/games/netradiant Message-ID: <201906151548.x5FFmZ8B088461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Jun 15 15:48:34 2019 New Revision: 504247 URL: https://svnweb.freebsd.org/changeset/ports/504247 Log: games/netradiant: mark as BROKEN The port has no more public distfiles and it uses the obsolete sys/dir.h While here fix USES=gl so that 'make patch' works again Hat: portmgr Event: Berlin hackathon 2019 Modified: head/games/netradiant/Makefile Modified: head/games/netradiant/Makefile ============================================================================== --- head/games/netradiant/Makefile Sat Jun 15 15:39:23 2019 (r504246) +++ head/games/netradiant/Makefile Sat Jun 15 15:48:34 2019 (r504247) @@ -19,12 +19,15 @@ LICENSE= GPLv2 LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libwebp.so:graphics/webp +BROKEN= No more public distfiles and uses sys/dir.h + BROKEN_aarch64= fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object BROKEN_armv6= fails to build: h2data.armv6: No such file or directory BROKEN_armv7= fails to build: h2data.armv7: No such file or directory USES= compiler:c++11-lang gl gmake gnome jpeg localbase:ldflags \ pkgconfig tar:bzip2 +USE_GL= glu MAKE_ENV= BUILD=release DOWNLOAD_GAMEPACKS=no LIBS_DL="" \ RADIANT_ABOUTMSG="For ${OPSYS} ${OSREL} (${ARCH})"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906151548.x5FFmZ8B088461>