diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 05:24:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 05:24:04 +0000 |
commit | d041c5f9aaa89f98e7f0b6e845874710af92d653 (patch) | |
tree | a970b857513adc602936ac00fa9631b9b58726ab /devel/libsigc++20 | |
parent | 09f0add6d56babe82b572ce2788257016aad4266 (diff) | |
download | ports-d041c5f9aaa89f98e7f0b6e845874710af92d653.tar.gz ports-d041c5f9aaa89f98e7f0b6e845874710af92d653.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 | 20 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-ac | 12 | ||||
-rw-r--r-- | devel/libsigc++20/pkg-plist | 2 |
5 files changed, 20 insertions, 20 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 9fe3cc62cbf0..01ff250097d7 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -6,14 +6,14 @@ # PORTNAME= libsigc++ -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libsigc MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_NEWGCC= yes INSTALLS_SHLIB= yes diff --git a/devel/libsigc++20/distinfo b/devel/libsigc++20/distinfo index c3fb63108067..bd60b776316a 100644 --- a/devel/libsigc++20/distinfo +++ b/devel/libsigc++20/distinfo @@ -1 +1 @@ -MD5 (libsigc++-1.0.0.tar.gz) = 5f3b6b494e45073ff51459b433b77de2 +MD5 (libsigc++-1.0.1.tar.gz) = 69cc92bbece1c8085dce4e9a466404b3 diff --git a/devel/libsigc++20/files/patch-ab b/devel/libsigc++20/files/patch-ab index 6cdeaffb2e2c..38dd856ea379 100644 --- a/devel/libsigc++20/files/patch-ab +++ b/devel/libsigc++20/files/patch-ab @@ -1,29 +1,29 @@ ---- configure Sat Apr 15 10:15:19 2000 -+++ configure Tue Apr 18 07:49:32 2000 -@@ -2901,14 +2901,14 @@ +--- 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:2906: checking for pthread_self in -lpthread" >&5 -+echo $ac_n "checking for pthread_self in -lc_r""... $ac_c" 1>&6 -+echo "configure:2906: checking for pthread_self in -lc_r" >&5 +-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 -lc_r $LIBS" ++LIBS="-pthread $LIBS" cat > conftest.$ac_ext <<EOF - #line 2914 "configure" + #line 2579 "configure" #include "confdefs.h" -@@ -2939,7 +2939,7 @@ +@@ -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 -lc_r" ++ 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 index a2d415008645..d4d1b3004da4 100644 --- a/devel/libsigc++20/files/patch-ac +++ b/devel/libsigc++20/files/patch-ac @@ -1,15 +1,15 @@ ---- sigc++/Makefile.in Sat Apr 15 10:17:41 2000 -+++ sigc++/Makefile.in Tue Apr 18 07:52:19 2000 -@@ -65,7 +65,7 @@ +--- 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@ - LD = @LD@ -LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@ -+LIBSIGC_SO_VERSION = 1:0:0 ++LIBSIGC_SO_VERSION = 1:0:1 LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ M4 = @M4@ -@@ -92,7 +92,7 @@ +@@ -90,7 +90,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 98bc5553a046..2e1419e7ea1f 100644 --- a/devel/libsigc++20/pkg-plist +++ b/devel/libsigc++20/pkg-plist @@ -20,7 +20,6 @@ include/sigc++/slot.h include/sigc++/thread.h include/sigc++/type.h lib/libsigc.a -lib/libsigc.la lib/libsigc.so lib/libsigc.so.1 share/aclocal/sigc++.m4 @@ -43,6 +42,7 @@ share/libsigc++/class_slot.h.m4 share/libsigc++/convert.h.m4 share/libsigc++/func_slot.h.m4 share/libsigc++/object_slot.h.m4 +share/libsigc++/retbind.h.m4 share/libsigc++/rettype.h.m4 share/libsigc++/slot.h.m4 share/libsigc++/template.macros.m4 |