summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorfredb <fredb>2003-02-07 18:33:07 +0000
committerfredb <fredb>2003-02-07 18:33:07 +0000
commit8f4fbd009b9f35470a6a220c64637b050051e00a (patch)
tree9562e38e1d8d1438cf2cd7db7c1e23cc39da7791 /graphics
parent9f2e6a95cdd6314da7119e32ecc273833fc7a71e (diff)
downloadpkgsrc-8f4fbd009b9f35470a6a220c64637b050051e00a.tar.gz
- - Mark the whole mplayer galaxy NO_BIN_ON_{CDROM,FTP}, before we have
to deal with a bunch of broken packages on ftp.netbsd.org and on the CD-ROMS, as one of the dependencies, faad2, gets automatically removed by virtue of the properly noted patent restriction. That'll make any mplayer binaries on the ftp server or on the 1.6.1 CD's impossible for a user to install. - - Actually set NO_SRC_ON_FTP to something, rather than the undefined variable ${RESTRICTED}.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mplayer-share/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common
index 9f0831e40c2..2a1b330d9e8 100644
--- a/graphics/mplayer-share/Makefile.common
+++ b/graphics/mplayer-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2003/01/20 07:10:41 fredb Exp $
+# $NetBSD: Makefile.common,v 1.23 2003/02/07 18:33:07 fredb Exp $
MPLAYER_DIST_VERSION= 0.90rc3
#PKGREVISION= 0
@@ -22,8 +22,9 @@ HOMEPAGE?= http://www.mplayerhq.hu/
PATCHDIR= ${.CURDIR}/../../graphics/mplayer-share/patches
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc SunOS-*-*
-# no source on the ftp server because of the css source code in it
-NO_SRC_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CD= "a dependency is restricted"
+NO_BIN_ON_FTP= "a dependency is restricted"
+NO_SRC_ON_FTP= "prohibited by USAs DMCA"
USE_BUILDLINK2= YES
USE_GMAKE= YES