From owner-freebsd-ports Mon Apr 17 18:10:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AABB637B71F for ; Mon, 17 Apr 2000 18:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA94632; Mon, 17 Apr 2000 18:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from joelu.m8.ntu.edu.tw (JoeLu.m8.ntu.edu.tw [140.112.253.138]) by hub.freebsd.org (Postfix) with SMTP id 09B3037B659 for ; Mon, 17 Apr 2000 18:03:34 -0700 (PDT) (envelope-from JoeLu@joelu.m8.ntu.edu.tw) Received: (qmail 70568 invoked by uid 1000); 18 Apr 2000 01:00:34 -0000 Message-Id: <20000418010034.70567.qmail@joelu.m8.ntu.edu.tw> Date: 18 Apr 2000 01:00:34 -0000 From: JoeLu@joelu.m8.ntu.edu.tw Reply-To: JoeLu@joelu.m8.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18066: Update port: devel/libsigc++ to 1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18066 >Category: ports >Synopsis: Update port: devel/libsigc++ to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 17 18:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Joe Jih-Shien Lu >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: 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 <&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 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message