pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gdb-git: Switch to upstream git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Oct 25 01:17:05 2016 +0200
Changeset:	134d3d284db1835184c91ad2121a1e60d95b56d2

Modified Files:
	gdb-git/Makefile

Log Message:
gdb-git: Switch to upstream git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=134d3d284db1835184c91ad2121a1e60d95b56d2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gdb-git/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/gdb-git/Makefile b/gdb-git/Makefile
index 8f3ba7a..36c746a 100644
--- a/gdb-git/Makefile
+++ b/gdb-git/Makefile
@@ -3,7 +3,10 @@
 
 DISTNAME=	gdb-7.9
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GNU:=gdb/}
+GIT_REPOSITORIES=	gdb
+GIT_REPO.gdb=		git://sourceware.org/git/binutils-gdb.git
+GIT_DEEP_CLONE.gdb=	# defined - server dies on shallow clones
+WRKSRC=         ${WRKDIR}/gdb
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.gnu.org/software/gdb/gdb.html
@@ -77,6 +80,7 @@ post-install:
 	     fi;						\
 	  done;	)
 
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/termcap.buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index