Switch 5 recipes to a safe source and delete 9 old receipes. (#935)

Switch these 5 recipes to a safe SOURCE_URI:
* microbe-20130728
* minimizeall-1.0.0
* optipngtranslator-0.0.1
* vwget-20141229
* minesweeper-20150109

Delete these 9 old recipes (and their patches):
* libmicro-0.4.1
* postgresql-9.0.4 & 9.2.3
* redis-2.2.11
* wolfssl-1.6.5 & 1.8.0 & 2.0.2 & 2.5.0
* numpy-1.4.1
This commit is contained in:
vanishakesswani
2016-12-21 02:57:50 +05:30
committed by fbrosson
parent cdb2a41d52
commit 8128305c22
17 changed files with 26 additions and 477 deletions

View File

@@ -1,19 +0,0 @@
diff -urN postgresql-9.0.4/configure.in postgresql-9.0.4-haiku/configure.in
--- postgresql-9.0.4/configure.in 2011-04-15 03:15:53.000000000 +0000
+++ postgresql-9.0.4-haiku/configure.in 2011-07-15 16:30:31.934543360 +0000
@@ -861,7 +861,7 @@
AC_CHECK_LIB(m, main)
AC_SEARCH_LIBS(setproctitle, util)
AC_SEARCH_LIBS(dlopen, dl)
-AC_SEARCH_LIBS(socket, [socket wsock32])
+AC_SEARCH_LIBS(socket, [socket wsock32 network])
AC_SEARCH_LIBS(shl_load, dld)
# We only use libld in port/dynloader/aix.c
case $host_os in
diff -urN postgresql-9.0.4/src/template/haiku postgresql-9.0.4-haiku/src/template/haiku
--- postgresql-9.0.4/src/template/haiku 1970-01-01 00:00:00.000000000 +0000
+++ postgresql-9.0.4-haiku/src/template/haiku 2011-07-15 16:26:54.707264512 +0000
@@ -0,0 +1,3 @@
+case $host_os in
+ haiku*) ;;
+esac

View File

@@ -1,19 +0,0 @@
diff -urN postgresql-9.2.3/configure.in postgresql-9.2.3-haiku/configure.in
--- postgresql-9.2.3/configure.in
+++ postgresql-9.2.3-haiku/configure.in
@@ -861,7 +861,7 @@
AC_CHECK_LIB(m, main)
AC_SEARCH_LIBS(setproctitle, util)
AC_SEARCH_LIBS(dlopen, dl)
-AC_SEARCH_LIBS(socket, [socket wsock32])
+AC_SEARCH_LIBS(socket, [socket wsock32 network])
AC_SEARCH_LIBS(shl_load, dld)
# We only use libld in port/dynloader/aix.c
case $host_os in
diff -urN postgresql-9.2.3/src/template/haiku postgresql-9.2.3-haiku/src/template/haiku
--- postgresql-9.2.3/src/template/haiku
+++ postgresql-9.2.3-haiku/src/template/haiku
@@ -0,0 +1,3 @@
+case $host_os in
+ haiku*) ;;
+esac

View File

@@ -1,30 +0,0 @@
DESCRIPTION="PostgreSQL is a powerful, open source object-relational database system."
HOMEPAGE="http://www.postgresql.org/"
SOURCE_URI="http://wwwmaster.postgresql.org/redir/198/f/source/v9.0.4/postgresql-9.0.4.tar.bz2"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-libs/libedit >= 20100424"
CHECKSUM_MD5="80390514d568a7af5ab61db1cda27e29"
BUILD()
{
cd postgresql-9.0.4
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-template=haiku
make
}
INSTALL()
{
cd postgresql-9.0.4
make install
}
TEST()
{
cd postgresql-9.0.4
# make test
# make check
}
LICENSE="PostgreSQL"
COPYRIGHT="1996-2010, PostgreSQL Global Development Group
1994, The Regents of the University of California"

View File

@@ -1,30 +0,0 @@
DESCRIPTION="A powerful, open source object-relational database system."
HOMEPAGE="http://www.postgresql.org/"
SOURCE_URI="http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-libs/libedit >= 20100424"
CHECKSUM_MD5="59f42a93695b0186ed5eb03c2653a7d4"
BUILD()
{
cd postgresql-9.2.3
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-template=haiku
make
}
INSTALL()
{
cd postgresql-9.2.3
make install
}
TEST()
{
cd postgresql-9.2.3
# make test
# make check
}
LICENSE="PostgreSQL"
COPYRIGHT="1996-2012, PostgreSQL Global Development Group
1994, The Regents of the University of California"