diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-15 12:33:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-15 12:33:47 +0800 |
commit | a79babd29600023595c28909b79f9391b1efde39 (patch) | |
tree | d1cff64f8f3ff8b22904937f97c9e7ba5f0c4ff3 /multimedia | |
parent | 1ff77d4ba69290e280158916960e97ae1921df9c (diff) | |
download | freebsd-ports-gnome-a79babd29600023595c28909b79f9391b1efde39.tar.gz freebsd-ports-gnome-a79babd29600023595c28909b79f9391b1efde39.tar.zst freebsd-ports-gnome-a79babd29600023595c28909b79f9391b1efde39.zip |
Better way to ignore checksum failures of hcwPVRP2.sys
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/pvr250/Makefile | 5 | ||||
-rw-r--r-- | multimedia/pvr250/distinfo | 4 | ||||
-rw-r--r-- | multimedia/pvrxxx/Makefile | 5 | ||||
-rw-r--r-- | multimedia/pvrxxx/distinfo | 4 |
4 files changed, 6 insertions, 12 deletions
diff --git a/multimedia/pvr250/Makefile b/multimedia/pvr250/Makefile index 99f9d343f857..1bebb92d58a0 100644 --- a/multimedia/pvr250/Makefile +++ b/multimedia/pvr250/Makefile @@ -12,6 +12,7 @@ PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTFILES= ${CXMSHAR} hcwPVRP2.sys ${PVRTOOLS}.tar.gz +IGNOREFILES= hcwPVRP2.sys # Varies from month to month MAINTAINER= edwin@mavetju.org COMMENT= Hauppauge PVR-250/350 TV cards driver for the cxm device @@ -40,10 +41,6 @@ pre-everything:: @${ECHO_CMD} "Some tuners (for example the Philips FQ1216M) supports multiple standards." @${ECHO_CMD} "Use the following configuration screen (or 'make config') to choose your local TV channel system if you have such a tuner." @${ECHO_CMD} "At this moment only the Philips FQ1216M is known to do this. If you don't have one, just ignore it. If you have one, select one (1) entry." - - @${ECHO_CMD} - @${ECHO_CMD} "Also, if this port complains about an invalid checksum for hcwPVRP2.sys," - @${ECHO_CMD} "please run 'make makesum' and start again." @sleep 5 .include <bsd.port.pre.mk> diff --git a/multimedia/pvr250/distinfo b/multimedia/pvr250/distinfo index c955b34a97f6..3dcffa51180a 100644 --- a/multimedia/pvr250/distinfo +++ b/multimedia/pvr250/distinfo @@ -1,6 +1,6 @@ MD5 (cxm-20041107.shar) = beddb963e7c2df4781fda81bfb3e6e0c SIZE (cxm-20041107.shar) = 184374 -MD5 (hcwPVRP2.sys) = aa97703bb05e985418bc29fec5b899b9 -SIZE (hcwPVRP2.sys) = 789824 +MD5 (hcwPVRP2.sys) = IGNORE +SIZE (hcwPVRP2.sys) = IGNORE MD5 (pvr250-1.1.tar.gz) = 85fe46157fafead2ad7f4dd76bf192cc SIZE (pvr250-1.1.tar.gz) = 2372 diff --git a/multimedia/pvrxxx/Makefile b/multimedia/pvrxxx/Makefile index 99f9d343f857..1bebb92d58a0 100644 --- a/multimedia/pvrxxx/Makefile +++ b/multimedia/pvrxxx/Makefile @@ -12,6 +12,7 @@ PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTFILES= ${CXMSHAR} hcwPVRP2.sys ${PVRTOOLS}.tar.gz +IGNOREFILES= hcwPVRP2.sys # Varies from month to month MAINTAINER= edwin@mavetju.org COMMENT= Hauppauge PVR-250/350 TV cards driver for the cxm device @@ -40,10 +41,6 @@ pre-everything:: @${ECHO_CMD} "Some tuners (for example the Philips FQ1216M) supports multiple standards." @${ECHO_CMD} "Use the following configuration screen (or 'make config') to choose your local TV channel system if you have such a tuner." @${ECHO_CMD} "At this moment only the Philips FQ1216M is known to do this. If you don't have one, just ignore it. If you have one, select one (1) entry." - - @${ECHO_CMD} - @${ECHO_CMD} "Also, if this port complains about an invalid checksum for hcwPVRP2.sys," - @${ECHO_CMD} "please run 'make makesum' and start again." @sleep 5 .include <bsd.port.pre.mk> diff --git a/multimedia/pvrxxx/distinfo b/multimedia/pvrxxx/distinfo index c955b34a97f6..3dcffa51180a 100644 --- a/multimedia/pvrxxx/distinfo +++ b/multimedia/pvrxxx/distinfo @@ -1,6 +1,6 @@ MD5 (cxm-20041107.shar) = beddb963e7c2df4781fda81bfb3e6e0c SIZE (cxm-20041107.shar) = 184374 -MD5 (hcwPVRP2.sys) = aa97703bb05e985418bc29fec5b899b9 -SIZE (hcwPVRP2.sys) = 789824 +MD5 (hcwPVRP2.sys) = IGNORE +SIZE (hcwPVRP2.sys) = IGNORE MD5 (pvr250-1.1.tar.gz) = 85fe46157fafead2ad7f4dd76bf192cc SIZE (pvr250-1.1.tar.gz) = 2372 |