1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Update to 1.2.2.

This commit is contained in:
Joe Marcus Clarke 2003-06-01 08:08:27 +00:00
parent 30f60ee03e
commit ebb7148118
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81875
4 changed files with 25 additions and 14 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (gnome2/pango-1.2.1.tar.bz2) = 6b354ef14e75739a92b5b78f4ca3165a
MD5 (gnome2/pango-1.2.2.tar.bz2) = b8858106b9c7c9b040fc466c95909713

View File

@ -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.

View File

@ -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