From b6876fe24c770edfaddad0105c8de751b09d1825 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 29 May 2010 20:07:47 +0000 Subject: [PATCH] Initial .bep file for 1.2.7, not fully building yet, but close. --- dev-libs/libsigc++/libsigc++-1.2.7.bep | 23 ++++++++++++++++ .../libsigc++/patches/libsigc++-1.2.7.patch | 26 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 dev-libs/libsigc++/libsigc++-1.2.7.bep create mode 100644 dev-libs/libsigc++/patches/libsigc++-1.2.7.patch diff --git a/dev-libs/libsigc++/libsigc++-1.2.7.bep b/dev-libs/libsigc++/libsigc++-1.2.7.bep new file mode 100644 index 000000000..70f6a7678 --- /dev/null +++ b/dev-libs/libsigc++/libsigc++-1.2.7.bep @@ -0,0 +1,23 @@ +DESCRIPTION="libsigc++ is a typesafe callback system for standard C++" +HOMEPAGE="http://libsigc.sourceforge.net/stable.shtml" +SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/1.2/libsigc++-1.2.7.tar.gz" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="dev-cpp/mm-common >= 0.9.2" +CHECKSUM_MD5="b939751dff0db9652c5dbfc9de685efa" +BUILD { + cd libsigc++-1.2.7 + libtoolize --force --copy --install + aclocal + sh autogen.sh + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd libsigc++-1.2.7 + make install +} + +LICENSE="GNU LGPL v2.1" +COPYRIGHT="2002, 2003, 2005 The libsigc++ Development Team" diff --git a/dev-libs/libsigc++/patches/libsigc++-1.2.7.patch b/dev-libs/libsigc++/patches/libsigc++-1.2.7.patch new file mode 100644 index 000000000..b34c5079b --- /dev/null +++ b/dev-libs/libsigc++/patches/libsigc++-1.2.7.patch @@ -0,0 +1,26 @@ +diff -urN libsigc++-1.2.7/Makefile.in libsigc++-1.2.7-haiku/Makefile.in +--- libsigc++-1.2.7/Makefile.in 2005-04-13 06:32:20.035127296 +0000 ++++ libsigc++-1.2.7-haiku/Makefile.in 2010-05-29 18:05:57.633077760 +0000 +@@ -196,8 +196,8 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = sigc++ tests doc MSVC_6 MSVC_Net2003 eVC4 +-DIST_SUBDIRS = $(SUBDIRS) examples scripts ++SUBDIRS = sigc++ doc MSVC_6 MSVC_Net2003 eVC4 ++DIST_SUBDIRS = $(SUBDIRS) scripts + ACLOCAL_AMFLAGS = -I $(srcdir)/scripts + EXTRA_DIST = \ + FEATURES IDEAS \ +diff -urN libsigc++-1.2.7/configure.in libsigc++-1.2.7-haiku/configure.in +--- libsigc++-1.2.7/configure.in 2005-04-13 06:12:02.034603008 +0000 ++++ libsigc++-1.2.7-haiku/configure.in 2010-05-29 18:04:52.096468992 +0000 +@@ -659,8 +659,6 @@ + sigc++/macros/Makefile + sigc++/config/Makefile + scripts/Makefile +- examples/Makefile +- tests/Makefile + MSVC_6/Makefile + MSVC_Net2003/Makefile + MSVC_Net2003/tests/Makefile