pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia add a big obvious comment pointing out that...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/142cbc98e098
branches:  trunk
changeset: 476846:142cbc98e098
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Jun 21 09:40:16 2004 +0000

description:
add a big obvious comment pointing out that gmplayer has its own
distinfo file and that both the gmplayer and mplayer-share distinfo
files must be maintained.

(out of 25 files between them, only 3 were actually shared.. oops)

diffstat:

 multimedia/gmplayer/Makefile             |  10 +++++++++-
 multimedia/mplayer-share/Makefile.common |  10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 2b7d1014f5f5 -r 142cbc98e098 multimedia/gmplayer/Makefile
--- a/multimedia/gmplayer/Makefile      Mon Jun 21 09:03:20 2004 +0000
+++ b/multimedia/gmplayer/Makefile      Mon Jun 21 09:40:16 2004 +0000
@@ -1,4 +1,12 @@
-# $NetBSD: Makefile,v 1.12 2004/06/21 07:01:38 tron Exp $
+# $NetBSD: Makefile,v 1.13 2004/06/21 09:40:16 grant Exp $
+
+#
+# NOTE: if you are updating both mplayer and gmplayer, you must ensure
+# that *both* distinfo files contain the correct, up-to-date files and
+# checksums.
+#
+# NOTE: patches are shared between mplayer and gmplayer!
+#
 
 PKGNAME=       gmplayer-${MPLAYER_PKG_VERSION}
 
diff -r 2b7d1014f5f5 -r 142cbc98e098 multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common  Mon Jun 21 09:03:20 2004 +0000
+++ b/multimedia/mplayer-share/Makefile.common  Mon Jun 21 09:40:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/05/16 10:15:49 grant Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/06/21 09:40:16 grant Exp $
 #
 
 MPLAYER_DIST_VERSION=  1.0pre4
@@ -18,6 +18,14 @@
 MAINTAINER?=           tech-pkg%NetBSD.org@localhost
 HOMEPAGE?=             http://www.mplayerhq.hu/
 
+#
+# NOTE: gmplayer has its own distinfo file. if you are also updating
+# gmplayer, you must ensure that *both* distinfo files contain the
+# correct, up-to-date files and checksums.
+#
+# NOTE: patches are shared between mplayer and gmplayer!
+#
+
 PATCHDIR=              ${.CURDIR}/../../multimedia/mplayer-share/patches
 DISTINFO_FILE=         ${.CURDIR}/../../multimedia/mplayer-share/distinfo
 



Home | Main Index | Thread Index | Old Index