diff options
author | grant <grant@pkgsrc.org> | 2004-06-21 09:40:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-21 09:40:16 +0000 |
commit | fe6a00b450914b24f0fb6fd734872107a88888ad (patch) | |
tree | 24e9f87939b3dbb17494e12968a9ff6431281b61 /multimedia | |
parent | 025e8c1d81db35a691aac42045832abe93defa77 (diff) | |
download | pkgsrc-fe6a00b450914b24f0fb6fd734872107a88888ad.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 |