diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-06 20:31:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-06 20:31:10 +0000 |
commit | 6748e9eca39c8fc8e35b5d5fe5c3fa187997b70a (patch) | |
tree | c0ee8e4a96f4a1b3d53f6743541c86bcf32fe8c1 /devel/libsigc++12/files | |
parent | 5520157367f0be536bc06211c8837ea1b5edb000 (diff) | |
download | ports-6748e9eca39c8fc8e35b5d5fe5c3fa187997b70a.tar.gz ports-6748e9eca39c8fc8e35b5d5fe5c3fa187997b70a.zip |
Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets added
to the tree.
Prompted by: Neil Darlow <neil@darlow.co.uk>
Notes
Notes:
svn path=/head/; revision=64118
Diffstat (limited to 'devel/libsigc++12/files')
-rw-r--r-- | devel/libsigc++12/files/patch-ab | 29 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-ac | 17 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-ad | 12 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-ae | 12 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-af | 10 |
5 files changed, 26 insertions, 54 deletions
diff --git a/devel/libsigc++12/files/patch-ab b/devel/libsigc++12/files/patch-ab index 38dd856ea379..e69de29bb2d1 100644 --- a/devel/libsigc++12/files/patch-ab +++ b/devel/libsigc++12/files/patch-ab @@ -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++12/files/patch-ac b/devel/libsigc++12/files/patch-ac index d4d1b3004da4..40715320d19b 100644 --- a/devel/libsigc++12/files/patch-ac +++ b/devel/libsigc++12/files/patch-ac @@ -1,20 +1,21 @@ ---- 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@ +--- sigc++/Makefile.in.orig Tue Oct 23 07:40:58 2001 ++++ sigc++/Makefile.in Tue Aug 6 16:13:28 2002 +@@ -66,7 +66,7 @@ DLLTOOL = @DLLTOOL@ + DLL_DEFINE = @DLL_DEFINE@ + EXEEXT = @EXEEXT@ -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 +@@ -94,8 +94,7 @@ + EXTRA_libsigc_la_SOURCES = sigc_res.rc -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++ + lib_LTLIBRARIES = libsigc.la diff --git a/devel/libsigc++12/files/patch-ad b/devel/libsigc++12/files/patch-ad index 201ea9b1db21..43928bfe4f5b 100644 --- a/devel/libsigc++12/files/patch-ad +++ b/devel/libsigc++12/files/patch-ad @@ -1,11 +1,11 @@ ---- 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 @@ +--- sigc++/config/Makefile.in.orig Tue Aug 6 16:14:37 2002 ++++ sigc++/config/Makefile.in Tue Aug 6 16:16:36 2002 +@@ -82,7 +82,7 @@ EXTRA_DIST = sigc++config.h.in --includedir = $(libdir)/sigc++/include -+includedir = $(prefix)/include - include_HEADERS = sigc++config.h +-includedir = $(libdir)/sigc++-1.0/include ++includedir = $(prefix)/include/sigc++-1.0 + include_HEADERS = sigc++config.h mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs CONFIG_HEADER = sigc++config.h diff --git a/devel/libsigc++12/files/patch-ae b/devel/libsigc++12/files/patch-ae index 338287cde7b8..b84b620264db 100644 --- a/devel/libsigc++12/files/patch-ae +++ b/devel/libsigc++12/files/patch-ae @@ -1,11 +1,11 @@ ---- 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 +--- sigc++/macros/Makefile.in.orig Tue Oct 23 07:40:58 2001 ++++ sigc++/macros/Makefile.in Tue Aug 6 13:52:37 2002 +@@ -84,7 +84,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 retbind.h.m4 --m4includedir = $(includedir)/sigc++/macros -+m4includedir = $(prefix)/share/libsigc++ +-m4includedir = $(includedir)/sigc++-1.0/sigc++/macros ++m4includedir = $(prefix)/share/sigc++-1.0/sigc++/macros m4include_HEADERS = $(templates) EXTRA_DIST = README $(templates) diff --git a/devel/libsigc++12/files/patch-af b/devel/libsigc++12/files/patch-af index 6ac813699ae3..026dad7441cd 100644 --- a/devel/libsigc++12/files/patch-af +++ b/devel/libsigc++12/files/patch-af @@ -1,11 +1,11 @@ ---- sigc-config.in Thu Jan 13 07:23:16 2000 -+++ sigc-config.in Mon Jan 31 10:34:45 2000 -@@ -220,7 +220,7 @@ +--- sigc-config.in.orig Sat Oct 20 11:38:36 2001 ++++ sigc-config.in Tue Aug 6 13:53:55 2002 +@@ -217,7 +217,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_cflags="$af_cflags -I@libdir@/sigc++-1.0/include -I@includedir@/sigc++-1.0" ++af_cflags="$af_cflags -I@includedir@/sigc++-1.0" af_libs="$libs -lsigc @THREAD_LIB@ $af_libs" |