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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Apr 10 17:51:06 CEST 2013


Revision: 20665
          http://gar.svn.sourceforge.net/gar/?rev=20665&view=rev
Author:   dmichelsen
Date:     2013-04-10 15:51:05 +0000 (Wed, 10 Apr 2013)
Log Message:
-----------
freeipmi/trunk: Overrides and temporary fixes

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

Modified: csw/mgar/pkg/freeipmi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freeipmi/trunk/Makefile	2013-04-10 13:10:22 UTC (rev 20664)
+++ csw/mgar/pkg/freeipmi/trunk/Makefile	2013-04-10 15:51:05 UTC (rev 20665)
@@ -12,11 +12,33 @@
 # This should better be detected during autoconf time
 PATCHFILES += 0001-Add-missing-sighandler_t-on-Solaris.patch
 
-VEMNDOR_URL = http://www.gnu.org/software/freeipmi/index.html
+VENDOR_URL = http://www.gnu.org/software/freeipmi/index.html
 
+PACKAGES += CSWfreeipmi
+SPKG_DESC_CSWfreeipmi = IPMI software based on the IPMI v1.5/2.0 specification
+RUNTIME_DEP_PKGS_CSWfreeipmi += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWfreeipmi += CSWlibgcrypt11
+RUNTIME_DEP_PKGS_CSWfreeipmi += CSWperl
+
+# I don't care for now
+CHECKPKG_OVERRIDES_CSWfreeipmi += file-with-bad-content|/usr/local|root/opt/csw/share/doc/freeipmi/README.build
+CHECKPKG_OVERRIDES_CSWfreeipmi += file-with-bad-content|/usr/local|root/opt/csw/share/doc/freeipmi/INSTALL
+CHECKPKG_OVERRIDES_CSWfreeipmi += file-with-bad-content|/usr/local|root/opt/csw/share/doc/freeipmi/ChangeLog
+CHECKPKG_OVERRIDES_CSWfreeipmi += file-with-bad-content|/usr/share|root/opt/csw/share/doc/freeipmi/README.build
+CHECKPKG_OVERRIDES_CSWfreeipmi += file-with-bad-content|/usr/share|root/opt/csw/share/doc/freeipmi/contrib/pet/README
+CHECKPKG_OVERRIDES_CSWfreeipmi += shared-lib-pkgname-mismatch
+CHECKPKG_OVERRIDES_CSWfreeipmi += shared-lib-package-contains-so-symlink
+CHECKPKG_OVERRIDES_CSWfreeipmi += init-file-missing-cswinitsmf-class|/etc/opt/csw/init.d/bmc-watchdog|class=none
+CHECKPKG_OVERRIDES_CSWfreeipmi += init-file-missing-cswinitsmf-class|/etc/opt/csw/init.d/ipmidetectd|class=none
+CHECKPKG_OVERRIDES_CSWfreeipmi += init-file-missing-cswinitsmf-class|/etc/opt/csw/init.d/ipmiseld|class=none
+
 GARCOMPILER = GCC4
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
+# Otherwise it falls back to gcc which interprets the manpage as C code
+EXTRA_CONFIGURE_EXPORTS += CPP
+CONFIGURE_ENV_CPP = $(bindir)/cpp
+
 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