summaryrefslogtreecommitdiff
path: root/devel/libsigc++12
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-11 05:24:04 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-11 05:24:04 +0000
commitd041c5f9aaa89f98e7f0b6e845874710af92d653 (patch)
treea970b857513adc602936ac00fa9631b9b58726ab /devel/libsigc++12
parentAdd p5-B-Graph 0.50, a perl module that acts as a layer between Malcolm (diff)
Update to 1.0.1. Move to USE_LIBTOOL and rid ourselves of .la file. Fix
-lc_r -> -pthread. Update PLIST. PR: 20174 Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes: svn path=/head/; revision=31512
Diffstat (limited to 'devel/libsigc++12')
-rw-r--r--devel/libsigc++12/Makefile4
-rw-r--r--devel/libsigc++12/distinfo2
-rw-r--r--devel/libsigc++12/files/patch-ab20
-rw-r--r--devel/libsigc++12/files/patch-ac12
-rw-r--r--devel/libsigc++12/pkg-plist2
5 files changed, 20 insertions, 20 deletions
diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile
index 9fe3cc62cbf0..01ff250097d7 100644
--- a/devel/libsigc++12/Makefile
+++ b/devel/libsigc++12/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++12/distinfo b/devel/libsigc++12/distinfo
index c3fb63108067..bd60b776316a 100644
--- a/devel/libsigc++12/distinfo
+++ b/devel/libsigc++12/distinfo
@@ -1 +1 @@
-MD5 (libsigc++-1.0.0.tar.gz) = 5f3b6b494e45073ff51459b433b77de2
+MD5 (libsigc++-1.0.1.tar.gz) = 69cc92bbece1c8085dce4e9a466404b3
diff --git a/devel/libsigc++12/files/patch-ab b/devel/libsigc++12/files/patch-ab
index 6cdeaffb2e2c..38dd856ea379 100644
--- a/devel/libsigc++12/files/patch-ab
+++ b/devel/libsigc++12/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++12/files/patch-ac b/devel/libsigc++12/files/patch-ac
index a2d415008645..d4d1b3004da4 100644
--- a/devel/libsigc++12/files/patch-ac
+++ b/devel/libsigc++12/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++12/pkg-plist b/devel/libsigc++12/pkg-plist
index 98bc5553a046..2e1419e7ea1f 100644
--- a/devel/libsigc++12/pkg-plist
+++ b/devel/libsigc++12/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