aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-12 19:30:50 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-12 19:30:50 +0800
commitd2fa65ef2ec7108ceaa44fb4070504babad223fc (patch)
tree2fdd876bd54fca4c9b2a78dbf6dbaa7526b0d5ce /multimedia
parentd9af013879893fef7426e34a0e170deaedeef5c2 (diff)
downloadfreebsd-ports-gnome-d2fa65ef2ec7108ceaa44fb4070504babad223fc.tar.gz
freebsd-ports-gnome-d2fa65ef2ec7108ceaa44fb4070504babad223fc.tar.zst
freebsd-ports-gnome-d2fa65ef2ec7108ceaa44fb4070504babad223fc.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libtuner/Makefile9
-rw-r--r--multimedia/mplayer/Makefile.options5
-rw-r--r--multimedia/mplayer/files/patch-aligned_alloc (renamed from multimedia/mplayer/files/extra-patch-aligned_alloc)0
3 files changed, 2 insertions, 12 deletions
diff --git a/multimedia/libtuner/Makefile b/multimedia/libtuner/Makefile
index 67e235974f41..44fc7aee8e16 100644
--- a/multimedia/libtuner/Makefile
+++ b/multimedia/libtuner/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libtuner
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.3
CATEGORIES= multimedia
MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/
@@ -13,12 +13,7 @@ LICENSE= BSD2CLAUSE MIT
LICENSE_COMB= multi
MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX}
+MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC
USE_LDCONFIG= ${PREFIX}/lib/libtuner
-.include <bsd.port.options.mk>
-
-.if (${OSVERSION} >= 1002502)
-MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC
-.endif
-
.include <bsd.port.mk>
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index 659a2dcd3651..f7378951955d 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -41,11 +41,6 @@ DEFAULT_KERN_HZ=1024
# Build system handling (including OPTIONS)
# =========================================
-# Support for aligned_alloc
-.if ${OSVERSION} >= 1000000
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aligned_alloc
-.endif
-
.if ${CHOSEN_COMPILER_TYPE} == clang
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang-version
# Require 16 byte stack realignment on i386 to interface
diff --git a/multimedia/mplayer/files/extra-patch-aligned_alloc b/multimedia/mplayer/files/patch-aligned_alloc
index 8d50f1958505..8d50f1958505 100644
--- a/multimedia/mplayer/files/extra-patch-aligned_alloc
+++ b/multimedia/mplayer/files/patch-aligned_alloc