SF.net SVN: gar:[25926] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Sep 5 16:44:32 CEST 2016
Revision: 25926
http://sourceforge.net/p/gar/code/25926
Author: dmichelsen
Date: 2016-09-05 14:44:32 +0000 (Mon, 05 Sep 2016)
Log Message:
-----------
libidn2: Initial commit, symbols strchrnul, strverscmp missing
Modified Paths:
--------------
csw/mgar/pkg/libidn2/trunk/Makefile
csw/mgar/pkg/libidn2/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/libidn2/
Modified: csw/mgar/pkg/libidn2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libidn/trunk/Makefile 2016-07-06 11:21:51 UTC (rev 25802)
+++ csw/mgar/pkg/libidn2/trunk/Makefile 2016-09-05 14:44:32 UTC (rev 25926)
@@ -1,21 +1,13 @@
-NAME = libidn
-VERSION = 1.26
+NAME = libidn2
+VERSION = 0.3
GARTYPE = v2
-DESCRIPTION = GNU IDN Library
-define BLURB
- GNU Libidn is a fully documented implementation of the Stringprep,
- Punycode and IDNA specifications. Libidn's purpose is to encode and
- decode internationalized domain names. The native C, C# and Java
- libraries are available under the GNU Lesser General Public License
- version 2.1 or later.
-endef
+DESCRIPTION = GNU IDN2 Library
-MASTER_SITES = $(GNU_MIRROR)
-# MASTER_SITES += http://daily.josefsson.org/libidn/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+MASTER_SITES = http://josefsson.org/libidn2/releases/
+DISTFILES += $(DISTNAME).tar.gz
-VENDOR_URL = http://www.gnu.org/software/libidn/
+VENDOR_URL = http://josefsson.org/libidn2/
PACKAGES += CSWlibidn11
SPKG_DESC_CSWlibidn11 = GNU IDN library, libidn.so.11
@@ -41,22 +33,25 @@
RUNTIME_DEP_PKGS_CSWlibidn-utils += CSWlibiconv2
OBSOLETED_BY_CSWlibidn-utils = CSWlibidn
-BUILD_OVERRIDE_VARS = SHELL
-BUILD_OVERRIDE_VAR_SHELL = /opt/csw/bin/bash
+#BUILD_OVERRIDE_VARS = SHELL
+#BUILD_OVERRIDE_VAR_SHELL = /opt/csw/bin/bash
-TEST_OVERRIDE_VARS = SHELL
-TEST_OVERRIDE_VAR_SHELL = /opt/csw/bin/bash
+#TEST_OVERRIDE_VARS = SHELL
+#TEST_OVERRIDE_VAR_SHELL = /opt/csw/bin/bash
-INSTALL_OVERRIDE_VARS = SHELL
-INSTALL_OVERRIDE_VAR_SHELL = /opt/csw/bin/bash
+#INSTALL_OVERRIDE_VARS = SHELL
+#INSTALL_OVERRIDE_VAR_SHELL = /opt/csw/bin/bash
+GARCOMPILER = GNU
+
BUILD64_LIBS_ONLY = 1
# We don't need it and if defined the test breaks
-LD_OPTIONS =
-EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS)
+#LD_OPTIONS =
+#EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS)
-# What's this? Windows DLLs? How do they end up in the Solaris build?
-EXTRA_MERGE_EXCLUDE_FILES = .*\.dll
+# strchrnul ../.libs/libidn2.so
+# strverscmp ../.libs/libidn2.so
+SKIPTEST ?= 1
include gar/category.mk
Modified: csw/mgar/pkg/libidn2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libidn/trunk/checksums 2016-07-06 11:21:51 UTC (rev 25802)
+++ csw/mgar/pkg/libidn2/trunk/checksums 2016-09-05 14:44:32 UTC (rev 25926)
@@ -1 +1 @@
-7533d14fbbb6c026a1a9eaa2179ccb69 libidn-1.26.tar.gz
+98f3f31312376e398f6e51aff2ac93c1 libidn2-0.3.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