pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libdvdcss Add a message for an interactive ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8233b04b0358
branches:  trunk
changeset: 500602:8233b04b0358
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 10 20:04:26 2005 +0000

description:
Add a message for an interactive fetch stage to tell
pkgsrc user to place the distfile.

diffstat:

 multimedia/libdvdcss/Makefile |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 4227fb2b2e58 -r 8233b04b0358 multimedia/libdvdcss/Makefile
--- a/multimedia/libdvdcss/Makefile     Mon Oct 10 19:56:07 2005 +0000
+++ b/multimedia/libdvdcss/Makefile     Mon Oct 10 20:04:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/10/01 08:03:32 agc Exp $
+# $NetBSD: Makefile,v 1.10 2005/10/10 20:04:26 reed Exp $
 #
 # In order to ensure compliance with U.S. and international law, please
 # do not modify this file to provide pointers to the source or homepage
@@ -22,6 +22,23 @@
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
+INTERACTIVE_STAGE=     fetch
+
+_FETCH_MESSAGE=                                                        \
+       ${ECHO} "======================================================================"; \
+       ${ECHO} ;                                                       \
+       ${ECHO} " Unfortunately, some reading of the United States law (DMCA) means";   \
+       ${ECHO} " that we are not able to provide pointers to the source or homepage";  \
+       ${ECHO} " for this software, even in other countries.";         \
+       ${ECHO} ;                                                       \
+       ${ECHO} " The file ${DISTNAME}${EXTRACT_SUFX} containing";      \
+       ${ECHO} " ${COMMENT}";                                          \
+       ${ECHO} " must be fetched into:";                               \
+       ${ECHO} ;                                                       \
+       ${ECHO} "       ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}";         \
+       ${ECHO} ;                                                       \
+       ${ECHO} "======================================================================"
+
 USE_LIBTOOL=   YES
 GNU_CONFIGURE= YES
 



Home | Main Index | Thread Index | Old Index