Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 11:28:08 GMT
From:      Andrei Lavreniyuk <andy.lavr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171639: [PATCH] cannot build devel/yajl
Message-ID:  <201209141128.q8EBS8aK079021@red.freebsd.org>
Resent-Message-ID: <201209141130.q8EBUBNH072308@freefall.freebsd.org>

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

>Number:         171639
>Category:       ports
>Synopsis:       [PATCH] cannot build devel/yajl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 14 11:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Andrei Lavreniyuk
>Release:        FreeBSD 9.1-PRERELEASE
>Organization:
Technica-03, Inc.
>Environment:
FreeBSD datacenter.technica-03.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Thu Sep 13 14:36:57 EEST 2012     root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64  amd64
>Description:

 Cannot build port devel/yajl.

Please view patch.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u ./yajl.orig/Makefile ./yajl/Makefile
--- ./yajl.orig/Makefile	2012-09-10 16:08:51.000000000 +0300
+++ ./yajl/Makefile	2012-09-14 14:01:46.000000000 +0300
@@ -7,6 +7,9 @@
 
 PORTNAME=	yajl
 PORTVERSION=	2.0.4
+PKGNAMEPREFIX=  lloyd-
+PKGNAMESUFFIX=  -0-gfee1ebe
+DISTNAME=       ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
 PORTREVISION=	1
 CATEGORIES=	devel
 
diff -u ./yajl.orig/distinfo ./yajl/distinfo
--- ./yajl.orig/distinfo	2012-09-10 16:08:51.000000000 +0300
+++ ./yajl/distinfo	2012-09-14 14:01:49.000000000 +0300
@@ -1,2 +1,2 @@
-SHA256 (yajl-2.0.4.tar.gz) = c19b9691cf15f22e74d903cd06ac9ba5e1e216e6a1b82bfe787c3b48a25bc118
-SIZE (yajl-2.0.4.tar.gz) = 82814
+SHA256 (lloyd-yajl-2.0.4-0-gfee1ebe.tar.gz) = c19b9691cf15f22e74d903cd06ac9ba5e1e216e6a1b82bfe787c3b48a25bc118
+SIZE (lloyd-yajl-2.0.4-0-gfee1ebe.tar.gz) = 82814


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



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