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

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Apr 6 17:17:18 CEST 2013


Revision: 20606
          http://gar.svn.sourceforge.net/gar/?rev=20606&view=rev
Author:   chninkel
Date:     2013-04-06 15:17:17 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
siege/trunk: updated recipe to rebuild against libssl 1.0.0

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

Modified: csw/mgar/pkg/siege/trunk/Makefile
===================================================================
--- csw/mgar/pkg/siege/trunk/Makefile	2013-04-06 07:43:09 UTC (rev 20605)
+++ csw/mgar/pkg/siege/trunk/Makefile	2013-04-06 15:17:17 UTC (rev 20606)
@@ -18,8 +18,17 @@
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
 # we require
-RUNTIME_DEP_PKGS = CSWosslrt
+RUNTIME_DEP_PKGS = CSWlibssl1-0-0
 
+# the references are located in comments and are harmless, so the errors can be ignored
+CHECKPKG_OVERRIDES_CSWsiege += file-with-bad-content|/usr/local|root/opt/csw/bin/siege.config
+CHECKPKG_OVERRIDES_CSWsiege += file-with-bad-content|/usr/local|root/opt/csw/share/man/man5/urls_txt.5
+CHECKPKG_OVERRIDES_CSWsiege += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/siege.1
+CHECKPKG_OVERRIDES_CSWsiege += file-with-bad-content|/export/home|root/opt/csw/bin/siege.config
+
+# We use SUNW perl and not CSW perl
+CHECKPKG_OVERRIDES_CSWsiege += missing-dependency|CSWperl
+
 # handle config file
 PRESERVECONF = $(sysconfdir)/urls.txt
 
@@ -31,6 +40,11 @@
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-ssl=$(prefix)
 
+# No need to depend on opencsw perl for the simple
+# perl script sieve2csv.pl
+EXTRA_CONFIGURE_ENV += PERL="/usr/bin/perl"
+
+
 # no build tests
 SKIPTEST = 1
 

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