ports/71510: License agreement is required
mitsuru at riken.jp
mitsuru at riken.jp
Thu Sep 9 07:10:21 UTC 2004
>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
More information about the freebsd-ports-bugs
mailing list