Opened 18 years ago

Closed 17 years ago

#9043 closed defect (fixed)

mzscheme build failuire

Reported by: nicolas.xoudis@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: DarwinPorts Cc:
Port:

Description

... Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_mzscheme/work/plt/src" && make all" returned error 2 ...

Change History (6)

comment:1 Changed 18 years ago by kevin@…

Component: darwinbuilddports
Keywords: DarwinPorts added; darwinbuild removed
product: darwinbuildDarwinPorts
Version: current1.2

comment:2 Changed 17 years ago by macports@…

Here's a quick patch that updates the Portfile for mzscheme version 360. Seemed like the Makefile.in patch was no longer required. Tested on Intel Mac only.

--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/mzscheme/Portfile	2006-11-02 00:34:55.000000000 +0100
+++ lang/mzscheme/Portfile	2007-02-12 16:22:57.000000000 +0100
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			mzscheme
-version			209
+version			360
 categories		lang scheme
 platforms		darwin
 maintainers		mww@opendarwin.org
@@ -19,13 +19,12 @@
 				ftp://morpheus.wish.com.mx/pub/plt/${subdir} \
 				ftp://infogroep.be/pub/plt/bundles/${subdir}
 distfiles		mz-${version}-src-unix.tgz
-checksums		md5 86b6a958f9592bb27a30adcfe9646685
-patchfiles		patch-mzscheme-Makefile.in
+checksums		md5 4ffdab3e26a5d13148b59ae2cdfa8460
 
 depends_lib		port:jpeg \
 				port:libpng
 
-worksrcdir		plt/src
+worksrcdir		mz-${version}/src
 
 post-patch {
 	reinplace "s|collects|share/mzscheme|g" \
@@ -50,7 +49,5 @@
 	system "cd ${destroot}${prefix}/share/mzscheme/${version} && ln -s .. collects"
 	file rename ${destroot}${prefix}/man \
 		${destroot}${prefix}/share/man
-	file rename ${destroot}${prefix}/notes \
-		${destroot}${prefix}/share/doc/mzscheme
 	file delete -force ${destroot}${prefix}/lib/buildinfo
 }

comment:3 Changed 17 years ago by macports@…

Can somebody with the appropriate access rights please reassign this ticket to the package owner, mww? Thanks.

comment:4 Changed 17 years ago by pipping@…

Owner: changed from kvv@… to mww@…

comment:5 Changed 17 years ago by wlynch@…

Could someone PLEASE apply this patch? mzscheme currently does not build...

comment:6 Changed 17 years ago by sfiera@…

Resolution: fixed
Status: newclosed

Resolved by r24749

Note: See TracTickets for help on using tickets.