redports.org No address record

Tijl Coosemans tijl at coosemans.org
Fri Apr 12 20:43:49 UTC 2013


On 2013-04-12 19:55, Fernando Apesteguía wrote:
> On Fri, Apr 12, 2013 at 6:54 PM, Chris Rees <crees at freebsd.org> wrote:
> 
>> On 12 April 2013 16:52, Fernando Apesteguía
>> <fernando.apesteguia at gmail.com> wrote:
>>> Hi,
>>>
>>> I'm getting a "No address record" error[1] trying to build cad/openvsp in
>>> redports.
>>> It builds fine in my local machine and I can access the URL with the
>>> browser too.
>>>
>>> What am I missing?
>>>
>>> Thanks in advance.
>>>
>>> [1]
>>>
>> https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.3.log
>>
>> Network access is not allowed in any phase except the fetch phase.
>>
> 
> I understand, but I'm only accessing the network in that phase via the
> do-fetch target, right?
> 
> 
>>
>> You need to add openvsp-2.2.3.tar.gz to DISTFILES-- are you using
>> USE_GITHUB?
>>
> 
> I'm gonna need more help here :)
> 
> The current version of the port (2.2.2) doesn't set DISTFILES. Is it
> necessary?
> 
> Secondly, I didn't know of the existence of USE_GITHUB.
> 
> I suppose I should do something like this:
> 
> USE_GITHUB=       yes
> GH_ACCOUNT=     OpenVSP
> GH_PROJECT=       OpenVSP
> GH_TAG=                2.2.3
> GH_COMMIT=        fb52aa2
> 
>  and set MASTER_SITES = ${GITHUB_CLOUD}
> 
> is that correct?

Try the attached patch for 2.2.2.
-------------- next part --------------
Index: cad/openvsp/Makefile
===================================================================
--- cad/openvsp/Makefile	(revision 315789)
+++ cad/openvsp/Makefile	(working copy)
@@ -4,13 +4,11 @@
 PORTNAME=	openvsp
 PORTVERSION=	2.2.2
 CATEGORIES=	cad
-MASTER_SITES=	https://github.com/OpenVSP/OpenVSP/archive/
 
 MAINTAINER=	fernando.apesteguia at gmail.com
 COMMENT=	Create a 3D model of an aircraft defined by engineering parameters
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs
-
 LIB_DEPENDS=	pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
 		jpeg:${PORTSDIR}/graphics/jpeg \
 		drm:${PORTSDIR}/graphics/libdrm \
@@ -20,8 +18,13 @@
 		fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
 		fltk:${PORTSDIR}/x11-toolkits/fltk \
 		xcb:${PORTSDIR}/x11/libxcb
-WRKSRC=		${WRKDIR}/OpenVSP-OpenVSP_${PORTVERSION}/src
 
+USE_GITHUB=	yes
+GH_PROJECT=	OpenVSP
+GH_ACCOUNT=	${GH_PROJECT}
+GH_TAGNAME=	${GH_PROJECT}_${PORTVERSION}
+GH_COMMIT=	7595f55
+
 USES=		cmake
 USE_DOS2UNIX=	yes
 USE_ICONV=	yes
@@ -39,12 +42,6 @@
 
 .include <bsd.port.options.mk>
 
-do-fetch:
-	if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
-		${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
-			${MASTER_SITES}OpenVSP_${PORTVERSION}${EXTRACT_SUFX}; \
-	fi
-
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/vsp/vsp ${PREFIX}/bin
 .if ${PORT_OPTIONS:MEXAMPLES}
Index: cad/openvsp/distinfo
===================================================================
--- cad/openvsp/distinfo	(revision 315789)
+++ cad/openvsp/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (openvsp-2.2.2.tar.gz) = 93dd8978b568eb5726a9392308029b7b9967ae1af8c4033e8e8cba05f5a46e9b
-SIZE (openvsp-2.2.2.tar.gz) = 2921036
+SHA256 (openvsp-2.2.2.tar.gz) = eefb5a113250fe8a89f580ae1e7030ad4f2d5c72c0c053daaaf7495fe10e3c5e
+SIZE (openvsp-2.2.2.tar.gz) = 2921143
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20130412/d8cbad83/attachment.sig>


More information about the freebsd-ports mailing list