Andreas Wacknitz
2024-04-04 70151afdb9f2beee53ff6d9c03a48b195bec8650
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2016 Alexander Pyhalov
# Copyright 2018 Michal Nowak
# Copyright 2023 Friedrich Kink
#
 
USE_DEFAULT_TEST_TRANSFORMS= yes
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME=        freetds
COMPONENT_VERSION=    1.4.12
COMPONENT_SUMMARY=    FreeTDS command-line utilities
COMPONENT_PROJECT_URL=    https://www.freetds.org
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:9b4bb1c453b41c4f22ef9c0c09fef0f34a5cfbbcf194d2ee5a4f90137d026b36
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)/files/stable/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        database/freetds
COMPONENT_CLASSIFICATION=    System/Databases
COMPONENT_LICENSE=    GPLv2
COMPONENT_LICENSE_FILE=    COPYING.txt
 
include $(WS_MAKE_RULES)/common.mk
 
COMPONENT_PRE_CONFIGURE_ACTION += ( $(CLONEY) $(SOURCE_DIR) $(@D) )
 
CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
CONFIGURE_OPTIONS += --disable-static
CONFIGURE_OPTIONS += --enable-krb5
CONFIGURE_OPTIONS += --enable-msdblib
CONFIGURE_OPTIONS += --with-gnutls
 
COMPONENT_TEST_ARGS += -k
 
COMPONENT_TEST_ENV += LC_ALL=C.UTF-8
 
# Auto-generated dependencies
REQUIRED_PACKAGES += library/gmp
REQUIRED_PACKAGES += library/gnutls-3
REQUIRED_PACKAGES += library/nettle
REQUIRED_PACKAGES += library/readline
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library