SF.net SVN: gar:[26967] csw/mgar/pkg/freeciv/branches/freeciv-2.6.x

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Mon Sep 19 03:58:05 CEST 2022


Revision: 26967
          http://sourceforge.net/p/gar/code/26967
Author:   jake_goerzen
Date:     2022-09-19 01:58:05 +0000 (Mon, 19 Sep 2022)
Log Message:
-----------
freeciv/branches/freeciv-2.6.x: backport patch from trunk version

Modified Paths:
--------------
    csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/Makefile

Added Paths:
-----------
    csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/files/0004-fix-shebang-for-our-environment.patch

Modified: csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/Makefile
===================================================================
--- csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/Makefile	2022-09-19 01:35:10 UTC (rev 26966)
+++ csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/Makefile	2022-09-19 01:58:05 UTC (rev 26967)
@@ -49,6 +49,7 @@
 PATCHFILES += 0001-use-finite-instead-of-isfinite-function.patch
 PATCHFILES += 0002-restore-previous-version-tile.h.patch
 PATCHFILES += 0003-add-support-to-build-with-IPv6-on-Solaris.patch
+PATCHFILES += 0004-fix-shebang-for-our-environment.patch
 
 TEST_SCRIPTS =
 

Added: csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/files/0004-fix-shebang-for-our-environment.patch
===================================================================
--- csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/files/0004-fix-shebang-for-our-environment.patch	                        (rev 0)
+++ csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/files/0004-fix-shebang-for-our-environment.patch	2022-09-19 01:58:05 UTC (rev 26967)
@@ -0,0 +1,22 @@
+From d01d16759f9f644de0670731ce8b94787c11f962 Mon Sep 17 00:00:00 2001
+From: Jake Goerzen <jgoerzen at opencsw.org>
+Date: Thu, 21 Apr 2022 21:47:21 +0200
+Subject: [PATCH] fix shebang for our environment
+
+---
+ fc_version | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/fc_version b/fc_version
+index 3744d09..a82bedd 100755
+--- a/fc_version
++++ b/fc_version
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/opt/csw/bin/bash
+ 
+ #
+ #  Copyright (C) 2004-2008 Freeciv team
+-- 
+2.4.0
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list