SF.net SVN: gar:[25274] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Oct 2 17:02:03 CEST 2015
Revision: 25274
http://sourceforge.net/p/gar/code/25274
Author: dmichelsen
Date: 2015-10-02 15:02:02 +0000 (Fri, 02 Oct 2015)
Log Message:
-----------
tomcat-native/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/tomcat-native/
csw/mgar/pkg/tomcat-native/Makefile
csw/mgar/pkg/tomcat-native/branches/
csw/mgar/pkg/tomcat-native/tags/
csw/mgar/pkg/tomcat-native/trunk/
csw/mgar/pkg/tomcat-native/trunk/Makefile
csw/mgar/pkg/tomcat-native/trunk/checksums
csw/mgar/pkg/tomcat-native/trunk/files/
Added: csw/mgar/pkg/tomcat-native/Makefile
===================================================================
--- csw/mgar/pkg/tomcat-native/Makefile (rev 0)
+++ csw/mgar/pkg/tomcat-native/Makefile 2015-10-02 15:02:02 UTC (rev 25274)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/tomcat-native/trunk
===================================================================
--- csw/mgar/pkg/tomcat-native/trunk 2015-10-02 14:53:09 UTC (rev 25273)
+++ csw/mgar/pkg/tomcat-native/trunk 2015-10-02 15:02:02 UTC (rev 25274)
Property changes on: csw/mgar/pkg/tomcat-native/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/tomcat-native/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tomcat-native/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/tomcat-native/trunk/Makefile 2015-10-02 15:02:02 UTC (rev 25274)
@@ -0,0 +1,46 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = tomcat-native
+VERSION = 1.1.33
+GARTYPE = v2
+
+DESCRIPTION = Tomcat Native Java library
+
+MASTER_SITES = http://www.us.apache.org/dist/tomcat/tomcat-connectors/native/$(VERSION)/source/
+DISTNAME = $(NAME)-$(VERSION)-src
+DISTFILES = $(DISTNAME).tar.gz
+
+BUILD_DEP_PKGS += CSWjdk8
+
+PACKAGES += CSWlibtcnative1-0
+SPKG_DESC_CSWlibtcnative1-0 = Tomcat Native Java library
+PKGFILES_CSWlibtcnative1-0 += $(call pkgfiles_lib,libtcnative-1.so)
+RUNTIME_DEP_PKGS_CSWlibtcnative1-0 += CSWlibapr1-0
+RUNTIME_DEP_PKGS_CSWlibtcnative1-0 += CSWlibssl1-0-0
+
+PACKAGES += CSWlibtcnative-dev
+SPKG_DESC_CSWlibtcnative-dev = Development files for Tomcat Native Java library
+# The .so *must* go into the library package as this name id dlopen'ed by java
+PKGFILES_DEVEL_SHAREDLIBLINK =
+CHECKPKG_OVERRIDES_CSWlibtcnative1-0 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libtcnative-1.so
+CHECKPKG_OVERRIDES_CSWlibtcnative1-0 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/sparcv9/libtcnative-1.so
+CHECKPKG_OVERRIDES_CSWlibtcnative1-0 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/amd64/libtcnative-1.so
+# PKGFILES is catchall
+#PKGFILES_CSWlibtcnative-dev += $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWlibtcnative-dev += CSWlibtcnative1-0
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/jni/native/configure
+BUILD_SCRIPTS = $(WORKSRC)/jni/native/Makefile
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(WORKSRC)/jni/native/Makefile
+
+BUILD64 = 1
+
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --with-apr=$(bindir)/apr-1-config
+CONFIGURE_ARGS += --with-ssl=$(prefix)
+CONFIGURE_ARGS += --with-java-home=$(prefix)/java/jdk/jdk8
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/tomcat-native/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/tomcat-native/trunk/checksums
===================================================================
--- csw/mgar/pkg/tomcat-native/trunk/checksums (rev 0)
+++ csw/mgar/pkg/tomcat-native/trunk/checksums 2015-10-02 15:02:02 UTC (rev 25274)
@@ -0,0 +1 @@
+04b66308560abf2f08c658eb1703546d tomcat-native-1.1.33-src.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