mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 1.0.0.
PR: 18066 Submitted by: maintainer
This commit is contained in:
parent
2a76b5460c
commit
3bd43b763e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28106
15 changed files with 45 additions and 42 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libsigc++-0.8.6.tar.gz) = 3facacf4325fb124a308b98e3a508c70
|
||||
MD5 (libsigc++-1.0.0.tar.gz) = 5f3b6b494e45073ff51459b433b77de2
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libsigc++-0.8.6.tar.gz) = 3facacf4325fb124a308b98e3a508c70
|
||||
MD5 (libsigc++-1.0.0.tar.gz) = 5f3b6b494e45073ff51459b433b77de2
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libsigc++-0.8.6.tar.gz) = 3facacf4325fb124a308b98e3a508c70
|
||||
MD5 (libsigc++-1.0.0.tar.gz) = 5f3b6b494e45073ff51459b433b77de2
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue