diff options
author | fredb <fredb@pkgsrc.org> | 2003-02-07 18:33:07 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-02-07 18:33:07 +0000 |
commit | cc3175ea4e228d2ee92696c04c01c92116b0de74 (patch) | |
tree | 9562e38e1d8d1438cf2cd7db7c1e23cc39da7791 /graphics/mplayer-share | |
parent | 25ef3918d74b70188b8d749c0dd1ca80e616f5b8 (diff) | |
download | pkgsrc-cc3175ea4e228d2ee92696c04c01c92116b0de74.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/mplayer-share')
-rw-r--r-- | graphics/mplayer-share/Makefile.common | 7 |
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 |