diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 00:41:49 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 00:41:49 +0800 |
commit | 6b521d8e5f29566a141ad0e6c98502361d79dee1 (patch) | |
tree | 8d577a62e301f74b9227207f6840ae41e996e289 /audio | |
parent | c50a310c7b50d1e71748d1450d862e479cbecfde (diff) | |
download | freebsd-ports-gnome-6b521d8e5f29566a141ad0e6c98502361d79dee1.tar.gz freebsd-ports-gnome-6b521d8e5f29566a141ad0e6c98502361d79dee1.tar.zst freebsd-ports-gnome-6b521d8e5f29566a141ad0e6c98502361d79dee1.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sweep/Makefile | 2 | ||||
-rw-r--r-- | audio/sweep/pkg-plist | 6 | ||||
-rw-r--r-- | audio/vsound/Makefile | 2 | ||||
-rw-r--r-- | audio/vsound/files/patch-configure | 19 | ||||
-rw-r--r-- | audio/vsound/pkg-plist | 1 |
5 files changed, 16 insertions, 14 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index cdc0dfebc246..44d37a186571 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 USE_GNOME= gnomeprefix gnomehier gnomehack gnometarget gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist index 9a5420fe7b31..26d00a400f72 100644 --- a/audio/sweep/pkg-plist +++ b/audio/sweep/pkg-plist @@ -9,17 +9,11 @@ include/sweep/sweep_typeconvert.h include/sweep/sweep_types.h include/sweep/sweep_undo.h include/sweep/sweep_version.h -lib/sweep/libbyenergy.la lib/sweep/libbyenergy.so -lib/sweep/libecho.la lib/sweep/libecho.so -lib/sweep/libfade.la lib/sweep/libfade.so -lib/sweep/libladspameta.la lib/sweep/libladspameta.so -lib/sweep/libnormalise.la lib/sweep/libnormalise.so -lib/sweep/libreverse.la lib/sweep/libreverse.so share/gnome/apps/Multimedia/sweep.desktop share/gnome/pixmaps/sweep.png diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index d9f372f57db1..410c8c8c72fd 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -16,7 +16,7 @@ COMMENT= Utility for capturing audio streams from programs with OSS output BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 .include <bsd.port.pre.mk> diff --git a/audio/vsound/files/patch-configure b/audio/vsound/files/patch-configure index b45e15c16de0..3e5cc7068f2e 100644 --- a/audio/vsound/files/patch-configure +++ b/audio/vsound/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sun Feb 11 07:48:58 2001 -+++ configure Tue Apr 13 17:11:28 2004 -@@ -1183,21 +1194,21 @@ +--- configure.orig Tue May 31 16:40:06 2005 ++++ configure Tue May 31 16:40:28 2005 +@@ -1183,21 +1183,21 @@ echo "$ac_t""$CPP" 1>&6 @@ -26,7 +26,7 @@ ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -1233,7 +1244,7 @@ +@@ -1233,7 +1233,7 @@ ac_cv_cpu_endian_ness="unknown" case "$target_cpu" in @@ -35,7 +35,16 @@ ac_cv_cpu_endian_ness="little" ;; -@@ -1941,7 +1952,7 @@ +@@ -1674,7 +1674,7 @@ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ + LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ + DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ ++$ac_aux_dir/ltconfig --no-reexec \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + +@@ -1941,7 +1941,7 @@ fi if test "$ac_cv_prog_gcc" = yes ; then diff --git a/audio/vsound/pkg-plist b/audio/vsound/pkg-plist index 2a26e8d3c89d..5fd935da469f 100644 --- a/audio/vsound/pkg-plist +++ b/audio/vsound/pkg-plist @@ -1,5 +1,4 @@ bin/vsound -lib/vsound/libvsound.la lib/vsound/libvsound.so @dirrm lib/vsound %%PORTDOCS%%%%DOCSDIR%%/README |