SF.net SVN: gar:[23699] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri May 23 17:21:23 CEST 2014


Revision: 23699
          http://sourceforge.net/p/gar/code/23699
Author:   dmichelsen
Date:     2014-05-23 15:21:22 +0000 (Fri, 23 May 2014)
Log Message:
-----------
libgssapi/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libgssapi/
    csw/mgar/pkg/libgssapi/Makefile
    csw/mgar/pkg/libgssapi/branches/
    csw/mgar/pkg/libgssapi/tags/
    csw/mgar/pkg/libgssapi/trunk/
    csw/mgar/pkg/libgssapi/trunk/Makefile
    csw/mgar/pkg/libgssapi/trunk/checksums
    csw/mgar/pkg/libgssapi/trunk/files/
    csw/mgar/pkg/libgssapi/trunk/files/0001-Drop-unknown-linker-flags.patch

Added: csw/mgar/pkg/libgssapi/Makefile
===================================================================
--- csw/mgar/pkg/libgssapi/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libgssapi/Makefile	2014-05-23 15:21:22 UTC (rev 23699)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/libgssapi/trunk
===================================================================
--- csw/mgar/pkg/libgssapi/trunk	2014-05-23 14:32:34 UTC (rev 23698)
+++ csw/mgar/pkg/libgssapi/trunk	2014-05-23 15:21:22 UTC (rev 23699)

Property changes on: csw/mgar/pkg/libgssapi/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/libgssapi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgssapi/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libgssapi/trunk/Makefile	2014-05-23 15:21:22 UTC (rev 23699)
@@ -0,0 +1,34 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = libgssapi
+VERSION = 0.11
+GARTYPE = v2
+
+DESCRIPTION = Exports a gssapi interface, but doesn't implement any gssapi mechanisms itself
+
+MASTER_SITES = http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/
+DISTFILES  = $(DISTNAME).tar.gz
+
+PATCHFILES += 0001-Drop-unknown-linker-flags.patch
+
+VENDOR_URL = http://cblfs.cross-lfs.org/index.php/Libgssapi
+
+PACKAGES += CSWlibgssapi2
+SPKG_DESC_CSWlibgssapi2 = Exports a gssapi interface, but doesn't implement any gssapi mechanisms itself, libgssapi.so.2
+PKGFILES_CSWlibgssapi2 += $(call pkgfiles_lib,libgssapi.so.2)
+RUNTIME_DEP_PKGS_CSWlibgssapi2 += CSWlibgcc-s1
+
+PACKAGES += CSWlibgssapi-dev
+SPKG_DESC_CSWlibgssapi-dev = Development files for libgssapi.so.2
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibgssapi-dev += CSWlibgssapi2
+
+GARCOMPILER = GNU
+
+BUILD64 = 1
+
+EXTRA_MERGE_EXCLUDE_FILES += .*/gssapi\.h
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/libgssapi/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/libgssapi/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgssapi/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libgssapi/trunk/checksums	2014-05-23 15:21:22 UTC (rev 23699)
@@ -0,0 +1 @@
+0e5b4c7267724f8ddf64bc35514c272e  libgssapi-0.11.tar.gz

Added: csw/mgar/pkg/libgssapi/trunk/files/0001-Drop-unknown-linker-flags.patch
===================================================================
--- csw/mgar/pkg/libgssapi/trunk/files/0001-Drop-unknown-linker-flags.patch	                        (rev 0)
+++ csw/mgar/pkg/libgssapi/trunk/files/0001-Drop-unknown-linker-flags.patch	2014-05-23 15:21:22 UTC (rev 23699)
@@ -0,0 +1,25 @@
+From f7d9e739bf4085c69cdc94f90b7d67299492e581 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Fri, 23 May 2014 16:35:39 +0200
+Subject: [PATCH] Drop unknown linker flags
+
+---
+ src/Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.in b/src/Makefile.in
+index d6d9be7..bb3d5bb 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -191,7 +191,7 @@ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ lib_LTLIBRARIES = libgssapi.la
+-libgssapi_la_LDFLAGS = -version-info 2:0:0 -Wl,--version-script,$(srcdir)/symbol_versions
++libgssapi_la_LDFLAGS = -version-info 2:0:0 
+ libgssapi_la_SOURCES = \
+ 	g_accept_sec_context.c g_acquire_cred.c g_compare_name.c \
+ 	g_context_time.c g_delete_sec_context.c g_dsp_name.c g_dsp_status.c \
+-- 
+1.8.4.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