ports/177316: [PATCH] devel/libgit2: fix WRKSRC with github
William Grzybowski
william88 at gmail.com
Sat Mar 23 16:00:00 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list