pkgsrc-WIP-changes archive

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

*: remove _GIT_FLAGS



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 18 08:34:03 2024 +0200
Changeset:	30e1e91e0f353170025670b5970fca295e87d2c2

Modified Files:
	apel-git/Makefile
	emacs-git/Makefile
	gr-fcdproplus-git/Makefile
	libmirisdr-git/Makefile
	navit-git/Makefile
	osmo-sdr-git/Makefile
	wl-git/Makefile

Log Message:
*: remove _GIT_FLAGS

This variable doesn't do anything (any longer?)

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

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

diffstat:
 apel-git/Makefile          | 1 -
 emacs-git/Makefile         | 2 --
 gr-fcdproplus-git/Makefile | 2 --
 libmirisdr-git/Makefile    | 1 -
 navit-git/Makefile         | 1 -
 osmo-sdr-git/Makefile      | 2 --
 wl-git/Makefile            | 2 --
 7 files changed, 11 deletions(-)

diffs:
diff --git a/apel-git/Makefile b/apel-git/Makefile
index 9c1a27f4c6..358f2dee19 100644
--- a/apel-git/Makefile
+++ b/apel-git/Makefile
@@ -10,7 +10,6 @@ COMMENT=	Portable Emacs library
 LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3
 
 GIT_REPO=	http://git.chise.org/git/elisp/apel.git
-#_GIT_FLAGS+=	--quiet --depth 1
 
 INFO_FILES=		yes
 USE_LANGUAGES=		# none
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index ab7ee1e84e..61ac466d0c 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -11,8 +11,6 @@ HOMEPAGE=	https://www.gnu.org/software/emacs/
 COMMENT=	GNU editing macros (development version)
 LICENSE=	gnu-gpl-v3
 
-_GIT_FLAGS?=		--depth 1
-
 WRKSRC=		${WRKDIR}/emacs
 
 GNU_CONFIGURE=	yes
diff --git a/gr-fcdproplus-git/Makefile b/gr-fcdproplus-git/Makefile
index c1cab4082e..64ba28923e 100644
--- a/gr-fcdproplus-git/Makefile
+++ b/gr-fcdproplus-git/Makefile
@@ -27,8 +27,6 @@ SUBST_SED.libusb=	-e 's,@@PREFIX@@,${PREFIX},'
 SUBST_MESSAGE.libusb=	Fix for "libusb.h not found"
 
 .include	"../../wip/mk/git-package.mk"
-# you need place after above line for now.
-#_GIT_FLAGS=		# set empty, --depth 1 seems harmfull
 
 .include	"../../devel/boost-headers/buildlink3.mk"
 .include	"../../devel/boost-libs/buildlink3.mk"
diff --git a/libmirisdr-git/Makefile b/libmirisdr-git/Makefile
index 8c7d6ba0bd..fcb41da283 100644
--- a/libmirisdr-git/Makefile
+++ b/libmirisdr-git/Makefile
@@ -22,7 +22,6 @@ USE_CMAKE=	yes
 CMAKE_CONFIGURE_ARGS+=	-Wno-dev
 
 .include	"../../wip/mk/git-package.mk"
-_GIT_FLAGS=	# set empty, --depth 1 seems harmfull
 
 .include	"../../devel/libusb1/buildlink3.mk"
 .include	"../../mk/bsd.pkg.mk"
diff --git a/navit-git/Makefile b/navit-git/Makefile
index f19ffd16a3..db6ecf439c 100644
--- a/navit-git/Makefile
+++ b/navit-git/Makefile
@@ -13,7 +13,6 @@ LICENSE=	gnu-gpl-v2
 GIT_REPOSITORIES=	navit-gps
 GIT_REPO.navit-gps=	https://github.com/navit-gps/navit.git
 GIT_REVISION=		07de185df5dc96356a21016b544137b84b4fc023
-_GIT_FLAGS?=		--depth 1
 
 CONFLICTS=	navit-[0-9]*
 
diff --git a/osmo-sdr-git/Makefile b/osmo-sdr-git/Makefile
index 80a018c4cb..52168f559f 100644
--- a/osmo-sdr-git/Makefile
+++ b/osmo-sdr-git/Makefile
@@ -31,8 +31,6 @@ post-install:
 	(cd ${DESTDIR}${PREFIX}/share/osmo-sdr ; tar xf - ) )
 
 .include "../../wip/mk/git-package.mk"
-# you need place after above line for now.
-_GIT_FLAGS=		# set empty, --depth 1 seems harmfull
 
 .include	"../../devel/libusb1/buildlink3.mk"
 .include	"../../mk/bsd.pkg.mk"
diff --git a/wl-git/Makefile b/wl-git/Makefile
index fc8d599e90..cbebfe39c7 100644
--- a/wl-git/Makefile
+++ b/wl-git/Makefile
@@ -41,8 +41,6 @@ EMACS_BUILDLINK=	# empty
 GIT_REPOSITORIES=	master
 GIT_REPO.master=	https://github.com/wanderlust/wanderlust.git
 GIT_MODULE.master=	wanderlust
-_GIT_FLAGS?=		--depth 1
-
 
 post-install:
 	set -e; \


Home | Main Index | Thread Index | Old Index