Date: Sun, 6 Nov 2016 17:39:20 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425573 - head/emulators/vice Message-ID: <201611061739.uA6HdLVI079648@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sun Nov 6 17:39:20 2016 New Revision: 425573 URL: https://svnweb.freebsd.org/changeset/ports/425573 Log: - use new ffmpeg ids PR: 214189 Modified: head/emulators/vice/Makefile Modified: head/emulators/vice/Makefile ============================================================================== --- head/emulators/vice/Makefile Sun Nov 6 17:23:12 2016 (r425572) +++ head/emulators/vice/Makefile Sun Nov 6 17:39:20 2016 (r425573) @@ -3,7 +3,7 @@ PORTNAME= vice PORTVERSION= 2.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ @@ -152,6 +152,9 @@ post-patch: ${REINPLACE_CMD} -e 's|lungif|lgif|g' -e 's|== "x|= "x|' \ -e 's|"DATADIRNAME"/locale|share/locale|' \ ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|CODEC_ID_|AV_CODEC_ID_|' \ + -e 's|PIX_FMT_|AV_PIX_FMT_|' \ + ${WRKSRC}/src/gfxoutputdrv/ffmpegdrv.c .for i in da.po de.po fr.po hu.po it.po nl.po pl.po sv.po tr.po ${MV} "${WRKSRC}/po/${i}" "${WRKSRC}/po/${i}.latin" ${ICONV_CMD} -f latin1 -t utf-8 < "${WRKSRC}/po/${i}.latin" > "${WRKSRC}/po/${i}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611061739.uA6HdLVI079648>