pkgsrc-WIP-changes archive

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

libretro-*: Set GIT_VERSION to "-pkgsrc". Avoids a call to git, aids reproducable builds, and makes it clear that the build comes from pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Mon Feb 26 16:31:33 2018 +0000
Changeset:	7b965b782e07e48b0956bbcb17d1fc91e8e83bc4

Modified Files:
	libretro-4do/Makefile
	libretro-beetle-lynx/Makefile
	libretro-beetle-ngp/Makefile
	libretro-beetle-pce-fast/Makefile
	libretro-beetle-psx/Makefile
	libretro-beetle-saturn/Makefile
	libretro-beetle-sgx/Makefile
	libretro-beetle-vb/Makefile
	libretro-beetle-wswan/Makefile
	libretro-bluemsx/Makefile
	libretro-desmume/Makefile
	libretro-fbalpha/Makefile
	libretro-fceumm/Makefile
	libretro-fmsx/Makefile
	libretro-freeintv/Makefile
	libretro-fuse/Makefile
	libretro-genesis-plus-gx/Makefile
	libretro-mame2003/Makefile
	libretro-mame2014/Makefile
	libretro-melonds/Makefile
	libretro-nestopia/Makefile
	libretro-np2kai/Makefile
	libretro-o2em/Makefile
	libretro-parallel-n64/Makefile
	libretro-pcsx-rearmed/Makefile
	libretro-picodrive/Makefile
	libretro-prboom/Makefile
	libretro-prosystem/Makefile
	libretro-px68k/Makefile
	libretro-snes9x2005/Makefile
	libretro-snes9x2010/Makefile
	libretro-stella/Makefile
	libretro-tyrquake/Makefile
	libretro-vecx/Makefile
	libretro-virtualjaguar/Makefile
	libretro-yabause/Makefile
	retroarch/Makefile

Log Message:
libretro-*: Set GIT_VERSION to "-pkgsrc".  Avoids a call to git,
aids reproducable builds, and makes it clear that the build comes
from pkgsrc.

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

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

diffstat:
 libretro-4do/Makefile             | 1 +
 libretro-beetle-lynx/Makefile     | 1 +
 libretro-beetle-ngp/Makefile      | 2 ++
 libretro-beetle-pce-fast/Makefile | 2 ++
 libretro-beetle-psx/Makefile      | 2 ++
 libretro-beetle-saturn/Makefile   | 2 ++
 libretro-beetle-sgx/Makefile      | 2 ++
 libretro-beetle-vb/Makefile       | 2 ++
 libretro-beetle-wswan/Makefile    | 2 ++
 libretro-bluemsx/Makefile         | 2 ++
 libretro-desmume/Makefile         | 1 +
 libretro-fbalpha/Makefile         | 4 ++--
 libretro-fceumm/Makefile          | 2 ++
 libretro-fmsx/Makefile            | 2 ++
 libretro-freeintv/Makefile        | 2 ++
 libretro-fuse/Makefile            | 2 ++
 libretro-genesis-plus-gx/Makefile | 5 +++--
 libretro-mame2003/Makefile        | 4 +++-
 libretro-mame2014/Makefile        | 2 ++
 libretro-melonds/Makefile         | 3 ++-
 libretro-nestopia/Makefile        | 2 ++
 libretro-np2kai/Makefile          | 2 ++
 libretro-o2em/Makefile            | 2 ++
 libretro-parallel-n64/Makefile    | 2 ++
 libretro-pcsx-rearmed/Makefile    | 1 +
 libretro-picodrive/Makefile       | 2 ++
 libretro-prboom/Makefile          | 2 ++
 libretro-prosystem/Makefile       | 2 ++
 libretro-px68k/Makefile           | 2 ++
 libretro-snes9x2005/Makefile      | 2 ++
 libretro-snes9x2010/Makefile      | 2 ++
 libretro-stella/Makefile          | 2 ++
 libretro-tyrquake/Makefile        | 2 ++
 libretro-vecx/Makefile            | 3 ++-
 libretro-virtualjaguar/Makefile   | 2 ++
 libretro-yabause/Makefile         | 5 +++--
 retroarch/Makefile                | 2 ++
 37 files changed, 73 insertions(+), 9 deletions(-)

diffs:
diff --git a/libretro-4do/Makefile b/libretro-4do/Makefile
index 518b1f6cc3..b09b7f43e3 100644
--- a/libretro-4do/Makefile
+++ b/libretro-4do/Makefile
@@ -10,6 +10,7 @@ HOMEPAGE=	https://wiki.libretro.com/index.php?title=4DO
 COMMENT=	Libretro core for 3DO emulation
 
 USE_TOOLS=	gmake
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
 .include "../../mk/endian.mk"
 
diff --git a/libretro-beetle-lynx/Makefile b/libretro-beetle-lynx/Makefile
index c1829db8d2..f2b8292b9f 100644
--- a/libretro-beetle-lynx/Makefile
+++ b/libretro-beetle-lynx/Makefile
@@ -12,6 +12,7 @@ LICENSE=	gnu-gpl-v2
 
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
 .include "../../mk/endian.mk"
 
diff --git a/libretro-beetle-ngp/Makefile b/libretro-beetle-ngp/Makefile
index e0e45dd89e..082b1d8b11 100644
--- a/libretro-beetle-ngp/Makefile
+++ b/libretro-beetle-ngp/Makefile
@@ -13,6 +13,7 @@ LICENSE=	gnu-gpl-v2
 
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
 .include "../../mk/endian.mk"
 
@@ -20,6 +21,7 @@ USE_LANGUAGES=	c c++
 CFLAGS+=	-DMSB_FIRST
 .endif
 
+BUILD_MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-beetle-pce-fast/Makefile b/libretro-beetle-pce-fast/Makefile
index 568b6db69e..23f849d717 100644
--- a/libretro-beetle-pce-fast/Makefile
+++ b/libretro-beetle-pce-fast/Makefile
@@ -16,6 +16,8 @@ EXTRACT_USING=	bsdtar
 USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 PKGCONFIG_OVERRIDE+=	mednafen/tremor/vorbisidec.pc.in
 
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
diff --git a/libretro-beetle-psx/Makefile b/libretro-beetle-psx/Makefile
index 3c9404fe30..e23517e8fc 100644
--- a/libretro-beetle-psx/Makefile
+++ b/libretro-beetle-psx/Makefile
@@ -16,6 +16,8 @@ EXTRACT_USING=	bsdtar
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-beetle-saturn/Makefile b/libretro-beetle-saturn/Makefile
index 249b1f7e04..ce769b9e98 100644
--- a/libretro-beetle-saturn/Makefile
+++ b/libretro-beetle-saturn/Makefile
@@ -16,6 +16,8 @@ EXTRACT_USING=	bsdtar
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 .include "../../mk/endian.mk"
diff --git a/libretro-beetle-sgx/Makefile b/libretro-beetle-sgx/Makefile
index 207314e5b7..11db49a49a 100644
--- a/libretro-beetle-sgx/Makefile
+++ b/libretro-beetle-sgx/Makefile
@@ -15,6 +15,8 @@ EXTRACT_USING+=	bsdtar
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-beetle-vb/Makefile b/libretro-beetle-vb/Makefile
index bef9ee964c..0a3ec7c9b5 100644
--- a/libretro-beetle-vb/Makefile
+++ b/libretro-beetle-vb/Makefile
@@ -13,6 +13,8 @@ LICENSE=	gnu-gpl-v2
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-beetle-wswan/Makefile b/libretro-beetle-wswan/Makefile
index bb5ac898cd..fb534dc678 100644
--- a/libretro-beetle-wswan/Makefile
+++ b/libretro-beetle-wswan/Makefile
@@ -13,6 +13,8 @@ LICENSE=	gnu-gpl-v2
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-bluemsx/Makefile b/libretro-bluemsx/Makefile
index 7bfbb96321..57c8fb54b7 100644
--- a/libretro-bluemsx/Makefile
+++ b/libretro-bluemsx/Makefile
@@ -15,6 +15,8 @@ MAKE_FILE=	Makefile.libretro
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/bsd.prefs.mk"
 
 # For strcasestr
diff --git a/libretro-desmume/Makefile b/libretro-desmume/Makefile
index 418cdefe9d..cd53df69bb 100644
--- a/libretro-desmume/Makefile
+++ b/libretro-desmume/Makefile
@@ -29,6 +29,7 @@ BUILD_MAKE_FLAGS+=	DESMUME_JIT=0
 BUILD_MAKE_FLAGS+=	DESMUME_JIT_ARM=1
 .endif
 
+BUILD_MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-fbalpha/Makefile b/libretro-fbalpha/Makefile
index 972dca666e..4434b8d654 100644
--- a/libretro-fbalpha/Makefile
+++ b/libretro-fbalpha/Makefile
@@ -12,11 +12,11 @@ COMMENT=	Libretro core based on the FB Alpha arcade emulator
 LICENSE=	no-commercial-use
 
 USE_TOOLS=	gmake
-
 MAKE_FILE=	makefile.libretro
-
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-fceumm/Makefile b/libretro-fceumm/Makefile
index 9d297567fb..2c6a2b02d2 100644
--- a/libretro-fceumm/Makefile
+++ b/libretro-fceumm/Makefile
@@ -14,6 +14,8 @@ LICENSE=	gnu-gpl-v2
 MAKE_FILE=	Makefile.libretro
 USE_TOOLS+=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-fmsx/Makefile b/libretro-fmsx/Makefile
index ec0ee3d3ac..f6ff997b8f 100644
--- a/libretro-fmsx/Makefile
+++ b/libretro-fmsx/Makefile
@@ -12,6 +12,8 @@ LICENSE=	no-commercial-use
 
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-freeintv/Makefile b/libretro-freeintv/Makefile
index 316bef82d8..6b998778ae 100644
--- a/libretro-freeintv/Makefile
+++ b/libretro-freeintv/Makefile
@@ -13,6 +13,8 @@ LICENSE=	gnu-gpl-v3
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-fuse/Makefile b/libretro-fuse/Makefile
index e846ab236f..f2a8bf50c1 100644
--- a/libretro-fuse/Makefile
+++ b/libretro-fuse/Makefile
@@ -12,6 +12,8 @@ LICENSE=	gnu-gpl-v3
 
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-genesis-plus-gx/Makefile b/libretro-genesis-plus-gx/Makefile
index 92799b0797..39a965836d 100644
--- a/libretro-genesis-plus-gx/Makefile
+++ b/libretro-genesis-plus-gx/Makefile
@@ -16,12 +16,13 @@ USE_TOOLS=	gmake
 
 MAKE_FILE=	Makefile.libretro
 
-BUILD_MAKE_FLAGS+=	SHARED_LIBVORBIS=1
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+MAKE_FLAGS+=	SHARED_LIBVORBIS=1
 
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
-BUILD_MAKE_FLAGS+=	ENDIANNESS_DEFINES="-DBYTE_ORDER=BIG_ENDIAN -DCPU_IS_BIG_ENDIAN=1 -DWORDS_BIGENDIAN=1"
+MAKE_FLAGS+=	ENDIANNESS_DEFINES="-DBYTE_ORDER=BIG_ENDIAN -DCPU_IS_BIG_ENDIAN=1 -DWORDS_BIGENDIAN=1"
 .endif
 
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
diff --git a/libretro-mame2003/Makefile b/libretro-mame2003/Makefile
index 3e7c946058..70cf67050d 100644
--- a/libretro-mame2003/Makefile
+++ b/libretro-mame2003/Makefile
@@ -15,8 +15,10 @@ EXTRACT_USING=	bsdtar
 
 .include "../../mk/endian.mk"
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .if ${MACHINE_ENDIAN} == "big"
-BUILD_MAKE_FLAGS+=	BIGENDIAN=1
+MAKE_FLAGS+=	BIGENDIAN=1
 .endif
 
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
diff --git a/libretro-mame2014/Makefile b/libretro-mame2014/Makefile
index 6feeb33575..af2f185c69 100644
--- a/libretro-mame2014/Makefile
+++ b/libretro-mame2014/Makefile
@@ -16,6 +16,8 @@ EXTRACT_USING=	bsdtar
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 PYTHON_VERSIONS_ACCEPTED=	27
 
 .include "../../mk/bsd.prefs.mk"
diff --git a/libretro-melonds/Makefile b/libretro-melonds/Makefile
index fd30d27911..64d12f13bc 100644
--- a/libretro-melonds/Makefile
+++ b/libretro-melonds/Makefile
@@ -10,10 +10,11 @@ HOMEPAGE=	https://docs.libretro.com/library/melonds/
 COMMENT=	Libretro core based on the melonDS emulator
 LICENSE=	gnu-gpl-v3
 
-
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-nestopia/Makefile b/libretro-nestopia/Makefile
index 8811f61460..21b42e8331 100644
--- a/libretro-nestopia/Makefile
+++ b/libretro-nestopia/Makefile
@@ -14,6 +14,8 @@ BUILD_DIRS=	libretro
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
diff --git a/libretro-np2kai/Makefile b/libretro-np2kai/Makefile
index 7b0abc9032..1e1f5226d0 100644
--- a/libretro-np2kai/Makefile
+++ b/libretro-np2kai/Makefile
@@ -18,6 +18,8 @@ MAKE_FILE=	Makefile.libretro
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/bsd.prefs.mk"
 
 # The networking code currently uses non-portable Linux-specific calls.
diff --git a/libretro-o2em/Makefile b/libretro-o2em/Makefile
index fc51ff8506..5ed660b12c 100644
--- a/libretro-o2em/Makefile
+++ b/libretro-o2em/Makefile
@@ -11,6 +11,8 @@ LICENSE=	artistic
 
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-parallel-n64/Makefile b/libretro-parallel-n64/Makefile
index 171f86fc43..bcb0d2e970 100644
--- a/libretro-parallel-n64/Makefile
+++ b/libretro-parallel-n64/Makefile
@@ -13,6 +13,8 @@ USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 EXTRACT_USING=	bsdtar
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 .include "options.mk"
diff --git a/libretro-pcsx-rearmed/Makefile b/libretro-pcsx-rearmed/Makefile
index 0adc7220aa..dfc45bb43c 100644
--- a/libretro-pcsx-rearmed/Makefile
+++ b/libretro-pcsx-rearmed/Makefile
@@ -15,6 +15,7 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 MAKE_FILE=	Makefile.libretro
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 MAKE_FLAGS+=	LIBPTHREAD="${PTHREAD_LIBS}"
 MAKE_FLAGS+=	EXTRA_LDFLAGS="${PTHREAD_LDFLAGS}"
 
diff --git a/libretro-picodrive/Makefile b/libretro-picodrive/Makefile
index d0fef2e629..f676c4eec9 100644
--- a/libretro-picodrive/Makefile
+++ b/libretro-picodrive/Makefile
@@ -24,6 +24,8 @@ WRKSRC=		${WRKDIR}/picodrive-${PICODRIVE_TAG}
 MAKE_FILE=	Makefile.libretro
 USE_TOOLS+=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/bsd.fast.prefs.mk"
 
 NOT_FOR_PLATFORM=	${BIGENDIANPLATFORMS}
diff --git a/libretro-prboom/Makefile b/libretro-prboom/Makefile
index 8b83c0f792..31c5baffbf 100644
--- a/libretro-prboom/Makefile
+++ b/libretro-prboom/Makefile
@@ -13,6 +13,8 @@ EXTRACT_USING=	bsdtar
 
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-prosystem/Makefile b/libretro-prosystem/Makefile
index aae577d53f..fd6b557188 100644
--- a/libretro-prosystem/Makefile
+++ b/libretro-prosystem/Makefile
@@ -12,6 +12,8 @@ LICENSE=	gnu-gpl-v2
 
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-px68k/Makefile b/libretro-px68k/Makefile
index 581fa7d128..bf749fad9a 100644
--- a/libretro-px68k/Makefile
+++ b/libretro-px68k/Makefile
@@ -13,6 +13,8 @@ MAKE_FILE=	Makefile.libretro
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-snes9x2005/Makefile b/libretro-snes9x2005/Makefile
index cc02d21f5d..4172463f19 100644
--- a/libretro-snes9x2005/Makefile
+++ b/libretro-snes9x2005/Makefile
@@ -13,6 +13,8 @@ LICENSE=	no-commercial-use
 
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-snes9x2010/Makefile b/libretro-snes9x2010/Makefile
index 33e1c0ae73..5b410f4ec3 100644
--- a/libretro-snes9x2010/Makefile
+++ b/libretro-snes9x2010/Makefile
@@ -13,6 +13,8 @@ LICENSE=	no-commercial-use
 MAKE_FILE=	Makefile.libretro
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-stella/Makefile b/libretro-stella/Makefile
index cec79b8027..558faa882b 100644
--- a/libretro-stella/Makefile
+++ b/libretro-stella/Makefile
@@ -14,6 +14,8 @@ LICENSE=	gnu-gpl-v2
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-tyrquake/Makefile b/libretro-tyrquake/Makefile
index bd62810567..de7a270fce 100644
--- a/libretro-tyrquake/Makefile
+++ b/libretro-tyrquake/Makefile
@@ -12,6 +12,8 @@ LICENSE=	gnu-gpl-v2
 
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-vecx/Makefile b/libretro-vecx/Makefile
index 06011b0f59..b7880dff30 100644
--- a/libretro-vecx/Makefile
+++ b/libretro-vecx/Makefile
@@ -10,9 +10,10 @@ COMMENT=	Libretro core for Vectrex emulation
 LICENSE=	gnu-gpl-v3
 
 MAKE_FILE=	Makefile.libretro
-
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-virtualjaguar/Makefile b/libretro-virtualjaguar/Makefile
index 8f1924f87d..1e87e70030 100644
--- a/libretro-virtualjaguar/Makefile
+++ b/libretro-virtualjaguar/Makefile
@@ -12,6 +12,8 @@ LICENSE=	gnu-gpl-v3
 
 USE_TOOLS=	gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-yabause/Makefile b/libretro-yabause/Makefile
index 1079375353..68ad466670 100644
--- a/libretro-yabause/Makefile
+++ b/libretro-yabause/Makefile
@@ -10,13 +10,14 @@ HOMEPAGE=	https://docs.libretro.com/library/yabause/
 COMMENT=	Libretro core based on the Yabause Sega Saturn emulator
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
-
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 BUILD_DIRS=	libretro
 
+USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/retroarch/Makefile b/retroarch/Makefile
index eb9c5d7afc..dd6f1f49ef 100644
--- a/retroarch/Makefile
+++ b/retroarch/Makefile
@@ -23,6 +23,8 @@ CONFIGURE_ENV+=	MAN_DIR=${PREFIX}/${PKGMANDIR}
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config gmake
 
+MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
+
 DEPENDS+=	libretro-database>0:../../wip/libretro-database
 DEPENDS+=	libretro-core-info>0:../../wip/libretro-core-info
 DEPENDS+=	libretro-glsl-shaders>0:../../wip/libretro-glsl-shaders


Home | Main Index | Thread Index | Old Index