diff options
author | erwin <erwin@FreeBSD.org> | 2010-10-29 05:00:21 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-10-29 05:00:21 +0800 |
commit | 1af20d9d71a5dcaa30978a44c9cc813dd4439bca (patch) | |
tree | 72856003d9c3fbf140cf5bc68a59e0d88a260f74 /emulators | |
parent | 4b2251c46afa012cabc252f4ec002ca314544bc2 (diff) | |
download | freebsd-ports-graphics-1af20d9d71a5dcaa30978a44c9cc813dd4439bca.tar.gz freebsd-ports-graphics-1af20d9d71a5dcaa30978a44c9cc813dd4439bca.tar.zst freebsd-ports-graphics-1af20d9d71a5dcaa30978a44c9cc813dd4439bca.zip |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-c6/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-f10/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-f7/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-f8/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-f9/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-fc6/Makefile | 2 | ||||
-rw-r--r-- | emulators/mupen64-base/Makefile.common | 4 |
8 files changed, 9 insertions, 9 deletions
diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 3cf86089984..6bf6ad73277 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -110,7 +110,7 @@ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes -MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.9" RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile index 3cf86089984..6bf6ad73277 100644 --- a/emulators/linux_base-f10/Makefile +++ b/emulators/linux_base-f10/Makefile @@ -110,7 +110,7 @@ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes -MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.9" RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio diff --git a/emulators/linux_base-f7/Makefile b/emulators/linux_base-f7/Makefile index c1d85a46e0f..0ae66e6461e 100644 --- a/emulators/linux_base-f7/Makefile +++ b/emulators/linux_base-f7/Makefile @@ -101,7 +101,7 @@ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes -MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.6" RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile index 9495d9bffff..d7b5a567857 100644 --- a/emulators/linux_base-f8/Makefile +++ b/emulators/linux_base-f8/Makefile @@ -108,7 +108,7 @@ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes -MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.7" RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index 5e2e59a900e..2ccd1c3aaa8 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -116,7 +116,7 @@ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes -MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.8" RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index 6747ec92e47..db8f9e4696e 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -104,7 +104,7 @@ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes -MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.3.6" RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio diff --git a/emulators/linux_base-fc6/Makefile b/emulators/linux_base-fc6/Makefile index 74769b82094..18f40e6559e 100644 --- a/emulators/linux_base-fc6/Makefile +++ b/emulators/linux_base-fc6/Makefile @@ -103,7 +103,7 @@ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes -MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.5" RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio diff --git a/emulators/mupen64-base/Makefile.common b/emulators/mupen64-base/Makefile.common index 18a4802f5cb..ed375e50c60 100644 --- a/emulators/mupen64-base/Makefile.common +++ b/emulators/mupen64-base/Makefile.common @@ -73,7 +73,7 @@ EXTRACT_AFTER_ARGS+= ${DISTNAME}/rsp_hle .if ${PKGNAMESUFFIX} == "-glide" ALL_TARGET= plugins/Glide64.so -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo DISTNAME= ${PKGNAMESUFFIX:S/-//:S/$/64/}-${PORTVERSION:S/$/.SP8/} EXTRACT_AFTER_ARGS= | ${TAR} -xf - @@ -83,7 +83,7 @@ EXTRA_PATCHES= # .if ${PKGNAMESUFFIX} == "-tr64" ALL_TARGET= plugins/tr64gl.so -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo DISTNAME= ${PKGNAMESUFFIX:S/-//}_ogl_gtk2-${PORTVERSION} EXTRACT_AFTER_ARGS= | ${TAR} -xf - |