diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
commit | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch) | |
tree | a95d6ef7b169e6753fca6a89006355f69851345e /x11-toolkits/pango/files | |
parent | 97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff) | |
download | marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2 marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip |
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango/files')
-rw-r--r-- | x11-toolkits/pango/files/patch-ac | 16 | ||||
-rw-r--r-- | x11-toolkits/pango/files/patch-configure | 17 | ||||
-rw-r--r-- | x11-toolkits/pango/files/pkg-install.in | 11 |
3 files changed, 0 insertions, 44 deletions
diff --git a/x11-toolkits/pango/files/patch-ac b/x11-toolkits/pango/files/patch-ac deleted file mode 100644 index fc8cf8286..000000000 --- a/x11-toolkits/pango/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - $MCom: ports/x11-toolkits/pango/files/patch-ac,v 1.17 2005/12/15 04:14:26 marcus Exp $ - ---- Makefile.in.orig Mon Aug 2 19:12:56 2004 -+++ Makefile.in Mon Aug 2 19:13:11 2004 -@@ -234,7 +234,7 @@ - - AUTOMAKE_OPTIONS = 1.7 - --SUBDIRS = pango modules examples docs tools tests -+SUBDIRS = pango modules examples docs tools - - EXTRA_DIST = \ - pango.pc.in \ - diff --git a/x11-toolkits/pango/files/patch-configure b/x11-toolkits/pango/files/patch-configure deleted file mode 100644 index 76a6d1eef..000000000 --- a/x11-toolkits/pango/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig Mon Aug 2 19:13:53 2004 -+++ configure Mon Aug 2 19:14:46 2004 -@@ -23948,10 +23948,10 @@ - s,@CYGPATH_W@,$CYGPATH_W,;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,@AMTAR@,$AMTAR,;t t - s,@install_sh@,$install_sh,;t t diff --git a/x11-toolkits/pango/files/pkg-install.in b/x11-toolkits/pango/files/pkg-install.in deleted file mode 100644 index 2eefcdfcd..000000000 --- a/x11-toolkits/pango/files/pkg-install.in +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%X11BASE%%/bin -export PATH - -case $2 in -POST-INSTALL) - echo "Running fc-cache to build fontconfig cache..." - fc-cache -f -v - ;; -esac |