diff options
Diffstat (limited to 'www/galeon2/files')
-rw-r--r-- | www/galeon2/files/patch-ab | 56 | ||||
-rw-r--r-- | www/galeon2/files/patch-configure | 20 | ||||
-rw-r--r-- | www/galeon2/files/patch-galeon.schemas.in | 14 | ||||
-rw-r--r-- | www/galeon2/files/patch-po::Makefile.in.in | 14 |
4 files changed, 0 insertions, 104 deletions
diff --git a/www/galeon2/files/patch-ab b/www/galeon2/files/patch-ab deleted file mode 100644 index 985baef969a1..000000000000 --- a/www/galeon2/files/patch-ab +++ /dev/null @@ -1,56 +0,0 @@ - -$FreeBSD$ - ---- src/galeon.in.orig Tue Jul 3 13:30:53 2001 -+++ src/galeon.in Wed Jul 4 18:39:12 2001 -@@ -1,25 +1,15 @@ - #!/bin/sh - --dist_bin=`dirname $0` -- - if test -n "$MOZILLA_FIVE_HOME"; then - MOZILLA_HOME=$MOZILLA_FIVE_HOME --elif [ -f @MOZILLA_HOME@/chrome/embed.jar ]; then -+elif [ -f @MOZILLA_HOME@/libgtkembedmoz.so ]; then - MOZILLA_HOME=@MOZILLA_HOME@ --elif [ -f /usr/local/mozilla/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/local/mozilla --elif [ -f /usr/lib/mozilla/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla --elif [ -f /opt/mozilla/chrome/embed.jar ]; then -- MOZILLA_HOME=/opt/mozilla --elif [ -f /usr/lib/mozilla-0.8.1/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.8.1/ --elif [ -f /usr/lib/mozilla-0.9.1/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.9.1/ --elif [ -f /usr/lib/mozilla-0.9.2/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.9.2/ --elif [ -f /opt/gnome/lib/mozilla/chrome/embed.jar ]; then -- MOZILLA_HOME=/opt/gnome/lib/mozilla/ -+elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then -+ MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%% -+elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then -+ MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%% -+elif [ -f %%PREFIX%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then -+ MOZILLA_HOME=%%PREFIX%%/lib/%%MOZILLA%% - else - echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" - exit -@@ -31,16 +21,9 @@ - MOZILLA_FIVE_HOME=$MOZILLA_HOME - export MOZILLA_FIVE_HOME - --# for some reason this lets Galeon start properly on Red Hat 7.1 systems --if [ -f /etc/redhat-release ]; then -- if [ "`cat /etc/redhat-release`" = "Red Hat Linux release 7.1 (Seawolf)" ]; then -- export LD_ASSUME_KERNEL=2.2.5 -- fi --fi -- - if [ -f ./galeon-bin ]; then - exec ./galeon-bin "$@" - else --exec $dist_bin/galeon-bin "$@" -+exec %%PREFIX%%/bin/galeon-bin "$@" - fi - diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure deleted file mode 100644 index 7f6c287774f7..000000000000 --- a/www/galeon2/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ - -$FreeBSD$ - ---- configure 2001/07/04 17:52:53 1.1 -+++ configure 2001/07/04 17:53:44 -@@ -6043,10 +6043,10 @@ - s%@INSTALL_DATA@%$INSTALL_DATA%g - s%@PACKAGE@%$PACKAGE%g - s%@VERSION@%$VERSION%g --s%@ACLOCAL@%$ACLOCAL%g --s%@AUTOCONF@%$AUTOCONF%g --s%@AUTOMAKE@%$AUTOMAKE%g --s%@AUTOHEADER@%$AUTOHEADER%g -+s%@ACLOCAL@%/usr/bin/true%g -+s%@AUTOCONF@%/usr/bin/true%g -+s%@AUTOMAKE@%/usr/bin/true%g -+s%@AUTOHEADER@%/usr/bin/true%g - s%@MAKEINFO@%$MAKEINFO%g - s%@SET_MAKE@%$SET_MAKE%g - s%@XML_I18N_MERGE_OAF_RULE@%$XML_I18N_MERGE_OAF_RULE%g diff --git a/www/galeon2/files/patch-galeon.schemas.in b/www/galeon2/files/patch-galeon.schemas.in deleted file mode 100644 index bfb021224a1a..000000000000 --- a/www/galeon2/files/patch-galeon.schemas.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- galeon.schemas.in 2001/08/29 09:34:04 1.1 -+++ galeon.schemas.in 2001/08/29 09:34:27 -@@ -510,7 +510,7 @@ - <applyto>/apps/galeon/UI/Toolbar/spinner_dir</applyto> - <owner>galeon</owner> - <type>string</type> -- <default>@prefix@/@DATADIRNAME@/galeon/spinners/galeon</default> -+ <default>@prefix@/@DATADIRNAME@/gnome/galeon/spinners/galeon</default> - <locale name="C"> - </locale> - </schema> diff --git a/www/galeon2/files/patch-po::Makefile.in.in b/www/galeon2/files/patch-po::Makefile.in.in deleted file mode 100644 index badad97ac354..000000000000 --- a/www/galeon2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/04 17:56:11 1.1 -+++ po/Makefile.in.in 2001/07/04 17:56:34 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ |