Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 1999 01:11:14 -0400 (EDT)
From:      karpes@rpi.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13973: ports/java/jfc requires unavailable version of swing. patch included.
Message-ID:  <199909260511.BAA47213@karpes.stu.rpi.edu>

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

>Number:         13973
>Category:       ports
>Synopsis:       JFC port requires non-available version of swing.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 25 22:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Simon Karpen
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
RPI
>Environment:

	4.0-CURRENT, ports cvsup less than 2 hours old as of 1:00AM EDT 
	on 9/26/1999

>Description:

	The port of jfc (ports/java/jfc) requires swing 1.1, while
	1.1.1 is the only version for JDK 1.1.x available from Sun at this
	time. 

>How-To-Repeat:

	cd /usr/ports/java/jfc;make install

	(you can't get swing11.tar.Z anymore)

>Fix:

	The patch below upgrade the JFC port to version 1.1.1.
	It is correct as far as I can tell, and tests appear to work.


diff -ur jfc.orig/Makefile jfc/Makefile
--- jfc.orig/Makefile	Tue Aug 31 02:46:40 1999
+++ jfc/Makefile	Sun Sep 26 00:47:39 1999
@@ -6,8 +6,8 @@
 # $FreeBSD: ports/java/jfc/Makefile,v 1.7 1999/08/31 06:46:40 mharo Exp $
 #
 
-DISTNAME=	swing11
-PKGNAME=	jfc-1.1
+DISTNAME=	swing1_1_1
+PKGNAME=	jfc-1.1.1
 CATEGORIES=	java
 MASTER_SITES=	http://java.sun.com/products/jfc/
 EXTRACT_SUFX=	.tar.Z
@@ -17,12 +17,12 @@
 RUN_DEPENDS=	${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/java/jdk
 
 RESTRICTED=	"Cannot distribute without value-added application."
-WRKSRC=		${WRKDIR}/swing-1.1
+WRKSRC=		${WRKDIR}/swing-1.1.1fcs
 NO_BUILD=	YES
 PLIST_SUB=	JFCSUBDIR=${JFCSUBDIR}
 
 JAVASUBDIR=	jdk1.1.8
-JFCSUBDIR=	swing-1.1
+JFCSUBDIR=	swing-1.1.1
 
 do-fetch:
 	@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
diff -ur jfc.orig/files/md5 jfc/files/md5
--- jfc.orig/files/md5	Wed Jun  9 09:08:40 1999
+++ jfc/files/md5	Sun Sep 26 00:49:41 1999
@@ -1 +1 @@
-MD5 (swing11.tar.Z) = 0e02efd10ab1e4e52eb37b4e94f762a0
+MD5 (swing1_1_1.tar.Z) = 0e40cee0914ca08058b6380b051f5b34

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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