aboutsummaryrefslogtreecommitdiff
path: root/devel/libsigc++20/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /devel/libsigc++20/files
parentc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Notes
Notes: svn path=/head/; revision=35216 svn path=/tags/RELEASE_4_2_0/; revision=35217; tag=release/4.2.0
Diffstat (limited to 'devel/libsigc++20/files')
-rw-r--r--devel/libsigc++20/files/patch-aa11
-rw-r--r--devel/libsigc++20/files/patch-ab29
-rw-r--r--devel/libsigc++20/files/patch-ac20
-rw-r--r--devel/libsigc++20/files/patch-ad11
-rw-r--r--devel/libsigc++20/files/patch-ae11
-rw-r--r--devel/libsigc++20/files/patch-af11
6 files changed, 0 insertions, 93 deletions
diff --git a/devel/libsigc++20/files/patch-aa b/devel/libsigc++20/files/patch-aa
deleted file mode 100644
index 8c62291986a7..000000000000
--- a/devel/libsigc++20/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in Thu Jan 20 03:40:54 2000
-+++ Makefile.in Thu Jan 27 23:34:05 1994
-@@ -80,7 +80,7 @@
- USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
- VERSION = @VERSION@
-
--SUBDIRS = sigc++ tests
-+SUBDIRS = sigc++
- DIST_SUBDIRS = sigc++ examples tests scripts
-
- bin_SCRIPTS = sigc-config
diff --git a/devel/libsigc++20/files/patch-ab b/devel/libsigc++20/files/patch-ab
deleted file mode 100644
index 38dd856ea379..000000000000
--- a/devel/libsigc++20/files/patch-ab
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Sat May 20 20:46:13 2000
-+++ configure Tue Jul 25 14:39:44 2000
-@@ -2566,14 +2566,14 @@
-
- if test "x$enable_threads" = "xyes" ; then
- enable_threads="no"
--echo $ac_n "checking for pthread_self in -lpthread""... $ac_c" 1>&6
--echo "configure:2571: checking for pthread_self in -lpthread" >&5
-+echo $ac_n "checking for pthread_self in -pthread""... $ac_c" 1>&6
-+echo "configure:2571: checking for pthread_self in -pthread" >&5
- ac_lib_var=`echo pthread'_'pthread_self | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lpthread $LIBS"
-+LIBS="-pthread $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2579 "configure"
- #include "confdefs.h"
-@@ -2604,7 +2604,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- enable_threads="yes";THREAD_LIB="-lpthread"
-+ enable_threads="yes";THREAD_LIB="-pthread"
- else
- echo "$ac_t""no" 1>&6
- fi
diff --git a/devel/libsigc++20/files/patch-ac b/devel/libsigc++20/files/patch-ac
deleted file mode 100644
index d4d1b3004da4..000000000000
--- a/devel/libsigc++20/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- sigc++/Makefile.in.orig Sat May 20 20:47:52 2000
-+++ sigc++/Makefile.in Tue Jul 25 14:37:44 2000
-@@ -64,7 +64,7 @@
- CPP = @CPP@
- CXX = @CXX@
- DLLTOOL = @DLLTOOL@
--LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@
-+LIBSIGC_SO_VERSION = 1:0:1
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
- M4 = @M4@
-@@ -90,7 +90,7 @@
- libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc
-
-
--libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined
-+libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined
-
- libsigcdir = $(prefix)/include/sigc++
-
diff --git a/devel/libsigc++20/files/patch-ad b/devel/libsigc++20/files/patch-ad
deleted file mode 100644
index 201ea9b1db21..000000000000
--- a/devel/libsigc++20/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- sigc++/config/Makefile.in Thu Jan 20 03:40:58 2000
-+++ sigc++/config/Makefile.in Thu Jan 27 23:34:37 1994
-@@ -81,7 +81,7 @@
-
- EXTRA_DIST = sigc++config.h.in
-
--includedir = $(libdir)/sigc++/include
-+includedir = $(prefix)/include
- include_HEADERS = sigc++config.h
- mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
- CONFIG_HEADER = sigc++config.h
diff --git a/devel/libsigc++20/files/patch-ae b/devel/libsigc++20/files/patch-ae
deleted file mode 100644
index 338287cde7b8..000000000000
--- a/devel/libsigc++20/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- sigc++/macros/Makefile.in Thu Jan 20 03:40:59 2000
-+++ sigc++/macros/Makefile.in Fri Jan 28 00:03:54 1994
-@@ -83,7 +83,7 @@
- templates = template.macros.m4 slot.h.m4 func_slot.h.m4 class_slot.h.m4 object_slot.h.m4 basic_signal.h.m4 bind.h.m4 rettype.h.m4 convert.h.m4
-
-
--m4includedir = $(includedir)/sigc++/macros
-+m4includedir = $(prefix)/share/libsigc++
- m4include_HEADERS = $(templates)
-
- EXTRA_DIST = README $(templates)
diff --git a/devel/libsigc++20/files/patch-af b/devel/libsigc++20/files/patch-af
deleted file mode 100644
index 6ac813699ae3..000000000000
--- a/devel/libsigc++20/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- sigc-config.in Thu Jan 13 07:23:16 2000
-+++ sigc-config.in Mon Jan 31 10:34:45 2000
-@@ -220,7 +220,7 @@
- if test "@libdir@" != /usr/lib ; then
- libs="-L@libdir@"
- fi
--af_cflags="$af_cflags -I@libdir@/sigc++/include $includes"
-+af_cflags="$af_cflags $includes"
- af_libs="$libs -lsigc @THREAD_LIB@ $af_libs"
-
-