pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mplayer-share



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Wed Apr  4 12:26:24 UTC 2018

Modified Files:
        pkgsrc/multimedia/mplayer-share: Makefile.common options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/multimedia/mplayer-share/Makefile.common \
    pkgsrc/multimedia/mplayer-share/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mplayer-share/Makefile.common
diff -u pkgsrc/multimedia/mplayer-share/Makefile.common:1.59 pkgsrc/multimedia/mplayer-share/Makefile.common:1.60
--- pkgsrc/multimedia/mplayer-share/Makefile.common:1.59        Wed Apr  4 11:02:07 2018
+++ pkgsrc/multimedia/mplayer-share/Makefile.common     Wed Apr  4 12:26:24 2018
@@ -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 @@ DIST_SUBDIR=          mplayer
 
 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
Index: pkgsrc/multimedia/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.59 pkgsrc/multimedia/mplayer-share/options.mk:1.60
--- pkgsrc/multimedia/mplayer-share/options.mk:1.59     Wed Apr  4 11:02:07 2018
+++ pkgsrc/multimedia/mplayer-share/options.mk  Wed Apr  4 12:26:24 2018
@@ -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 @@ EXTRA_LIBS+=               -lxvidcore
 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