summaryrefslogtreecommitdiff
path: root/net-misc/stargazer/files/patches/stg-2.408-sgconv-upstream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/stargazer/files/patches/stg-2.408-sgconv-upstream.patch')
-rw-r--r--net-misc/stargazer/files/patches/stg-2.408-sgconv-upstream.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-misc/stargazer/files/patches/stg-2.408-sgconv-upstream.patch b/net-misc/stargazer/files/patches/stg-2.408-sgconv-upstream.patch
deleted file mode 100644
index f1cdf5c5e83a..000000000000
--- a/net-misc/stargazer/files/patches/stg-2.408-sgconv-upstream.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/projects/sgconv/Makefile.org 2013-01-08 12:07:06.000000000 +0200
-+++ b/projects/sgconv/Makefile 2013-01-08 12:07:11.000000000 +0200
-@@ -4,7 +4,7 @@
-
- include ../../Makefile.conf
-
--PROG = convertor
-+PROG = sgconv
-
- SRCS = ./main.cpp \
- ./settings_impl.cpp
---- a/projects/sgconv/build.org 2012-02-09 12:26:57.000000000 +0200
-+++ b/projects/sgconv/build 2013-01-08 12:10:02.000000000 +0200
-@@ -45,13 +45,13 @@
- if [ "$OS" = "unknown" ]
- then
- echo "#############################################################################"
-- echo "# Sorry, but convertor currently supported by Linux, FreeBSD 4.x, 5.x, 6.x #"
-+ echo "# Sorry, but sgconv currently supported by Linux, FreeBSD 4.x, 5.x, 6.x #"
- echo "#############################################################################"
- exit 1
- fi
-
- echo "#############################################################################"
--echo " Building convertor for $sys $release"
-+echo " Building sgconv for $sys $release"
- echo "#############################################################################"
-
- STG_LIBS="logger.lib
---- a/projects/sgconv/settings_impl.h.org 2013-01-08 12:11:53.000000000 +0200
-+++ b/projects/sgconv/settings_impl.h 2013-01-08 12:11:58.000000000 +0200
-@@ -38,7 +38,7 @@
-
- class SETTINGS_IMPL {
- public:
-- SETTINGS_IMPL() : confFile("./convertor.conf") {}
-+ SETTINGS_IMPL() : confFile("./sgconv.conf") {}
- SETTINGS_IMPL(const std::string & cf) : confFile(cf) {}
- ~SETTINGS_IMPL() {}
- int ReadSettings();