diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-29 23:37:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-29 23:37:14 +0000 |
commit | 3bd43b763e5b428618f43a63860464a80d1b1329 (patch) | |
tree | 86dbe02c3c5ba4db9635ef3c6158e5b883ddf19c /devel/libsigc++20 | |
parent | 2a76b5460c5e1a2d1dec53e26d33062752c1f530 (diff) | |
download | ports-3bd43b763e5b428618f43a63860464a80d1b1329.tar.gz ports-3bd43b763e5b428618f43a63860464a80d1b1329.zip |
Notes
Diffstat (limited to 'devel/libsigc++20')
-rw-r--r-- | devel/libsigc++20/Makefile | 4 | ||||
-rw-r--r-- | devel/libsigc++20/distinfo | 2 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-ab | 16 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-ac | 6 | ||||
-rw-r--r-- | devel/libsigc++20/pkg-plist | 1 |
5 files changed, 15 insertions, 14 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 1c84a64f52af..c4185fa77f48 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -6,9 +6,9 @@ # PORTNAME= libsigc++ -PORTVERSION= 0.8.6 +PORTVERSION= 1.0.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/kenelson/libsigc++/ +MASTER_SITES= http://download.sourceforge.net/libsigc/ MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw diff --git a/devel/libsigc++20/distinfo b/devel/libsigc++20/distinfo index bab7eb03fbc7..c3fb63108067 100644 --- a/devel/libsigc++20/distinfo +++ b/devel/libsigc++20/distinfo @@ -1 +1 @@ -MD5 (libsigc++-0.8.6.tar.gz) = 3facacf4325fb124a308b98e3a508c70 +MD5 (libsigc++-1.0.0.tar.gz) = 5f3b6b494e45073ff51459b433b77de2 diff --git a/devel/libsigc++20/files/patch-ab b/devel/libsigc++20/files/patch-ab index 89440f4b9c9d..6cdeaffb2e2c 100644 --- a/devel/libsigc++20/files/patch-ab +++ b/devel/libsigc++20/files/patch-ab @@ -1,24 +1,24 @@ ---- configure Wed Jan 19 15:06:41 2000 -+++ configure Thu Jan 27 23:33:56 1994 -@@ -2810,14 +2810,14 @@ +--- configure Sat Apr 15 10:15:19 2000 ++++ configure Tue Apr 18 07:49:32 2000 +@@ -2901,14 +2901,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:2815: checking for pthread_self in -lpthread" >&5 +-echo "configure:2906: checking for pthread_self in -lpthread" >&5 +echo $ac_n "checking for pthread_self in -lc_r""... $ac_c" 1>&6 -+echo "configure:2815: checking for pthread_self in -lc_r" >&5 ++echo "configure:2906: checking for pthread_self in -lc_r" >&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 -lc_r $LIBS" ++LIBS="-pthread -lc_r $LIBS" cat > conftest.$ac_ext <<EOF - #line 2823 "configure" + #line 2914 "configure" #include "confdefs.h" -@@ -2848,7 +2848,7 @@ +@@ -2939,7 +2939,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 diff --git a/devel/libsigc++20/files/patch-ac b/devel/libsigc++20/files/patch-ac index 5ee58ac5e406..a2d415008645 100644 --- a/devel/libsigc++20/files/patch-ac +++ b/devel/libsigc++20/files/patch-ac @@ -1,5 +1,5 @@ ---- sigc++/Makefile.in Thu Jan 20 03:40:56 2000 -+++ sigc++/Makefile.in Thu Jan 27 23:40:23 1994 +--- sigc++/Makefile.in Sat Apr 15 10:17:41 2000 ++++ sigc++/Makefile.in Tue Apr 18 07:52:19 2000 @@ -65,7 +65,7 @@ CXX = @CXX@ DLLTOOL = @DLLTOOL@ @@ -9,7 +9,7 @@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ M4 = @M4@ -@@ -90,7 +90,7 @@ +@@ -92,7 +92,7 @@ libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc diff --git a/devel/libsigc++20/pkg-plist b/devel/libsigc++20/pkg-plist index 6a75dbd6e35c..ba7b9896776c 100644 --- a/devel/libsigc++20/pkg-plist +++ b/devel/libsigc++20/pkg-plist @@ -12,6 +12,7 @@ include/sigc++/handle_system.h include/sigc++/marshal.h include/sigc++/object.h include/sigc++/object_slot.h +include/sigc++/retbind.h include/sigc++/rettype.h include/sigc++/scope.h include/sigc++/signal_system.h |