Date: Tue, 20 Dec 2016 02:22:08 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428974 - in head/games/openbor: . files Message-ID: <201612200222.uBK2M81F010838@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Dec 20 02:22:08 2016 New Revision: 428974 URL: https://svnweb.freebsd.org/changeset/ports/428974 Log: games/openbor: unbreak patching (try#2) Modified: head/games/openbor/Makefile Directory Properties: head/games/openbor/files/patch-openbor.c (props changed) Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Tue Dec 20 02:21:44 2016 (r428973) +++ head/games/openbor/Makefile Tue Dec 20 02:22:08 2016 (r428974) @@ -15,7 +15,8 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libpng.so:graphics/png \ libvpx.so:multimedia/libvpx -USES= gmake pkgconfig tar:xz +USES= dos2unix gmake pkgconfig tar:xz +DOS2UNIX_FILES= openbor.c # XXX mixed vs. svn:eol-style USE_SDL= gfx2 MAKE_ENV= BUILD_LINUX=1 SDKPATH="${LOCALBASE}" \ GCC_TARGET="${CONFIGURE_TARGET:S/amd64/x86_64/}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612200222.uBK2M81F010838>