[csw-devel] SF.net SVN: gar:[18486] csw/mgar/pkg/cups/trunk/Makefile

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Thu Jun 21 17:02:46 CEST 2012


Revision: 18486
          http://gar.svn.sourceforge.net/gar/?rev=18486&view=rev
Author:   cgrzemba
Date:     2012-06-21 15:02:46 +0000 (Thu, 21 Jun 2012)
Log Message:
-----------
cups/trunk: add dependency for pdf tools, remove obsoleted configure args

Modified Paths:
--------------
    csw/mgar/pkg/cups/trunk/Makefile

Modified: csw/mgar/pkg/cups/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cups/trunk/Makefile	2012-06-21 14:44:40 UTC (rev 18485)
+++ csw/mgar/pkg/cups/trunk/Makefile	2012-06-21 15:02:46 UTC (rev 18486)
@@ -66,7 +66,7 @@
 
 LICENSE = LICENSE.txt
 
-GARCOMPILER ?= SOS12U3 # SOS12U3
+GARCOMPILER = SOS12U3
 PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc
 
 BUILD_DEP_PKGS  = CSWggettext-dev
@@ -149,6 +149,8 @@
 RUNTIME_DEP_PKGS_CSWcupsd += CSWlibslp1
 RUNTIME_DEP_PKGS_CSWcupsd += CSWlibz1
 RUNTIME_DEP_PKGS_CSWcupsd += CSWlibldap2-4-2
+# need /opt/csw/bin/pdftops
+RUNTIME_DEP_PKGS_CSWcupsd += CSWpoppler
 
 # Just docs
 CHECKPKG_OVERRIDES_CSWcupsd += file-with-bad-content|/usr/share|root/opt/csw/share/doc/cups/help/spec-banner.html
@@ -306,13 +308,11 @@
 EXTRA_LINKER_FLAGS += -norunpath
 
 CONFIGURE_ARGS += $(DIRPATHS)
-CONFIGURE_ARGS += --enable-pdftops
 CONFIGURE_ARGS += --with-menudir=$(datadir)/applications
 CONFIGURE_ARGS += --localedir=$(datadir)/locale
 CONFIGURE_ARGS += --with-rcdir=$(sysconfdir)
 CONFIGURE_ARGS += --with-icondir=$(datadir)/icons
 CONFIGURE_ARGS += --with-openslp-includes=/opt/csw/include
-CONFIGURE_ARGS += --with-openslp-lib=/opt/csw/lib
 
 # This breaks non-global sparse zone support.  The class action script is
 # executed in the global zone, but not in the non-global zones, if /opt is

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