diff options
author | clement <clement@FreeBSD.org> | 2004-03-24 00:08:06 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-24 00:08:06 +0800 |
commit | 182274f92e9b7a943116b067c6f340a70a82c7c6 (patch) | |
tree | 395162a1a278bb6b47b175cb920a02256705f6e8 | |
parent | 58985a1e989f26f9b09f822dfdca21a2efd20ed3 (diff) | |
download | freebsd-ports-gnome-182274f92e9b7a943116b067c6f340a70a82c7c6.tar.gz freebsd-ports-gnome-182274f92e9b7a943116b067c6f340a70a82c7c6.tar.zst freebsd-ports-gnome-182274f92e9b7a943116b067c6f340a70a82c7c6.zip |
- Update to 0.0.7
- kill .la files
-rw-r--r-- | devel/libvanessa_socket/Makefile | 6 | ||||
-rw-r--r-- | devel/libvanessa_socket/distinfo | 4 | ||||
-rw-r--r-- | devel/libvanessa_socket/files/patch-ltmain.sh | 13 | ||||
-rw-r--r-- | devel/libvanessa_socket/pkg-plist | 1 |
4 files changed, 17 insertions, 7 deletions
diff --git a/devel/libvanessa_socket/Makefile b/devel/libvanessa_socket/Makefile index 6146d3f3131f..49502967e542 100644 --- a/devel/libvanessa_socket/Makefile +++ b/devel/libvanessa_socket/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libvanessa_socket -PORTVERSION= 0.0.6 -PORTREVISION= 1 +PORTVERSION= 0.0.7 CATEGORIES= devel MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION} @@ -22,8 +21,7 @@ LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ MAN1= vanessa_socket_pipe.1 INSTALLS_SHLIB= YES - -USE_LIBTOOL_VER= 13 +GNU_CONFIGURE= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/libvanessa_socket/distinfo b/devel/libvanessa_socket/distinfo index 522cffd397b5..d178e0d4f97c 100644 --- a/devel/libvanessa_socket/distinfo +++ b/devel/libvanessa_socket/distinfo @@ -1,2 +1,2 @@ -MD5 (vanessa_socket-0.0.6.tar.gz) = 39b9171a836a9edea6368da686a84a15 -SIZE (vanessa_socket-0.0.6.tar.gz) = 321370 +MD5 (vanessa_socket-0.0.7.tar.gz) = 928c318ac74601412ff231234e1da7c9 +SIZE (vanessa_socket-0.0.7.tar.gz) = 321042 diff --git a/devel/libvanessa_socket/files/patch-ltmain.sh b/devel/libvanessa_socket/files/patch-ltmain.sh new file mode 100644 index 000000000000..f24bc5ee6988 --- /dev/null +++ b/devel/libvanessa_socket/files/patch-ltmain.sh @@ -0,0 +1,13 @@ +--- ltmain.sh.orig Tue Mar 23 15:22:40 2004 ++++ ltmain.sh Tue Mar 23 15:22:50 2004 +@@ -5530,8 +5530,8 @@ + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i +- $show "$install_prog $instname $destdir/$name" +- $run eval "$install_prog $instname $destdir/$name" || exit $? ++ #$show "$install_prog $instname $destdir/$name" ++ #$run eval "$install_prog $instname $destdir/$name" || exit $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/libvanessa_socket/pkg-plist b/devel/libvanessa_socket/pkg-plist index 75b51d75357e..ef562dbe04dc 100644 --- a/devel/libvanessa_socket/pkg-plist +++ b/devel/libvanessa_socket/pkg-plist @@ -3,4 +3,3 @@ include/vanessa_socket.h lib/libvanessa_socket.so.0 lib/libvanessa_socket.so lib/libvanessa_socket.a -lib/libvanessa_socket.la |