Vision: Remove ancient recipe for hg version.

This commit is contained in:
Augustin Cavalier
2017-04-08 14:48:11 -04:00
parent 438484e977
commit 9e530d7c3a
2 changed files with 0 additions and 90 deletions

View File

@@ -1,31 +0,0 @@
From 596b889024d5022d976898a3a97ea72ff58a68e3 Mon Sep 17 00:00:00 2001
From: Rene Gollent <rene@gollent.com>
Date: Mon, 13 Apr 2015 22:06:12 -0400
Subject: applying patch vision-0.9.7-gcc4.patch
diff --git a/Makefile b/Makefile
index 8e6a39a..e5efefb 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ BUILDDATE := $(shell date +%b_%d_%Y)
BUILD_TYPE := Release
# system libs
-REG_LIBS := -lbe -ltranslation -ltextencoding -ltracker -lnetwork -lroot
+REG_LIBS := -lbe -ltranslation -ltextencoding -ltracker -lnetwork -lroot -lstdc++ -lsupc++
# lua
LUA_LIBS := -L./src/lua/lib -llua -llualib
@@ -82,7 +82,7 @@ CFLAGS += $(VISION_ADDL_BUILD_FLAGS)
LD := gcc
-LDFLAGS := $(REG_LIBS) -nodefaultlibs
+LDFLAGS := $(REG_LIBS)
CFLAGS += -DUSE_INFOPOPPER=1
--
1.8.3.4

View File

@@ -1,59 +0,0 @@
SUMMARY="An IRC client"
DESCRIPTION="Vision is an IRC (Internet Relay Chat) client, originally for \
BeOS, now for Haiku. The goal of this project is to provide the BeOS/Haiku \
community with an elegant, fast, and--most importantly--stable client to \
communicate with other users and make new friends around the world."
COPYRIGHT="1999-2010 The Vision Team"
LICENSE="MPL v1.1"
REVISION="3"
HOMEPAGE="http://vision.sourceforge.net/"
SOURCE_URI="http://haiku-files.org/distfiles/vision-0.9.7.r949.tar.gz"
CHECKSUM_SHA256="9718be3a3b374ae280728e6fc2257d5e5430574c4c81b8b1dabeee14eadee638"
if [ $targetArchitecture != x86_gcc2 ]; then
PATCHES="vision-0.9.7-gcc4.patch"
fi
ADDITIONAL_FILES="InitialSettings"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
vision = $portVersion
app:Vision = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:find
cmd:gcc
cmd:ld
cmd:make
"
USER_SETTINGS_FILES="
settings/Vision directory
"
BUILD()
{
make
# multi-job build not supported
}
INSTALL()
{
visionDir=$appsDir/Vision
mkdir -p $visionDir
cp Vision $visionDir
cp -a $portDir/additional-files/InitialSettings $visionDir
cd data
cp -a * $visionDir
addAppDeskbarSymlink $visionDir/Vision
}