SF.net SVN: gar:[25108] csw/mgar/pkg/docbook2x/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jun 22 11:47:42 CEST 2015
Revision: 25108
http://sourceforge.net/p/gar/code/25108
Author: dmichelsen
Date: 2015-06-22 09:47:42 +0000 (Mon, 22 Jun 2015)
Log Message:
-----------
docbook2x/trunk: Some more fixes
Modified Paths:
--------------
csw/mgar/pkg/docbook2x/trunk/Makefile
Modified: csw/mgar/pkg/docbook2x/trunk/Makefile
===================================================================
--- csw/mgar/pkg/docbook2x/trunk/Makefile 2015-06-22 08:52:43 UTC (rev 25107)
+++ csw/mgar/pkg/docbook2x/trunk/Makefile 2015-06-22 09:47:42 UTC (rev 25108)
@@ -12,10 +12,26 @@
VENDOR_URL = http://docbook2x.sourceforge.net
+BUILD_DEP_PKGS += CSWxalan-j
+BUILD_DEP_PKGS += CSWxercesj
+BUILD_DEP_PKGS += CSWjre8
+
+PACKAGES += CSWdocbook2x
+SPKG_DESC_CSWdocbook2x = Converts DocBook documents to man and Texinfo format
+# PKGFILES is catchall
+
# Unconditional -Wall
GARCOMPILER = GNU
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --with-xalan-jars=/opt/csw/share/java/xalan.jar
+CONFIGURE_ARGS += --with-resolver-jars=/opt/csw/share/java/resolver.jar
+EXTRA_CONFIGURE_EXPORTS += JAVA
+CONFIGURE_ENV_JAVA = /opt/csw/java/jre/jre8/bin/java
+
+# Tests access network and try to load lots of funky DTDs
+SKIPTEST ?= 1
+
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list