Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (fc09b09170107effbf2ef81593ce09c4f24f2994)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (fc09b09170107effbf2ef81593ce09c4f24f2994)
  • Date: Wed, 26 Nov 2008 22:22:48 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

editors/xfig/DEPENDS | 3 +--
editors/xfig/DETAILS | 2 --
editors/xfig/Fig.mozilla.diff | 6 +++---
editors/xfig/HISTORY | 7 +++++++
editors/xfig/INSTALL | 2 +-
5 files changed, 12 insertions(+), 8 deletions(-)

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.

diff --git a/editors/xfig/DEPENDS b/editors/xfig/DEPENDS
index e89e574..21146ae 100755
--- a/editors/xfig/DEPENDS
+++ b/editors/xfig/DEPENDS
@@ -1,4 +1,3 @@
-depends gcc34 &&
depends jpeg &&
depends libpng &&
depends libxi &&
@@ -11,7 +10,7 @@ optional_depends "xpdf" \
"" \
"for a PDF viewer" &&

-optional_depends "mozilla" \
+optional_depends "firefox" \
"" \
"" \
"for a HTML viewer" &&
diff --git a/editors/xfig/DETAILS b/editors/xfig/DETAILS
index 902eb26..d7f5211 100755
--- a/editors/xfig/DETAILS
+++ b/editors/xfig/DETAILS
@@ -1,13 +1,11 @@
SPELL=xfig
VERSION=3.2.5
- GCC_VERSION=3.4
SOURCE=${SPELL}.${VERSION}.full.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}.${VERSION}
SOURCE_URL[0]=ftp://www-epb.lbl.gov/xfig/${SOURCE}

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




Archive powered by MHonArc 2.6.24.

Top of Page