diff options
author | clement <clement@FreeBSD.org> | 2004-03-24 00:08:33 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-24 00:08:33 +0800 |
commit | 6d2c16920d1767a171cb4cbd68ae0c9e47917be5 (patch) | |
tree | 206475fe0c3d83862a6a2dfe99500c7464f0acdc /devel/libvanessa_adt | |
parent | 455e89eb985bf3e90e8e4508e81fafb8a35bc1ae (diff) | |
download | freebsd-ports-gnome-6d2c16920d1767a171cb4cbd68ae0c9e47917be5.tar.gz freebsd-ports-gnome-6d2c16920d1767a171cb4cbd68ae0c9e47917be5.tar.zst freebsd-ports-gnome-6d2c16920d1767a171cb4cbd68ae0c9e47917be5.zip |
- kill .la files
- bump PORTREVISION
Diffstat (limited to 'devel/libvanessa_adt')
-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 |