diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-31 03:17:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-31 03:17:21 +0800 |
commit | a5972393cdb9edd973913ddae61c5b24c4dd8768 (patch) | |
tree | e3998b4a9f2976bec69ed3ada4b0ffb2a9a6726e /accessibility/gnome-speech | |
parent | 60d7ed4baa7b151b087e5d0fbf889d082aa303f8 (diff) | |
download | freebsd-ports-gnome-a5972393cdb9edd973913ddae61c5b24c4dd8768.tar.gz freebsd-ports-gnome-a5972393cdb9edd973913ddae61c5b24c4dd8768.tar.zst freebsd-ports-gnome-a5972393cdb9edd973913ddae61c5b24c4dd8768.zip |
Update to 0.3.5.
Diffstat (limited to 'accessibility/gnome-speech')
-rw-r--r-- | accessibility/gnome-speech/Makefile | 4 | ||||
-rw-r--r-- | accessibility/gnome-speech/distinfo | 4 | ||||
-rw-r--r-- | accessibility/gnome-speech/files/patch-ltmain.sh | 51 |
3 files changed, 4 insertions, 55 deletions
diff --git a/accessibility/gnome-speech/Makefile b/accessibility/gnome-speech/Makefile index 7d50fa970e2a..3b2544516125 100644 --- a/accessibility/gnome-speech/Makefile +++ b/accessibility/gnome-speech/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomespeech -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.5 CATEGORIES= accessibility audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-speech/0.3 @@ -19,7 +19,7 @@ COMMENT= GNOME text-to-speech API USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack libbonobo -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/accessibility/gnome-speech/distinfo b/accessibility/gnome-speech/distinfo index c8f8ee05bfcd..c1481e4d4f25 100644 --- a/accessibility/gnome-speech/distinfo +++ b/accessibility/gnome-speech/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-speech-0.3.3.tar.bz2) = 8ee8cb9196da9971ff7d497e88f4eadd -SIZE (gnome2/gnome-speech-0.3.3.tar.bz2) = 253310 +MD5 (gnome2/gnome-speech-0.3.5.tar.bz2) = 34382d0b33146b1f8fc5239895471369 +SIZE (gnome2/gnome-speech-0.3.5.tar.bz2) = 255271 diff --git a/accessibility/gnome-speech/files/patch-ltmain.sh b/accessibility/gnome-speech/files/patch-ltmain.sh index be26a38ade1b..e69de29bb2d1 100644 --- a/accessibility/gnome-speech/files/patch-ltmain.sh +++ b/accessibility/gnome-speech/files/patch-ltmain.sh @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Fri May 2 16:51:22 2003 -+++ ltmain.sh Tue May 20 15:31:37 2003 -@@ -1277,7 +1277,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1287,8 +1287,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2997,6 +3005,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5425,10 +5436,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - 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 $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |