Andreas Wacknitz
2020-12-19 ff7a3cdbded19cbf30ad98116e91cee1d7c9654f
ctags: make it 64-bit only

3 files modified
22 ■■■■■ changed files
components/developer/exuberant-ctags/Makefile 18 ●●●●● patch | view | raw | blame | history
components/developer/exuberant-ctags/exuberant-ctags.p5m 1 ●●●● patch | view | raw | blame | history
components/developer/exuberant-ctags/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/developer/exuberant-ctags/Makefile
@@ -11,11 +11,13 @@
#
# Copyright (c) 2016 Sergey Avseyev
#
BUILD_BITS=            64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        exuberant-ctags
COMPONENT_VERSION=    5.8
COMPONENT_PROJECT_URL=    http://ctags.sourceforge.net/
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    https://ctags.sourceforge.net/
COMPONENT_SUMMARY=    A C programming language indexing and/or cross-reference tool
COMPONENT_DESCRIPTION=    \
Ctags generates an index (or tag) file of C language objects found in \
@@ -36,21 +38,15 @@
COMPONENT_SRC=        ctags-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7
COMPONENT_ARCHIVE_URL=    http://downloads.sourceforge.net/ctags/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_URL=    https://downloads.sourceforge.net/ctags/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=    GPLv2+ and LGPLv2+ and Public Domain
COMPONENT_LICENSE_FILE=    COPYING
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
TEST_TARGET=        $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
COMPONENT_BUILD_ENV=    DEST_DIR=$(PROTO_DIR)
COMPONENT_INSTALL_ENV=    DEST_DIR=$(PROTO_DIR)
build:        $(BUILD_32_and_64)
install:    $(INSTALL_32_and_64)
test:        $(TEST_32_and_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library
components/developer/exuberant-ctags/exuberant-ctags.p5m
@@ -23,6 +23,5 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/$(MACH64)/exuberant-ctags
file path=usr/bin/exuberant-ctags
file path=usr/share/man/man1/exuberant-ctags.1
components/developer/exuberant-ctags/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2020 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -22,6 +22,5 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/$(MACH64)/exuberant-ctags
file path=usr/bin/exuberant-ctags
file path=usr/share/man/man1/exuberant-ctags.1