diff options
author | grant <grant> | 2004-06-21 09:40:16 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-21 09:40:16 +0000 |
commit | 247b10f3310760cd8e15d9c5c9adef663b81d71f (patch) | |
tree | 24e9f87939b3dbb17494e12968a9ff6431281b61 /multimedia | |
parent | 582a36f9ffe6b6cbde6fcd70857a442af906a1c1 (diff) | |
download | pkgsrc-247b10f3310760cd8e15d9c5c9adef663b81d71f.tar.gz |
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 (limited to 'multimedia')
-rw-r--r-- | multimedia/gmplayer/Makefile | 10 | ||||
-rw-r--r-- | multimedia/mplayer-share/Makefile.common | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile index 1e029bd0c12..924679e2e89 100644 --- a/multimedia/gmplayer/Makefile +++ b/multimedia/gmplayer/Makefile @@ -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 --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index af1269b7023..fe889548683 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -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 @@ DIST_SUBDIR= mplayer-${MPLAYER_PKG_VERSION} MAINTAINER?= tech-pkg@NetBSD.org 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 |