From: Nicolas Thill Date: Tue, 17 Feb 2015 06:38:46 +0000 (+0000) Subject: urbi: broken for ages, moved to abandoned github feed X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=38c16d572bc640b8d48d1ca00d571667afdd19d5;p=openwrt%2Fsvn-archive%2Fpackages.git urbi: broken for ages, moved to abandoned github feed Signed-off-by: Nicolas Thill SVN-Revision: 44478 --- diff --git a/lang/urbi/Makefile b/lang/urbi/Makefile deleted file mode 100644 index 7614d945d..000000000 --- a/lang/urbi/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# -# Copyright (C) 2007-2010 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=urbi -PKG_VERSION:=1.0RC2-l455 -PKG_RELEASE:=2 - -PKG_SOURCE:=$(PKG_NAME)-sdk-$(PKG_VERSION)-src.zip -PKG_SOURCE_URL:=http://www.gostai.com/downloads/aibo/ -PKG_MD5SUM:=02f64abb6232ddd7b0cb6dc182e2df26 -PKG_FIXUP:=libtool-ucxx - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-sdk - -include $(INCLUDE_DIR)/package.mk - -TARGET_CFLAGS += $(FPIC) - -define Package/urbi - SECTION:=lang - CATEGORY:=Languages - DEPENDS:=+uclibcxx +libpthread @BROKEN - TITLE:=URBI SDK - URL:=http://www.urbiforge.com -endef - -define Package/urbi/description - Universal Real-Time Behavior Interface for robots. -endef - -CONFIGURE_VARS += \ - CXX="g++-uc" \ - CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ - EXAMPLES=0 \ - -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - $(TARGET_CONFIGURE_OPTS) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - WARNING_CXXFLAGS="-Wall" \ - all install -endef - -define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include/urbi - $(CP) $(PKG_INSTALL_DIR)/usr/include/urbi* $(1)/usr/include/urbi/ - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/liburbi* $(1)/usr/lib/ -endef - -define Package/urbi/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/ - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ - $(INSTALL_DIR) $(1)/usr/gostai - $(CP) $(PKG_INSTALL_DIR)/usr/gostai/* $(1)/usr/gostai/ -endef - -$(eval $(call BuildPackage,urbi)) diff --git a/lang/urbi/patches/001-no_examples.patch b/lang/urbi/patches/001-no_examples.patch deleted file mode 100644 index 0991b6e50..000000000 --- a/lang/urbi/patches/001-no_examples.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -urN urbi-sdk/src/Makefile.am urbi-sdk.new/src/Makefile.am ---- urbi-sdk/src/Makefile.am 2007-01-31 11:37:04.000000000 +0100 -+++ urbi-sdk.new/src/Makefile.am 2007-10-03 11:17:00.000000000 +0200 -@@ -1,5 +1,5 @@ - SUBDIRS = liburbi - - if EXAMPLES --SUBDIRS += utils examples -+SUBDIRS += utils - endif -diff -urN urbi-sdk/src/Makefile.in urbi-sdk.new/src/Makefile.in ---- urbi-sdk/src/Makefile.in 2007-04-10 17:44:07.000000000 +0200 -+++ urbi-sdk.new/src/Makefile.in 2007-10-03 11:14:33.000000000 +0200 -@@ -30,7 +30,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --@EXAMPLES_TRUE@am__append_1 = utils examples -+@EXAMPLES_TRUE@am__append_1 = utils - subdir = src - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -68,7 +68,7 @@ - distclean-recursive maintainer-clean-recursive - ETAGS = etags - CTAGS = ctags --DIST_SUBDIRS = liburbi utils examples -+DIST_SUBDIRS = liburbi utils - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - INSTALL_HEADER = @INSTALL_HEADER@ - ACLOCAL = @ACLOCAL@ diff --git a/lang/urbi/patches/005-fix-gcc_4_3-compile.patch b/lang/urbi/patches/005-fix-gcc_4_3-compile.patch deleted file mode 100644 index 790d73ed7..000000000 --- a/lang/urbi/patches/005-fix-gcc_4_3-compile.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/libport/semaphore.hxx b/libport/semaphore.hxx -index bb2546d..38b0d8e 100644 ---- a/libport/semaphore.hxx -+++ b/libport/semaphore.hxx -@@ -5,6 +5,7 @@ - # include "exception.hh" - # include - # include -+# include - - namespace libport - { ---- a/src/liburbi/uconversion.cc 2007-01-31 11:37:04.000000000 +0100 -+++ b/src/liburbi/uconversion.cc 2010-03-29 09:43:00.000000000 +0200 -@@ -1,5 +1,7 @@ - #include "urbi/uconversion.hh" - -+#include -+ - #ifndef NO_IMAGE_CONVERSION - # include -