Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2008 21:56:33 GMT
From:      "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126081: lang/squeak port fetch cleanup
Message-ID:  <200807292156.m6TLuXm5010367@www.freebsd.org>
Resent-Message-ID: <200807292200.m6TM09vj050887@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126081
>Category:       ports
>Synopsis:       lang/squeak port fetch cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 29 22:00:09 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        6.3-Release
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 6.3-RELEASE FreeBSD 6.3-RELEASE #10: Sat Jan 19 01:13:55 COT 2008     root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP  amd64

>Description:
- Move around some DISTFILES+= according to the knobs to avoid downloading unneeded files.
- specify a bit better the MASTERSITES to avoid some searches.
- Update URL for UNIX port.
>How-To-Repeat:
off-topic: This builds but doesn't run on amd64, I think that we should be able to crosscompile it and use it under 32 bits just fine. Also see http://www.squeakvm.org/squeak64/
>Fix:
diff -ruN squeak.orig/Makefile squeak/Makefile
--- squeak.orig/Makefile	2008-07-29 14:54:55.000000000 -0500
+++ squeak/Makefile	2008-07-29 16:36:38.000000000 -0500
@@ -17,17 +17,15 @@
 			ftp://st.cs.uiuc.edu/Smalltalk/Squeak/${PORTVERSION}/unix-linux/ \
 			ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/${PORTVERSION}/ \
 			ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/${PORTVERSION}/unix-linux/ \
-			http://www.squeakland.org/installers/ \
-			http://www.squeakland.jp/plugin/installers/ \
-			http://squeak.610t.org/patches/
-DISTFILES=		Squeak-${VMVERSION}.src.tar.gz \
+			http://www.squeakland.org/installers/:plugin \
+			http://www.squeakland.jp/plugin/installers/:jpplugin \
+			http://squeak.610t.org/patches/:ximpatch
+DISTFILES=		Squeak-${VMVERSION}.src${EXTRACT_SUFX} \
 			Squeak${IMAGEVERSION}-${PATCHNUMBER}-basic.zip \
 			Squeak${IMAGEVERSION}-${PATCHNUMBER}-full.zip \
-			SqueakPlugin.zip \
 			SqueakV3.sources.gz \
-			${XIM_PATCH} \
-			${JAPANESE_PLUGIN_IMAGE}
-EXTRACT_ONLY=		Squeak-${VMVERSION}.src.tar.gz
+			${JAPANESE_PLUGIN_IMAGE}:jpplugin
+EXTRACT_ONLY=		Squeak-${VMVERSION}.src${EXTRACT_SUFX}
 
 ##################################################
 MAINTAINER=		mutoh@openedu.org
@@ -53,7 +51,7 @@
 .include <bsd.port.pre.mk>
 
 ##################################################
-XIM_PATCH=		SqueakImmX11Plugin3a.tar.gz
+XIM_PATCH=		SqueakImmX11Plugin3a${EXTRACT_SUFX}
 PLUGIN_IMAGE=		SqueakPlugin.zip
 JAPANESE_PLUGIN_IMAGE=		SqueakPlugin2005J.zip
 
@@ -101,6 +99,7 @@
 CONFIGURE_ARGS+=	--without-npsqueak
 PLIST_NPSQUEAK=		"@comment feature not wanted - "
 .else
+DISTFILES+=		SqueakPlugin.zip:plugin
 WITH_NPSQUEAK=		yes
 PLIST_NPSQUEAK=
 FILES_TO_GZIP+=		SqueakPlugin.image
@@ -131,6 +130,7 @@
 .endif
 
 .if defined(WITH_XIM)
+DISTFILES+=		${XIM_PATCH}:ximpatch
 PLIST_XIM=
 WITH_X=			yes
 USE_ICONV=		yes
diff -ruN squeak.orig/pkg-descr squeak/pkg-descr
--- squeak.orig/pkg-descr	2008-07-29 14:54:55.000000000 -0500
+++ squeak/pkg-descr	2008-07-29 15:02:37.000000000 -0500
@@ -21,4 +21,4 @@
 download and use it for free.
 
 WWW: http://www.squeak.org/ (Squeak project)
-     http://www-sor.inria.fr/~piumarta/squeak/ (Unix Squeak)
+     http://www.squeakvm.org/unix/ (Unix Squeak)


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807292156.m6TLuXm5010367>