diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-23 16:08:33 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-23 16:08:33 +0000 |
commit | b2002793cbc3ed62ed2f2afba9fb0017c7e0cffd (patch) | |
tree | ec18e231e4de690d4b7506fa606fa16782adc8d6 | |
parent | - Update to 0.0.7 (diff) |
- kill .la files
- bump PORTREVISION
-rw-r--r-- | devel/libvanessa_adt/Makefile | 3 | ||||
-rw-r--r-- | devel/libvanessa_adt/files/patch-ltmain.sh | 13 | ||||
-rw-r--r-- | devel/libvanessa_adt/pkg-plist | 1 |
3 files changed, 15 insertions, 2 deletions
diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile index 6cc2ca9132d0..182a90c95ab4 100644 --- a/devel/libvanessa_adt/Makefile +++ b/devel/libvanessa_adt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libvanessa_adt PORTVERSION= 0.0.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION} @@ -19,8 +20,8 @@ LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger INSTALLS_SHLIB= YES -USE_LIBTOOL_VER= 13 USE_REINPLACE= YES +GNU_CONFIGURE= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/libvanessa_adt/files/patch-ltmain.sh b/devel/libvanessa_adt/files/patch-ltmain.sh new file mode 100644 index 000000000000..f24bc5ee6988 --- /dev/null +++ b/devel/libvanessa_adt/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_adt/pkg-plist b/devel/libvanessa_adt/pkg-plist index 3b4145ac5a26..214907674af7 100644 --- a/devel/libvanessa_adt/pkg-plist +++ b/devel/libvanessa_adt/pkg-plist @@ -2,4 +2,3 @@ include/vanessa_adt.h lib/libvanessa_adt.so.0 lib/libvanessa_adt.so lib/libvanessa_adt.a -lib/libvanessa_adt.la |