Skip site navigation (1)Skip section navigation (2)
Date:      9 Sep 2004 07:04:07 -0000
From:      mitsuru@riken.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71510: License agreement is required
Message-ID:  <20040909070407.32056.qmail@zebu.yokohama.riken.go.jp>
Resent-Message-ID: <200409090710.i897AKfU040394@freefall.freebsd.org>

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

>Number:         71510
>Category:       ports
>Synopsis:       License agreement is required
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 09 07:10:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
>Description:
	License agreement is required before downloading.
>How-To-Repeat:
>Fix:


diff -ruN eclipse-clay-core.old/Makefile eclipse-clay-core/Makefile
--- eclipse-clay-core.old/Makefile	Thu Sep  9 15:44:04 2004
+++ eclipse-clay-core/Makefile	Thu Sep  9 15:45:01 2004
@@ -7,8 +7,9 @@
 
 PORTNAME=	clay
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	java devel
-MASTER_SITES=	http://www.azzurri.jp/download/
+MASTER_SITES=
 PKGNAMEPREFIX=	eclipse-
 PKGNAMESUFFIX=	-core
 DISTNAME=	jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}
@@ -19,7 +20,7 @@
 
 RUN_DEPENDS+=	${LOCALBASE}/eclipse/features/org.eclipse.gef_3.0.0/feature.xml:${PORTSDIR}/java/eclipse-gef
 
-RESTRICTED=	Condition is not clear
+RESTRICTED=	License agreement is required.
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
@@ -29,9 +30,15 @@
 
 DISTVERSION=	20040730
 
+.include <bsd.port.pre.mk>
+
+.if !exists(${DISTDIR}/${DIST_SUBDIR}/jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}.zip)
+IGNORE='You must manually fetch tarball from http://www.azzurri.jp/en/software/clay/download.jsp and place it in ${DISTDIR}/${DIST_SUBDIR} then run make again.'
+.endif
+
 do-install:
 		@${MKDIR} ${PREFIX}/eclipse
 		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
 		@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
 >System: FreeBSD 5.2.1-RELEASE-p9



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