Date: Tue, 18 Aug 2015 21:17:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202404] [MAINTAINER] multimedia/mplayer2: updates to Makefile Message-ID: <bug-202404-13-0oODxFm54v@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202404-13@https.bugs.freebsd.org/bugzilla/> References: <bug-202404-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202404 --- Comment #2 from Jan Beich <jbeich@FreeBSD.org> --- mplayer2 port inherited a lot of cruft from mplayer port. Try using |svn blame| on the parent. For example, CODEC_* was removed in ports r393396 but != usage predated bug 79823 thus the whole WIN32 conditional could be optimized into OPTIONS_DEFINE_i386+= WIN32 # Depend on RESTRICTED package when built manually .if !defined(PACKAGE_BUILDING) OPTIONS_DEFAULT_i386+= WIN32 .endif WIN32_DESC= Win32 codec pack support WIN32_RUN_DEPENDS= win32-codecs>0:${PORTSDIR}/multimedia/win32-codecs WIN32_CONFIGURE_ON= --codecsdir=${LOCALBASE}/lib/win32 WIN32_CONFIGURE_OFF= --disable-win32dll --disable-qtx X11 option can be optimized via ports r394573. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202404-13-0oODxFm54v>