New commits:
commit fc09b09170107effbf2ef81593ce09c4f24f2994
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
xfig: builds fine with gcc 4.3.x. Updated to firefox from mozilla.
SOURCE_HASH=sha512:366fbd608ea96dee431279c58abb5653921092e5359ee204fd97a4fe70719ede3f20a14a5bb04c40dd9203d45d457c98e50e9da7c65d968aa09cf97817f445a9
WEB_SITE=http://www.xfig.org
ENTERED=20020210
- UPDATED=20050420
LICENSE[0]=PD
KEYWORDS="editors"
SHORT="An X Window System tool for drawing basic vector graphics."
diff --git a/editors/xfig/Fig.mozilla.diff b/editors/xfig/Fig.mozilla.diff
index a7c500b..fb3e404 100644
--- a/editors/xfig/Fig.mozilla.diff
+++ b/editors/xfig/Fig.mozilla.diff
@@ -7,9 +7,9 @@
-! For netscape, this command will open the help pages in a running netscape,
-! or start a new netscape if one isn't already running
-Fig.browser: netscape -remote 'openFile(%f)' || netscape %f
-+! For mozilla, this command will open the help pages in a running mozilla,
-+! or start a new mozilla if one isn't already running
-+Fig.browser: mozilla -remote 'openFile(%f)' || mozilla %f
++! For firefox, this command will open the help pages in a running firefox,
++! or start a new firefox if one isn't already running
++Fig.browser: firefox -remote 'openFile(%f)' || firefox %f
! pdfviewer - put your favorite pdf viewer here.
! This is for viewing the xfig how-to guide and man pages
diff --git a/editors/xfig/HISTORY b/editors/xfig/HISTORY
old mode 100755
new mode 100644
index 77f1068..050ddf0
--- a/editors/xfig/HISTORY
+++ b/editors/xfig/HISTORY
@@ -1,3 +1,10 @@
+2008-11-26 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Remove GCC_VERSION
+ * DEPENDS: optional_depends firefox, mozilla deprecated
+ removed depends gcc34
+ * INSTALL: check for firefox vs mozilla
+ * Fix.mozilla.diff: Change to firefox.
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: No need to check if using modular X as that's all that's
available now
diff --git a/editors/xfig/INSTALL b/editors/xfig/INSTALL
index 11d2e1e..6a8094c 100755
--- a/editors/xfig/INSTALL
+++ b/editors/xfig/INSTALL
@@ -5,7 +5,7 @@ cd /etc/X11/app-defaults &&
# Changes netscape to mozilla and acroread to xpdf as defaults,
# if they're installed
-if spell_ok mozilla
+if spell_ok firefox
then
patch -p0 < ${SCRIPT_DIRECTORY}/Fig.mozilla.diff
fi
[SM-Commit] GIT changes to master grimoire by George Sherwood (fc09b09170107effbf2ef81593ce09c4f24f2994),
George Sherwood, 11/26/2008