From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 23 16:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AD2EFD48 for ; Sat, 23 Mar 2013 16:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7B085A9F for ; Sat, 23 Mar 2013 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2NG00Zu078739 for ; Sat, 23 Mar 2013 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2NG00Cp078738; Sat, 23 Mar 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 23 Mar 2013 16:00:00 GMT Resent-Message-Id: <201303231600.r2NG00Cp078738@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 958E89F8 for ; Sat, 23 Mar 2013 15:52:44 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-yh0-x22a.google.com (mail-yh0-x22a.google.com [IPv6:2607:f8b0:4002:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 6192CA3B for ; Sat, 23 Mar 2013 15:52:44 +0000 (UTC) Received: by mail-yh0-f42.google.com with SMTP id b12so246984yha.15 for ; Sat, 23 Mar 2013 08:52:44 -0700 (PDT) Received: from localhost ([177.132.16.178]) by mx.google.com with ESMTPS id a37sm8949190yhi.9.2013.03.23.08.44.27 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 23 Mar 2013 08:44:28 -0700 (PDT) Message-Id: <514dcddc.317eec0a.0202.6ee1@mx.google.com> Date: Sat, 23 Mar 2013 08:44:28 -0700 (PDT) From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177316: [PATCH] devel/libgit2: fix WRKSRC with github X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 16:00:00 -0000 >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: