Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2010 19:15:53 GMT
From:      Vitaly Magerya <vmagerya@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152375: [patch] lang/qscheme: add a missing dependency and hopefully unbreak
Message-ID:  <201011181915.oAIJFrgN074178@www.freebsd.org>
Resent-Message-ID: <201011181920.oAIJK61f095112@freefall.freebsd.org>

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

>Number:         152375
>Category:       ports
>Synopsis:       [patch] lang/qscheme: add a missing dependency and hopefully unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 18 19:20:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Vitaly Magerya
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
>Description:
QScheme uses some Perl scripts during build, but there's no Perl
dependency. It seems that the build errors at portsmon [1] are
caused by this.

The attached patch adds a build dependency on Perl, removes the
BROKEN line and the MD5 checksum while we're at it.

[1] http://portsmon.freebsd.org/portoverview.py?category=lang&portname=qscheme
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN qscheme.orig/Makefile qscheme/Makefile
--- qscheme.orig/Makefile	2010-11-18 20:44:22.000000000 +0200
+++ qscheme/Makefile	2010-11-18 20:47:06.000000000 +0200
@@ -19,12 +19,12 @@
 		${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp
 LIB_DEPENDS=	getline:${PORTSDIR}/devel/libgetline
 
+USE_PERL5_BUILD=yes
+
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
-BROKEN=		fails to build
-
 CONFIGURE_ARGS=	--with-pcre-dir=${LOCALBASE}/lib \
 		--with-pcre-inc=${LOCALBASE}/include \
 		--with-avcall-dir=${LOCALBASE}/lib \
diff -ruN qscheme.orig/distinfo qscheme/distinfo
--- qscheme.orig/distinfo	2010-11-18 20:44:22.000000000 +0200
+++ qscheme/distinfo	2010-11-18 20:47:09.000000000 +0200
@@ -1,3 +1,2 @@
-MD5 (qscheme-0.5.1.tar.gz) = 9bb70c527033b04a86320f39d16802fe
 SHA256 (qscheme-0.5.1.tar.gz) = 6d9f9574965af21b3c63c7b46caefcf4e06aa6fbbb02e5e5faf42f54851f1752
 SIZE (qscheme-0.5.1.tar.gz) = 523516


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



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