diff options
author | ade <ade@FreeBSD.org> | 2001-05-21 18:07:02 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-21 18:07:02 +0000 |
commit | b16882d95b0444c39a29863857b8eeb8a020a87b (patch) | |
tree | 986920ef4f9a39573be9e8d3ef76b5be5468a460 /devel/libole2 | |
parent | 98d2a52b9deb711e80001948f3fbeb65bd154222 (diff) | |
download | FreeBSD-ports-b16882d95b0444c39a29863857b8eeb8a020a87b.zip FreeBSD-ports-b16882d95b0444c39a29863857b8eeb8a020a87b.tar.gz |
Update to 0.2.2
Diffstat (limited to 'devel/libole2')
-rw-r--r-- | devel/libole2/Makefile | 2 | ||||
-rw-r--r-- | devel/libole2/distinfo | 2 | ||||
-rw-r--r-- | devel/libole2/files/patch-configure | 35 |
3 files changed, 37 insertions, 2 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile index 068705a..f3067dc 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libole2 -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/libole2 diff --git a/devel/libole2/distinfo b/devel/libole2/distinfo index f54365c..bca381c 100644 --- a/devel/libole2/distinfo +++ b/devel/libole2/distinfo @@ -1 +1 @@ -MD5 (libole2-0.2.1.tar.gz) = 425c3543b1cabd40951ecf7c70c3ed70 +MD5 (libole2-0.2.2.tar.gz) = 650bbd6b3718e3c861ed6e2afd2b7f7d diff --git a/devel/libole2/files/patch-configure b/devel/libole2/files/patch-configure new file mode 100644 index 0000000..db5d5e1 --- /dev/null +++ b/devel/libole2/files/patch-configure @@ -0,0 +1,35 @@ +--- configure.orig Sat May 19 16:58:34 2001 ++++ configure Mon May 21 10:42:07 2001 +@@ -5128,3 +5128,19 @@ + ++# Actually configure libtool. ac_aux_dir is where install-sh is found. ++CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ ++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 \ ++$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \ ++|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + ++# Reload cache, that may have been modified by ltconfig ++if test -r "$cache_file"; then ++ echo "loading cache $cache_file" ++ . $cache_file ++else ++ echo "creating cache $cache_file" ++ > $cache_file ++fi + +@@ -5132,3 +5148,3 @@ + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" + +@@ -5137,3 +5153,6 @@ + +-# Prevent multiple expansion ++ ++# Redirect the config.log output again, so that the ltconfig log is not ++# clobbered by the next message. ++exec 5>>./config.log + |