Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 08:44:28 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177316: [PATCH] devel/libgit2: fix WRKSRC with github
Message-ID:  <514dcddc.317eec0a.0202.6ee1@mx.google.com>
Resent-Message-ID: <201303231600.r2NG00Cp078738@freefall.freebsd.org>

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

>Number:         177316
>Category:       ports
>Synopsis:       [PATCH] devel/libgit2: fix WRKSRC with github
>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:   Sat Mar 23 16:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	USE_GITHUB broke WRKSRC

>How-To-Repeat:
>Fix:

	See attached patch


--- libgit2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 315040)
+++ Makefile	(working copy)
@@ -12,6 +12,7 @@
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	libgit2
+WRKSRC=	${WRKDIR}/${DISTNAME}
 
 USES=		cmake
 USE_LDCONFIG=	yes
--- libgit2.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514dcddc.317eec0a.0202.6ee1>