summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pango/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-10-25 09:32:21 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-10-25 09:32:21 +0800
commitf5bc6a4a2f844ef073bdb256ff3e8b10e6aca6dd (patch)
tree1189b29a422ff0efe9093baf8fbba234f6a81ccc /x11-toolkits/pango/files
parentced9ac0220cdc99937216f757a936c14c8f89a46 (diff)
downloadmarcuscom-ports-f5bc6a4a2f844ef073bdb256ff3e8b10e6aca6dd.tar
marcuscom-ports-f5bc6a4a2f844ef073bdb256ff3e8b10e6aca6dd.tar.gz
marcuscom-ports-f5bc6a4a2f844ef073bdb256ff3e8b10e6aca6dd.tar.bz2
marcuscom-ports-f5bc6a4a2f844ef073bdb256ff3e8b10e6aca6dd.tar.lz
marcuscom-ports-f5bc6a4a2f844ef073bdb256ff3e8b10e6aca6dd.tar.xz
marcuscom-ports-f5bc6a4a2f844ef073bdb256ff3e8b10e6aca6dd.tar.zst
marcuscom-ports-f5bc6a4a2f844ef073bdb256ff3e8b10e6aca6dd.zip
Update to 1.3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1295 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango/files')
-rw-r--r--x11-toolkits/pango/files/patch-ac14
-rw-r--r--x11-toolkits/pango/files/patch-configure17
-rw-r--r--x11-toolkits/pango/files/patch-ltmain.sh51
-rw-r--r--x11-toolkits/pango/files/pkg-install.in9
4 files changed, 91 insertions, 0 deletions
diff --git a/x11-toolkits/pango/files/patch-ac b/x11-toolkits/pango/files/patch-ac
new file mode 100644
index 000000000..1e22009d5
--- /dev/null
+++ b/x11-toolkits/pango/files/patch-ac
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/pango/files/patch-ac,v 1.5 2003/02/07 18:42:24 marcus Exp $
+
+--- Makefile.in.orig Mon Mar 11 12:16:33 2002
++++ Makefile.in Mon Mar 11 12:24:58 2002
+@@ -116,7 +116,7 @@
+ YACC = @YACC@
+ ms_librarian = @ms_librarian@
+
+-SUBDIRS = pango modules examples docs tools tests
++SUBDIRS = pango modules examples docs tools
+
+ EXTRA_DIST = \
+ pango.spec.in \
diff --git a/x11-toolkits/pango/files/patch-configure b/x11-toolkits/pango/files/patch-configure
new file mode 100644
index 000000000..611bcc576
--- /dev/null
+++ b/x11-toolkits/pango/files/patch-configure
@@ -0,0 +1,17 @@
+--- configure.orig Thu Jun 13 17:04:03 2002
++++ configure Wed Jul 3 12:46:50 2002
+@@ -12084,10 +12085,10 @@
+ s,@INSTALL_DATA@,$INSTALL_DATA,;t t
+ s,@PACKAGE@,$PACKAGE,;t t
+ s,@VERSION@,$VERSION,;t t
+-s,@ACLOCAL@,$ACLOCAL,;t t
+-s,@AUTOCONF@,$AUTOCONF,;t t
+-s,@AUTOMAKE@,$AUTOMAKE,;t t
+-s,@AUTOHEADER@,$AUTOHEADER,;t t
++s,@ACLOCAL@,/usr/bin/true,;t t
++s,@AUTOCONF@,/usr/bin/true,;t t
++s,@AUTOMAKE@,/usr/bin/true,;t t
++s,@AUTOHEADER@,/usr/bin/true,;t t
+ s,@MAKEINFO@,$MAKEINFO,;t t
+ s,@SET_MAKE@,$SET_MAKE,;t t
+ s,@CC@,$CC,;t t
diff --git a/x11-toolkits/pango/files/patch-ltmain.sh b/x11-toolkits/pango/files/patch-ltmain.sh
new file mode 100644
index 000000000..1d5698667
--- /dev/null
+++ b/x11-toolkits/pango/files/patch-ltmain.sh
@@ -0,0 +1,51 @@
+--- 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
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -3000,6 +3008,9 @@
+ # problems, so we reset it completely
+ verstring=
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ verstring="0.0"
+ ;;
+@@ -5428,10 +5439,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"
diff --git a/x11-toolkits/pango/files/pkg-install.in b/x11-toolkits/pango/files/pkg-install.in
new file mode 100644
index 000000000..d734df0dd
--- /dev/null
+++ b/x11-toolkits/pango/files/pkg-install.in
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%X11BASE%%/bin
+export PATH
+
+if [ "$2" = "POST-INSTALL" ]; then
+ echo "Running fc-cache to build fontconfig cache..."
+ fc-cache -f -v
+fi