diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-01 16:08:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-01 16:08:27 +0800 |
commit | d8e81eb74d186148d3409ac8bcfa96efba264348 (patch) | |
tree | 00b37036b9053475db8ebd963fc56fbcf1570c93 | |
parent | 76087c33f15151945ead5ed84017ee2ac9a04ed8 (diff) | |
download | freebsd-ports-gnome-d8e81eb74d186148d3409ac8bcfa96efba264348.tar.gz freebsd-ports-gnome-d8e81eb74d186148d3409ac8bcfa96efba264348.tar.zst freebsd-ports-gnome-d8e81eb74d186148d3409ac8bcfa96efba264348.zip |
Update to 1.2.2.
-rw-r--r-- | x11-toolkits/pango/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/pango/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/pango/files/patch-ltmain.sh | 31 | ||||
-rw-r--r-- | x11-toolkits/pango/pkg-plist | 3 |
4 files changed, 25 insertions, 14 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 48cc8e3fd76c..929e67c3b235 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pango -PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTVERSION= 1.2.2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index 020067318579..9f7123ca2627 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1 +1 @@ -MD5 (gnome2/pango-1.2.1.tar.bz2) = 6b354ef14e75739a92b5b78f4ca3165a +MD5 (gnome2/pango-1.2.2.tar.bz2) = b8858106b9c7c9b040fc466c95909713 diff --git a/x11-toolkits/pango/files/patch-ltmain.sh b/x11-toolkits/pango/files/patch-ltmain.sh index e9e312dfe402..1d56986675d0 100644 --- a/x11-toolkits/pango/files/patch-ltmain.sh +++ b/x11-toolkits/pango/files/patch-ltmain.sh @@ -1,15 +1,24 @@ ---- ltmain.sh.orig Fri Nov 8 15:40:11 2002 -+++ ltmain.sh Tue Dec 3 18:47:10 2002 -@@ -1082,8 +1082,16 @@ +--- ltmain.sh.orig Thu Apr 24 19:44:23 2003 ++++ ltmain.sh Sat May 31 01:34:34 2003 +@@ -1280,7 +1280,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 + ;; +@@ -1290,8 +1290,16 @@ continue ;; + -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; + -module) module=yes @@ -17,9 +26,9 @@ continue ;; -@@ -2397,6 +2405,9 @@ +@@ -3000,6 +3008,9 @@ # problems, so we reset it completely - verstring="" + verstring= ;; + *-*-freebsd*) + # FreeBSD doesn't need this... @@ -27,7 +36,7 @@ *) verstring="0.0" ;; -@@ -4327,10 +4338,12 @@ +@@ -5428,10 +5439,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist index f7a040115eff..575d51a21f62 100644 --- a/x11-toolkits/pango/pkg-plist +++ b/x11-toolkits/pango/pkg-plist @@ -52,10 +52,12 @@ lib/pango/%%VERSION%%/modules/pango-hebrew-ft2.so lib/pango/%%VERSION%%/modules/pango-hebrew-x.so lib/pango/%%VERSION%%/modules/pango-hebrew-xft.so lib/pango/%%VERSION%%/modules/pango-indic-xft.so +lib/pango/%%VERSION%%/modules/pango-indic-ft2.so lib/pango/%%VERSION%%/modules/pango-myanmar-x.so lib/pango/%%VERSION%%/modules/pango-tamil-x.so lib/pango/%%VERSION%%/modules/pango-thai-x.so lib/pango/%%VERSION%%/modules/pango-thai-xft.so +lib/pango/%%VERSION%%/modules/pango-thai-ft2.so libdata/pkgconfig/pango.pc libdata/pkgconfig/pangoft2.pc libdata/pkgconfig/pangox.pc @@ -63,6 +65,7 @@ libdata/pkgconfig/pangoxft.pc share/doc/pango/home.png share/doc/pango/index.html share/doc/pango/index.sgml +share/doc/pango/ix01.html share/doc/pango/layout.gif share/doc/pango/left.png share/doc/pango/lowlevel.html |