New commits:
commit c24bed46a20bd0b9209d44a3cd79e0b825ce6f4d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
transfig: update to 3.2.5e and remove devel branch
commit 9f953e56573c59edf797dc4931b7908b43daf6e0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
xfig: update to 3.2.5c
commit feb69079ffd176f9e1ecf733220f254c8b788fa5
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
xaw3d: update to 1.6.2
commit 60f471776e9acf6ad5ed45ed4dcef79966931ca4
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
gv: version 3.7.4, fixing build
commit 5b13f8871702261a32b2069a39b11e944c04c576
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
djview4: update to 4.10.6, fixing build
commit c3a0dfc832936d2376d8c1da065be036633bc703
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
cmt: add -fPIC
commit cb97f8b77da80095119cb6dc6e2d49ed6c861a59
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
diff --git a/editors/transfig/PREPARE b/editors/transfig/PREPARE
deleted file mode 100755
index 4fc96fd..0000000
--- a/editors/transfig/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query DEVEL "use devel (unstable) version?" n
-
diff --git a/editors/xfig/DETAILS b/editors/xfig/DETAILS
index f3f403a..e17a635 100755
--- a/editors/xfig/DETAILS
+++ b/editors/xfig/DETAILS
@@ -1,9 +1,9 @@
SPELL=xfig
- VERSION=3.2.5
+ VERSION=3.2.5c
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
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/mcj/$SOURCE
+
SOURCE_HASH=sha512:763bd6fd43bff9b44f934dd6e16b0aa5142041f895e74564d28e7252e012f1c7728bbee40e3970357c7d3fd15aa109dbfcbc1d0a2203fa1a2ed770aabacd9525
WEB_SITE=http://www.xfig.org
ENTERED=20020210
LICENSE[0]=PD
diff --git a/editors/xfig/Fig.mozilla.diff b/editors/xfig/Fig.mozilla.diff
deleted file mode 100644
index fb3e404..0000000
--- a/editors/xfig/Fig.mozilla.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- Fig.old 2003-01-06 10:34:21.000000000 -0800
-+++ Fig 2003-01-06 10:36:06.000000000 -0800
-@@ -18,9 +18,9 @@
-
- ! Browser - put your favorite browser here.
- ! This is for viewing the xfig html reference.
--! 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 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/Fig.xpdf.diff b/editors/xfig/Fig.xpdf.diff
deleted file mode 100644
index c3eb9b7..0000000
--- a/editors/xfig/Fig.xpdf.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- Fig.old 2003-01-06 10:34:21.000000000 -0800
-+++ Fig 2003-01-06 10:34:51.000000000 -0800
-@@ -24,7 +24,7 @@
-
- ! pdfviewer - put your favorite pdf viewer here.
- ! This is for viewing the xfig how-to guide and man pages
--Fig.pdfviewer: acroread %f
-+Fig.pdfviewer: xpdf %f
-
- ! Spell check program - put your favorite spelling check program here.
- ! It must write the misspelled words to standard output.
diff --git a/editors/xfig/HISTORY b/editors/xfig/HISTORY
index 2a8589b..871bbd0 100644
--- a/editors/xfig/HISTORY
+++ b/editors/xfig/HISTORY
@@ -1,3 +1,7 @@
+2016-03-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: update to 3.2.5c
+ * INSTALL: default works, gone
+
2011-04-13 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD, INSTALL: Do not install to /usr/usr!
Also fix location of app-defaults.
diff --git a/editors/xfig/INSTALL b/editors/xfig/INSTALL
deleted file mode 100755
index 3222674..0000000
--- a/editors/xfig/INSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-make -j1 DESTDIR="${INSTALL_ROOT}" install.all &&
-cd "$INSTALL_ROOT/usr/share/X11/app-defaults" &&
-
-# Changes netscape to mozilla and acroread to xpdf as defaults,
-# if they're installed
-if spell_ok firefox
-then
-patch -p0 < ${SCRIPT_DIRECTORY}/Fig.mozilla.diff
-fi
-if spell_ok xpdf
-then
-patch -p0 < ${SCRIPT_DIRECTORY}/Fig.xpdf.diff
-fi
diff --git a/graphics/djview4/DETAILS b/graphics/djview4/DETAILS
index 13756ab..cf80e6b 100755
--- a/graphics/djview4/DETAILS
+++ b/graphics/djview4/DETAILS
@@ -1,9 +1,9 @@
SPELL=djview4
SPELLX=djview
- VERSION=4.9
-
SOURCE_HASH=sha512:dc2862d673eb77cca77a512a64257e7b37707789de41362fb62295ef495201a81cf31d0282a88ed70e32f8c7cd5643b568ce9761297d0e61d72fdbea7ecbfa94
+ VERSION=4.10.6
+
SOURCE_HASH=sha512:c06b9c4c7addd9dededdc9d441094bca685c4d23744e3d1208eab33d9d341a85f120176bf9f1b879ac6620f591eefe05ac774870b1ba3215c43baf1eaf9d14f8
SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/djvu/$SOURCE
WEB_SITE=http://djvu.SourceForge.net
LICENSE[0]=GPL
diff --git a/graphics/djview4/HISTORY b/graphics/djview4/HISTORY
index 027615c..5512ef1 100644
--- a/graphics/djview4/HISTORY
+++ b/graphics/djview4/HISTORY
@@ -1,3 +1,6 @@
+2016-03-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 4.10.6
+
2016-03-02 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD: fix for qt4
diff --git a/net/xplc/HISTORY b/net/xplc/HISTORY
index c2fae06..51ffb78 100644
--- a/net/xplc/HISTORY
+++ b/net/xplc/HISTORY
@@ -1,3 +1,7 @@
+2016-03-08 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: added for hacking build for proper linking
+ (included libs too early in rule, broke with as-needed)
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)