pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share * Remove LICENSE (it's not th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c149b7a5d32e
branches:  trunk
changeset: 378251:c149b7a5d32e
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Wed Apr 04 12:26:24 2018 +0000

description:
* Remove LICENSE (it's not that simple...)
* Remove code for no longer supported NetBSD release

diffstat:

 multimedia/mplayer-share/Makefile.common |   3 +--
 multimedia/mplayer-share/options.mk      |  10 ++--------
 2 files changed, 3 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 0bf6c1ccabf4 -r c149b7a5d32e multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common  Wed Apr 04 12:17:15 2018 +0000
+++ b/multimedia/mplayer-share/Makefile.common  Wed Apr 04 12:26:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.59 2018/04/04 11:02:07 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.60 2018/04/04 12:26:24 triaxx Exp $
 # used by multimedia/gmplayer/Makefile
 # used by multimedia/mencoder/Makefile
 # used by multimedia/mplayer/Makefile
@@ -16,7 +16,6 @@
 
 MAINTAINER?=           pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE?=             http://www.mplayerhq.hu/
-LICENSE=               gnu-gpl-v2
 
 #
 # NOTE: gmplayer has its own distinfo file. if you are also updating
diff -r 0bf6c1ccabf4 -r c149b7a5d32e multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Wed Apr 04 12:17:15 2018 +0000
+++ b/multimedia/mplayer-share/options.mk       Wed Apr 04 12:26:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.59 2018/04/04 11:02:07 triaxx Exp $
+# $NetBSD: options.mk,v 1.60 2018/04/04 12:26:24 triaxx Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -316,13 +316,7 @@
 CONFIGURE_ARGS+=       --disable-xvid
 .endif
 
-.if !empty(PKG_OPTIONS:Mmplayer-ssse3)
-.  if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
-     # needs a recent assembler
-.    include "../../devel/binutils/buildlink3.mk"
-.    include "../../devel/binutils/override-as.mk"
-.  endif
-.else
+.if empty(PKG_OPTIONS:Mmplayer-ssse3)
 CONFIGURE_ARGS+=       --disable-ssse3
 .endif
 



Home | Main Index | Thread Index | Old Index