[csw-devel] SF.net SVN: gar:[18474] csw/mgar/pkg/x3270/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jun 20 18:59:24 CEST 2012
Revision: 18474
http://gar.svn.sourceforge.net/gar/?rev=18474&view=rev
Author: dmichelsen
Date: 2012-06-20 16:59:24 +0000 (Wed, 20 Jun 2012)
Log Message:
-----------
x3270/trunk: Update to 3.3.12ga7 and OpenSSL 1.0
Modified Paths:
--------------
csw/mgar/pkg/x3270/trunk/Makefile
csw/mgar/pkg/x3270/trunk/checksums
Modified: csw/mgar/pkg/x3270/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x3270/trunk/Makefile 2012-06-20 14:33:57 UTC (rev 18473)
+++ csw/mgar/pkg/x3270/trunk/Makefile 2012-06-20 16:59:24 UTC (rev 18474)
@@ -1,6 +1,7 @@
# $Id$
NAME = x3270
-VERSION = $(BASEREL).11ga6
+BASEREL = 3.3
+VERSION = $(BASEREL).12ga7
CATEGORIES = apps
GARTYPE = v2
@@ -21,22 +22,55 @@
# File name regex to get notifications about upstream software releases
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*)-src.tar.gz
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
VENDOR_URL = http://x3270.sourceforge.net/
-BASEREL = 3.3
+LICENSE = c3270-$(BASEREL)/LICENSE
+
+BUILD_DEP_PKGS += CSWtcl
+BUILD_DEP_PKGS += CSWlibiconv-dev
+BUILD_DEP_PKGS += CSWlibreadline-dev
+BUILD_DEP_PKGS += CSWlibssl-dev
+BUILD_DEP_PKGS += CSWlibncurses-dev
+
+PACKAGES += CSWx3270
+SPKG_DESC_CSWx3270 = An IBM 3270 terminal emulator
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWx3270 += CSWtcl
+RUNTIME_DEP_PKGS_CSWx3270 += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWx3270 += CSWlibreadline6
+RUNTIME_DEP_PKGS_CSWx3270 += CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWx3270 += CSWlibncursesw5
+
+# These are just docs, override for now
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/tcl3270/html/Build.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/tcl3270/html/Resources.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/s3270/html/Build.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/s3270/html/s3270-man.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/s3270/html/Resources.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/pr3287/README
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/pr3287/html/Build.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/x3270/html/Build.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/x3270/html/FAQ.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/x3270/html/Resources.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/c3270/html/c3270-man.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/c3270/html/Resources.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/x3270/c3270/html/Build.html
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/c3270.1
+CHECKPKG_OVERRIDES_CSWx3270 += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/s3270.1
+
# wc3270 = windows console, we don't need that.
# wpr3270 = MinGW
# ws3270 = MinGW
# SUBSYSTEMS = c3270 pr3287 s3270 tcl3270 wc3270 wpr3287 ws3270 x3270
SUBSYSTEMS = c3270 pr3287 s3270 tcl3270 x3270
-LICENSE = c3270-$(BASEREL)/LICENSE
-
-DEP_PKGS = CSWiconv CSWtcl CSWreadline CSWosslrt CSWncurses
-
EXTRA_LINKER_FLAGS = -liconv
WORKSRC = $(WORKDIR)
+PATCHDIR = $(WORKDIR)
+
# CONFIGURE_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/configure)
CONFIGURE_SCRIPTS = $(addprefix x3270-,$(SUBSYSTEMS))
@@ -69,4 +103,4 @@
ginstall -d $(DESTDIR)$(libdir)/x3270
ginstall $(WORKSRC)/x3270-$(BASEREL)/x3270_glue.expect $(DESTDIR)$(libdir)/x3270/x3270_glue.expect
$(foreach S,$(SUBSYSTEMS),ginstall -d $(DESTDIR)$(docdir)/x3270/$S; cp -rp $(WORKSRC)/$S-$(BASEREL)/README $(WORKSRC)/$S-$(BASEREL)/html $(DESTDIR)$(docdir)/x3270/$S;)
- #@$(MAKECOOKIE)
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/x3270/trunk/checksums
===================================================================
--- csw/mgar/pkg/x3270/trunk/checksums 2012-06-20 14:33:57 UTC (rev 18473)
+++ csw/mgar/pkg/x3270/trunk/checksums 2012-06-20 16:59:24 UTC (rev 18474)
@@ -1 +1 @@
-01d6d3809a457e6f6bd3731642e0c02d suite3270-3.3.11ga6-src.tgz
+5a501ed84d522c02d3c7ed3e36a00d0a suite3270-3.3.12ga7-src.tgz
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