SF.net SVN: gar:[25583] csw/mgar/pkg/conserver/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Feb 26 14:36:57 CET 2016


Revision: 25583
          http://sourceforge.net/p/gar/code/25583
Author:   dmichelsen
Date:     2016-02-26 13:36:56 +0000 (Fri, 26 Feb 2016)
Log Message:
-----------
conserver/trunk: Update to 8.2.1

Modified Paths:
--------------
    csw/mgar/pkg/conserver/trunk/Makefile
    csw/mgar/pkg/conserver/trunk/checksums

Modified: csw/mgar/pkg/conserver/trunk/Makefile
===================================================================
--- csw/mgar/pkg/conserver/trunk/Makefile	2016-02-26 13:26:15 UTC (rev 25582)
+++ csw/mgar/pkg/conserver/trunk/Makefile	2016-02-26 13:36:56 UTC (rev 25583)
@@ -1,6 +1,6 @@
 # : Makefile 9089 2010-03-11 08:34:46Z wahwah $
 NAME = conserver
-VERSION = 8.1.11
+VERSION = 8.2.1
 GARTYPE = v2
 
 DESCRIPTION = Client/Server console server software
@@ -21,44 +21,36 @@
 endef
 
 MASTER_SITES = http://www.conserver.com/
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
+DISTFILES += $(DISTNAME).tar.gz
+DISTFILES += cswconserver
 
-# File name regex to get notifications about upstream software releases
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+LICENSE = LICENSE
 
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
+PACKAGES += CSWconserver
+SPKG_DESC_CSWconserver = Client/Server console server software
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWconserver = CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWconserver += CSWlibipmiconsole2
+RUNTIME_DEP_PKGS_CSWconserver += CSWlibgssglue0
 
-RUNTIME_DEP_PKGS = CSWlibssl1-0-0
-
-CHECKPKG_OVERRIDES  = file-with-bad-content|/usr/local|root/opt/csw/share/examples/conserver/conserver.rc
-CHECKPKG_OVERRIDES += file-with-bad-content|/usr/local|root/opt/csw/share/examples/conserver/conserver.cf
-
-# Temporary override and conf path for the next package release which is just rebuilt against libssl 1.0
-CHECKPKG_OVERRIDES += discouraged-path-in-pkgmap|/opt/csw/var/log
-sysconfdir = $(prefix)/etc
-localstatedir = $(prefix)/var
-
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-uds
 CONFIGURE_ARGS += --with-libwrap
 CONFIGURE_ARGS += --with-openssl
+CONFIGURE_ARGS += --with-gssapi=$(prefix)
+CONFIGURE_ARGS += --with-striprealm
+CONFIGURE_ARGS += --with-freeipmi
 CONFIGURE_ARGS += --with-pam
+# This throws errors on Solaris 10, disable for now
+#CONFIGURE_ARGS += --with-ipv6
 
-LICENSE = LICENSE
+INITSMF += $(sysconfdir)/init.d/cswconserver
 
-DISTFILES += cswconserver
-INITSMF = /etc$(prefix)/init.d/cswconserver
-
 TEST_SCRIPTS = 
 
 include gar/category.mk
 
-post-merge: merge-init-script
-
-merge-init-script:
-	ginstall -m 755 -d $(PKGROOT)/etc/$(prefix)/init.d/
-	ginstall -m 755 -d $(PKGROOT)/$(localstatedir)/log
-	ginstall -m 755 $(FILEDIR)/cswconserver $(PKGROOT)/etc/$(prefix)/init.d/cswconserver
-
+post-install:
+	ginstall -m 755 -d $(DESTDIR)$(localstatedir)/log
+	ginstall -D -m 755 $(WORKDIR)/cswconserver $(DESTDIR)$(sysconfdir)/init.d/cswconserver
+	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/conserver/trunk/checksums
===================================================================
--- csw/mgar/pkg/conserver/trunk/checksums	2016-02-26 13:26:15 UTC (rev 25582)
+++ csw/mgar/pkg/conserver/trunk/checksums	2016-02-26 13:36:56 UTC (rev 25583)
@@ -1 +1 @@
-94259cd71f38e94b3f247768e3bc731f  conserver-8.1.11.tar.gz
+44dd9109e59bccc4c9942648fc05481a  conserver-8.2.1.tar.gz

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