Date: Sat, 31 Oct 2015 11:11:49 +0100 From: Kurt Jaeger <lists@opsec.eu> To: Andrea Venturoli <ml@netfence.it> Cc: Thierry Thomas <thierry@FreeBSD.org>, ports@freebsd.org Subject: Re: OpenCASCADE 6.9.1 Message-ID: <20151031101149.GB19913@home.opsec.eu> In-Reply-To: <56349170.1070109@netfence.it> References: <562523B1.7060703@netfence.it> <20151019193608.GA43443@graf.pompo.net> <56334FB4.9020303@netfence.it> <20151030122533.GZ19913@home.opsec.eu> <56349170.1070109@netfence.it>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! > > There's no public distfile, only available if one registers ? > > Exactly. > > I believe the license (LGPL) allow redistribution, though, so the > distfile could be hosted somewhere else. > > This has never been a problem in previous releases of the port. It's a usability problem if one tries to build the port. I was not sure whether the distfile was out of date etc. databases/sqldeveloper/Makefile has a construct in its Makefile that helps the user to understand where he has to go and where he has to put the distfile: .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= due to Oracle license restrictions, you must fetch the source \ distribution manually. Please access \ http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html \ with a web browser and follow the link for the ${DISTFILES}. You will be \ required to register and log in, but you can create an account on that \ page. After registration and accepting the Oracle License, download the \ distribution file, ${DISTFILES}, into ${DISTDIR}/${DIST_SUBDIR}/ and then \ restart this installation .endif Can you add something like this to the port ? -- pi@opsec.eu +49 171 3101372 5 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151031101149.GB19913>