Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (835f4dddd3ff762e720e0cde02b4a4eb7c6c555e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (835f4dddd3ff762e720e0cde02b4a4eb7c6c555e)
  • Date: Sat, 7 Oct 2017 05:42:48 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

editors/xfig/BUILD | 4 ----
editors/xfig/DEPENDS | 33 ++++++++++++++++++++++++---------
editors/xfig/DETAILS | 11 +++++------
editors/xfig/HISTORY | 5 +++++
editors/xfig/PRE_BUILD | 6 ------
5 files changed, 34 insertions(+), 25 deletions(-)

New commits:
commit 835f4dddd3ff762e720e0cde02b4a4eb7c6c555e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xfig 3.2.6a

diff --git a/editors/xfig/BUILD b/editors/xfig/BUILD
deleted file mode 100755
index 60938bd..0000000
--- a/editors/xfig/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-xmkmf &&
-# We want /usr/share/X11/app-defaults
-sed -i 's:$(LIBDIR)/app-defaults:$(SHAREDIR)/app-defaults:' Makefile &&
-make
diff --git a/editors/xfig/DEPENDS b/editors/xfig/DEPENDS
index 3a2605c..a994013 100755
--- a/editors/xfig/DEPENDS
+++ b/editors/xfig/DEPENDS
@@ -1,21 +1,36 @@
-depends JPEG &&
depends libpng &&
-depends libxi &&
-depends rman &&
-depends xaw3d &&
-depends zlib &&

-optional_depends "xpdf" \
+optional_depends xaw3d \
+ --with-xaw3d \
+ --without-xaw3d \
+ 'use Xaw3d' &&
+
+optional_depends JPEG \
+ --enable-jpeg \
+ --disable-jpeg \
+ 'for jpeg import support' &&
+
+optional_depends libxi \
+ --enable-tablet \
+ --disable-tablet \
+ 'for tablet device support' &&
+
+optional_depends libxpm \
+ --enable-xpm \
+ --disable-xpm \
+ 'for XPM support' &&
+
+suggest_depends xpdf \
"" \
"" \
"for a PDF viewer" &&

-optional_depends "firefox" \
+suggest_depends firefox \
"" \
"" \
"for a HTML viewer" &&

-optional_depends "transfig" \
+suggest_depends transfig \
"" \
"" \
- "to export to various formats"
+ "to export to various formats"
diff --git a/editors/xfig/DETAILS b/editors/xfig/DETAILS
index e17a635..99b9f0b 100755
--- a/editors/xfig/DETAILS
+++ b/editors/xfig/DETAILS
@@ -1,14 +1,13 @@
SPELL=xfig
- VERSION=3.2.5c
- SOURCE=${SPELL}.${VERSION}.full.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}.${VERSION}
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/mcj/$SOURCE
-
SOURCE_HASH=sha512:763bd6fd43bff9b44f934dd6e16b0aa5142041f895e74564d28e7252e012f1c7728bbee40e3970357c7d3fd15aa109dbfcbc1d0a2203fa1a2ed770aabacd9525
+ VERSION=3.2.6a
+ SOURCE=$SPELL-full-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://downloads.sourceforge.net/project/mcj/$SOURCE
+
SOURCE_HASH=sha512:82e292e050213b6d22be5e174224308b446505e25208f29d4f4c5e760a87ff4104b9dcea0a332241c9bca358e1d44336bb38c316eb3f28130d7c8828c10a805f
WEB_SITE=http://www.xfig.org
ENTERED=20020210
LICENSE[0]=PD
KEYWORDS="editors"
- PATCHLEVEL=1
SHORT="An X Window System tool for drawing basic vector graphics."
cat << EOF
Xfig is an X Window System tool for creating basic vector graphics,
diff --git a/editors/xfig/HISTORY b/editors/xfig/HISTORY
index 871bbd0..6089b02 100644
--- a/editors/xfig/HISTORY
+++ b/editors/xfig/HISTORY
@@ -1,3 +1,8 @@
+2017-10-07 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD, BUILD: Removed, no longer needed
+ * DETAILS: updated spell to 3.2.6a
+ * DEPENDS: updated dependencies and build flags
+
2016-03-09 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update to 3.2.5c
* INSTALL: default works, gone
diff --git a/editors/xfig/PRE_BUILD b/editors/xfig/PRE_BUILD
deleted file mode 100755
index e05ad0e..0000000
--- a/editors/xfig/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-sedit 's:/usr/local/xfig/doc:/usr/share/doc/xfig:' Imakefile &&
-sedit 's:/usr/local/xfig/man:/usr/share/man/man1:' Imakefile &&
-sedit 's:/usr/local/lib:/usr/lib:' Imakefile &&
-sedit 's:/usr/local/include:/usr/include:g' Imakefile



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (835f4dddd3ff762e720e0cde02b4a4eb7c6c555e), Ismael Luceno, 10/07/2017

Archive powered by MHonArc 2.6.24.

Top of Page