[csw-devel] SF.net SVN: gar:[22117] csw/mgar/pkg/libneon27/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Oct 4 21:16:54 CEST 2013
Revision: 22117
http://gar.svn.sourceforge.net/gar/?rev=22117&view=rev
Author: dmichelsen
Date: 2013-10-04 19:16:52 +0000 (Fri, 04 Oct 2013)
Log Message:
-----------
libneon27/trunk: Update to 0.30.0
Modified Paths:
--------------
csw/mgar/pkg/libneon27/trunk/Makefile
csw/mgar/pkg/libneon27/trunk/checksums
Modified: csw/mgar/pkg/libneon27/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libneon27/trunk/Makefile 2013-10-04 15:54:28 UTC (rev 22116)
+++ csw/mgar/pkg/libneon27/trunk/Makefile 2013-10-04 19:16:52 UTC (rev 22117)
@@ -1,5 +1,6 @@
NAME = neon
-VERSION = 0.29.6
+VERSION = 0.30.0
+SONAME_MINOR = 3.0
GARTYPE = v2
EXTRA_MODULATORS = FEATURES
@@ -17,13 +18,13 @@
DISTFILES = $(DISTNAME).tar.gz
DISTFILES += COPYING
-FOREIGN_PACKAGES += CSWlibneon26
-OBSOLETED_BY_CSWlibneon26 = CSWneon
+#FOREIGN_PACKAGES += CSWlibneon26
+#OBSOLETED_BY_CSWlibneon26 = CSWneon
-FOREIGN_PACKAGES += CSWlibneon26-feature
-OBSOLETED_BY_CSWlibneon26-feature = CSWneonfull
+#FOREIGN_PACKAGES += CSWlibneon26-feature
+#OBSOLETED_BY_CSWlibneon26-feature = CSWneonfull
-CATALOGNAME_CSWneonfull = neon_full_stub
+#CATALOGNAME_CSWneonfull = neon_full_stub
PACKAGES += CSWlibneon27
CATALOGNAME_CSWlibneon27 = libneon27
@@ -46,11 +47,8 @@
RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibintl8
RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibproxy
RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibz1
-RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibcom-err3
RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibexpat1
-RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibkrb5-3
RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibgssapi-krb5-2
-RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibk5crypto3
RUNTIME_DEP_PKGS_CSWlibneon27-feature += CSWlibpakchois0
OBSOLETED_BY_CSWlibneon27-feature = CSWneonfull
@@ -61,17 +59,14 @@
RUNTIME_DEP_PKGS_CSWlibneon-dev += CSWlibneon27
OBSOLETED_BY_CSWlibneon-dev = CSWneon-devel
-# This describes the defaults during configure
-CHECKPKG_OVERRIDES_CSWlibneon-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/neon/html/using.html
-
# These are artifacts of the feature lib being a regular one.
# As it is never linked against the soname doesn't matter here and the package name
# is obviously different from the soname in this case.
-CHECKPKG_OVERRIDES_CSWlibneon27-feature += soname-not-part-of-filename|soname=libneon.so.27|filename=libneon-feature.so.27.2.6
-CHECKPKG_OVERRIDES_CSWlibneon27-feature += soname-not-part-of-filename|soname=libneon.so.27|filename=libneon-feature.so.27.2.6
+CHECKPKG_OVERRIDES_CSWlibneon27-feature += soname-not-part-of-filename|soname=libneon.so.27|filename=libneon-feature.so.27.$(SONAME_MINOR)
+CHECKPKG_OVERRIDES_CSWlibneon27-feature += soname-not-part-of-filename|soname=libneon.so.27|filename=libneon-feature.so.27.$(SONAME_MINOR)
CHECKPKG_OVERRIDES_CSWlibneon27-feature += shared-lib-pkgname-mismatch
-BUILD_DEP_PKGS = CSWossldevel
+BUILD_DEP_PKGS += CSWlibssl-dev
CONFIGURE_ARGS_features-minimal = --without-libproxy --without-pakchois --without-gssapi
CONFIGURE_ARGS_features-full = --with-libproxy --with-packchois
@@ -121,10 +116,10 @@
$(BUILD_ENV) $(MAKE) $(PARALLELMFLAGS) $(foreach TTT,$(BUILD_OVERRIDE_VARS),$(TTT)="$(BUILD_OVERRIDE_VAR_$(TTT))") $(foreach TTT,$(BUILD_OVERRIDE_DIRS),$(TTT)="$($(TTT))") -C $(WORKSRC) $(BUILD_ARGS)
@$(MAKECOOKIE)
-post-merge:
+post-merge-all:
@# This is needed because the substitutions from pax args do not change the
@# contents of the symlink
rm -f $(PKGROOT)$(libdir)/libneon-feature.so.27
- ln -s libneon-feature.so.27.2.6 $(PKGROOT)$(libdir)/libneon-feature.so.27
+ ln -s libneon-feature.so.27.$(SONAME_MINOR) $(PKGROOT)$(libdir)/libneon-feature.so.27
rm -f $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libneon-feature.so.27
- ln -s libneon-feature.so.27.2.6 $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libneon-feature.so.27
+ ln -s libneon-feature.so.27.$(SONAME_MINOR) $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libneon-feature.so.27
Modified: csw/mgar/pkg/libneon27/trunk/checksums
===================================================================
--- csw/mgar/pkg/libneon27/trunk/checksums 2013-10-04 15:54:28 UTC (rev 22116)
+++ csw/mgar/pkg/libneon27/trunk/checksums 2013-10-04 19:16:52 UTC (rev 22117)
@@ -1,2 +1,2 @@
608826974d5644ee7967a713fa72cf36 COPYING
-591e0c82e6979e7e615211b386b8f6bc neon-0.29.6.tar.gz
+fb60b3a124eeec441937a812c456fd94 neon-0.30.0.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