[csw-devel] SF.net SVN: gar:[21740] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Aug 15 15:43:03 CEST 2013


Revision: 21740
          http://gar.svn.sourceforge.net/gar/?rev=21740&view=rev
Author:   dmichelsen
Date:     2013-08-15 13:42:59 +0000 (Thu, 15 Aug 2013)
Log Message:
-----------
libgssglue/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libgssglue/
    csw/mgar/pkg/libgssglue/Makefile
    csw/mgar/pkg/libgssglue/branches/
    csw/mgar/pkg/libgssglue/tags/
    csw/mgar/pkg/libgssglue/trunk/
    csw/mgar/pkg/libgssglue/trunk/Makefile
    csw/mgar/pkg/libgssglue/trunk/checksums
    csw/mgar/pkg/libgssglue/trunk/files/
    csw/mgar/pkg/libgssglue/trunk/files/0001-Fix-gcc-issues.patch

Added: csw/mgar/pkg/libgssglue/Makefile
===================================================================
--- csw/mgar/pkg/libgssglue/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libgssglue/Makefile	2013-08-15 13:42:59 UTC (rev 21740)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/libgssglue/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/libgssglue/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgssglue/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libgssglue/trunk/Makefile	2013-08-15 13:42:59 UTC (rev 21740)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = libgssglue
+VERSION = 0.4
+GARTYPE = v2
+
+DESCRIPTION = Brief description
+
+MASTER_SITES = http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/
+DISTFILES += $(DISTNAME).tar.gz
+
+PATCHFILES += 0001-Fix-gcc-issues.patch
+
+VENDOR_URL = http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/
+
+PACKAGES += CSWlibgssglue0
+SPKG_DESC_CSWlibgssglue0 = A GSSAPI interface
+PKGFILES_CSWlibgssglue0 += $(call pkgfiles_lib,libgssglue.so.0)
+
+PACKAGES += CSWlibgssglue-dev
+SPKG_DESC_CSWlibgssglue-dev = Development files for libgssglue.so.0
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibgssglue-dev += CSW\xC3libgssglue0
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/libgssglue/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/libgssglue/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgssglue/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libgssglue/trunk/checksums	2013-08-15 13:42:59 UTC (rev 21740)
@@ -0,0 +1 @@
+088797f3180702fa54e786496b32e750  libgssglue-0.4.tar.gz

Added: csw/mgar/pkg/libgssglue/trunk/files/0001-Fix-gcc-issues.patch
===================================================================
--- csw/mgar/pkg/libgssglue/trunk/files/0001-Fix-gcc-issues.patch	                        (rev 0)
+++ csw/mgar/pkg/libgssglue/trunk/files/0001-Fix-gcc-issues.patch	2013-08-15 13:42:59 UTC (rev 21740)
@@ -0,0 +1,33 @@
+From fb8ae94a1992d9eb4f7090952f28b5c8fe76c61b Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Thu, 15 Aug 2013 13:46:53 +0200
+Subject: [PATCH] Fix gcc issues
+
+---
+ src/Makefile.in | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/src/Makefile.in b/src/Makefile.in
+index b247f75..628837f 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -220,7 +220,7 @@ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ lib_LTLIBRARIES = libgssglue.la
+-libgssglue_la_LDFLAGS = -version-info 1:0:0 -Wl,--version-script,$(srcdir)/symbol_versions
++libgssglue_la_LDFLAGS = -h libglue.so.1.0.0
+ libgssglue_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 \
+@@ -239,7 +239,6 @@ EXTRA_DIST = $(srcdir)/gssglue/gssapi/gssapi.h.in $(srcdir)/symbol_versions
+ DISTCLEANFILES = $(top_builddir)/src/gssglue/gssapi/gssapi.h
+ BUILT_SOURCES = $(top_builddir)/src/gssglue/gssapi/gssapi.h
+ nobase_include_HEADERS = gssglue/gssapi/gssapi.h
+-AM_CFLAGS = -Wall
+ all: $(BUILT_SOURCES)
+ 	$(MAKE) $(AM_MAKEFLAGS) all-am
+ 
+-- 
+1.8.3.4
+

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