FreeBSD Bugzilla – Attachment 105063 Details for
Bug 145382
[maintainer] lang/petite-chez: add support for amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
petite-chez-amd64-2.diff.txt
petite-chez-amd64-2.diff.txt (text/plain), 1.58 KB, created by
Vitaly Magerya
on 2010-04-06 01:17:11 UTC
(
hide
)
Description:
petite-chez-amd64-2.diff.txt
Filename:
MIME Type:
Creator:
Vitaly Magerya
Created:
2010-04-06 01:17:11 UTC
Size:
1.58 KB
patch
obsolete
>diff -ruN petite-chez.orig/Makefile petite-chez/Makefile >--- petite-chez.orig/Makefile 2010-04-06 03:07:00.000000000 +0300 >+++ petite-chez/Makefile 2010-04-06 03:07:40.000000000 +0300 >@@ -15,10 +15,12 @@ > MAINTAINER= vmagerya@gmail.com > COMMENT= Free interpreter for Chez Scheme system > >-ONLY_FOR_ARCHS= i386 >+ONLY_FOR_ARCHS= i386 amd64 > > NO_PACKAGE= user must accept license terms before installation > >+USE_ICONV= yes >+ > .if defined(PACKAGE_BUILDING) > IGNORE= user must accept license terms before installation > .endif >@@ -42,10 +44,14 @@ > > .include <bsd.port.pre.mk> > >-.if defined(WITH_THREADS) >-CHEZ_MACHTYPE= ti3fb >-.else >+.if ${ARCH} == "i386" > CHEZ_MACHTYPE= i3fb >+.elif ${ARCH} == "amd64" >+CHEZ_MACHTYPE= a6fb >+.endif >+ >+.if defined(WITH_THREADS) >+CHEZ_MACHTYPE:= t${CHEZ_MACHTYPE} > .endif > > post-extract: >diff -ruN petite-chez.orig/distinfo petite-chez/distinfo >--- petite-chez.orig/distinfo 2010-04-06 03:07:00.000000000 +0300 >+++ petite-chez/distinfo 2010-04-06 03:07:10.000000000 +0300 >@@ -4,3 +4,9 @@ > MD5 (pcsv8.0-ti3fb.tar.gz) = 95c8d008fb6cab2b818fc0b5430eb56f > SHA256 (pcsv8.0-ti3fb.tar.gz) = 70d980ce342ba0738f83717996d3f9666fed9c6da8c54264b80359ddaa64c73c > SIZE (pcsv8.0-ti3fb.tar.gz) = 1293716 >+MD5 (pcsv8.0-a6fb.tar.gz) = f032344517a7028eae6bf8dbf2b31522 >+SHA256 (pcsv8.0-a6fb.tar.gz) = 33a03d9eae7d91738aebdb53e0d4f31aac610b11fef153e7e0eef607fa837989 >+SIZE (pcsv8.0-a6fb.tar.gz) = 1269145 >+MD5 (pcsv8.0-ta6fb.tar.gz) = c3f8831acea4212c04e504f57266e0b9 >+SHA256 (pcsv8.0-ta6fb.tar.gz) = 7b1346ea4d9390729e5db53ce16c19a86dc899b475b69e90527f33d6b7be90bb >+SIZE (pcsv8.0-ta6fb.tar.gz) = 1296150
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 145382
:
105062
| 105063