Bug 18066 - Update port: devel/libsigc++ to 1.0.0
Summary: Update port: devel/libsigc++ to 1.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-18 02:10 UTC by JoeLu
Modified: 2000-04-30 00:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JoeLu 2000-04-18 02:10:02 UTC
libsigc++-0.8.6 -> libsigc++-1.0.0

How-To-Repeat: 
diff -ruN libsigc++/Makefile libsigc++/Makefile
--- libsigc++/Makefile	Wed Apr 12 19:24:22 2000
+++ libsigc++/Makefile	Tue Apr 18 07:43:08 2000
@@ -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 -ruN libsigc++/files/md5 libsigc++/files/md5
--- libsigc++/files/md5	Sun Jan 30 06:26:00 2000
+++ libsigc++/files/md5	Tue Apr 18 07:43:44 2000
@@ -1 +1 @@
-MD5 (libsigc++-0.8.6.tar.gz) = 3facacf4325fb124a308b98e3a508c70
+MD5 (libsigc++-1.0.0.tar.gz) = 5f3b6b494e45073ff51459b433b77de2
diff -ruN libsigc++/patches/patch-ab libsigc++/patches/patch-ab
--- libsigc++/patches/patch-ab	Sun Jan 30 06:26:01 2000
+++ libsigc++/patches/patch-ab	Tue Apr 18 08:06:04 2000
@@ -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 -ruN libsigc++/patches/patch-ac libsigc++/patches/patch-ac
--- libsigc++/patches/patch-ac	Sun Jan 30 06:26:01 2000
+++ libsigc++/patches/patch-ac	Tue Apr 18 08:06:52 2000
@@ -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 -ruN libsigc++/pkg/PLIST libsigc++/pkg/PLIST
--- libsigc++/pkg/PLIST	Tue Feb  1 11:11:01 2000
+++ libsigc++/pkg/PLIST	Tue Apr 18 08:45:01 2000
@@ -12,6 +12,7 @@
 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
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-04-30 00:36:24 UTC
State Changed
From-To: open->closed

Update committed, thanks!