svn commit: r331859 - in head/multimedia/vlc: . files

William Grzybowski wg at FreeBSD.org
Mon Oct 28 14:20:18 UTC 2013


Author: wg
Date: Mon Oct 28 14:20:17 2013
New Revision: 331859
URL: http://svnweb.freebsd.org/changeset/ports/331859

Log:
  multimedia/vlc: remove extra patches for FreeBSD 8.0
  
  - The oldest supported release is 8.3
  
  Reported by:	tijl

Deleted:
  head/multimedia/vlc/files/extra-patch-modules__misc__inhibit__xdg.c
  head/multimedia/vlc/files/extra-patch-modules__misc__inhibit__xscreensaver.c
Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Mon Oct 28 14:17:38 2013	(r331858)
+++ head/multimedia/vlc/Makefile	Mon Oct 28 14:20:17 2013	(r331859)
@@ -370,12 +370,6 @@ CONFIGURE_ARGS+=--without-x --disable-gl
 
 .include <bsd.port.pre.mk>
 
-# OS specific hacks
-.if (${OSVERSION} < 800040)
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-modules__misc__inhibit__xdg.c \
-		${FILESDIR}/extra-patch-modules__misc__inhibit__xscreensaver.c
-.endif
-
 # base clang in 9.0 builds a corrupted lib/vlc/plugins/gui/libqt4_plugin.so
 .if (${CC:T:Mclang} == "clang") && \
 	(${OSVERSION} >= 900014) && (${OSVERSION} < 900506)


More information about the svn-ports-head mailing list